mp-dev by golang

前言

前两天分享了一下 网抑云之微信公众号开发, 现已整理开源,还有许多要完善的地方

微信公众号开发

详情请点击 ronething/mp-dev

  • music 目前仅支持网抑云
1
2
3
4
5
6
7
usage:
- /help # 查看帮助
- /music/play/:sid # 播放音乐 sid 为歌曲 id
- /music/url/:sid # 获取音乐下载链接
- /music/search/:keywords # 通过关键字搜索歌曲
- /music/search/:keywords/:page # 分页搜索歌曲
- /music/:name # 搜索并播放歌曲 默认取第一首

使用

  • 测试

假设你已经正确填写好配置文件

1
2
3
git clone https://github.com/ronething/mp-dev.git
cd mp-dev && make build && cd bin
./wechat-mp -c ./example.yaml

测试期间可使用内网穿透,如 ngrok

  • 部署

假设你已经正确填写好配置文件
并且服务器是 linux amd64 架构

1
2
git clone https://github.com/ronething/mp-dev.git
cd mp-dev && make deploy

致谢

Author: ronething
Link: https://blog.ronething.cn/20200912-mp-dev.html
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.