目录
程序简介
短视频直链解析机器人,支持:抖音/火山/快手/绿洲/皮皮虾/微博/微视/西瓜/最右|的短视频无水印解析
Github开源地址:https://github.com/assimon/svbot
下载地址:https://github.com/assimon/svbot/releases
安装教程
方式一:自行编译
此安装方式多用于开发者,需电脑上安装go语言环境(GO语言官网直达)
# 下载项目
git clone https://github.com/assimon/svbot && cd svbot
# 编译
go build -o svbot
# 给予执行权限
chmod +x ./svbot
# 配置
cp .config.toml.example config.toml
# 执行
# 调试启动
./svbot
# nohup 运行
nohup ./svbot >> run.log 2>&1 &
方式二:直接使用(推荐)
下载已经编译好的二进制程序,此方式可以直接使用,用于服务器生产环境。 进入打包好的版本列表,下载程序:
https://github.com/assimon/svbot/releases
配置:
cp .config.toml.example config.toml
运行
# linux
# 调试启动
nohup ./svbot >> run.log 2>&1 &
# windows
svbot.exe
配置教程
申请Telegram bot api token https://t.me/BotFather
修改config.toml里面的api_token参数即可,无需其他配置。
例如:
[telegram]
api_token="your telegram bot api token"
修改为:
[telegram]
api_token="1672698730:AAGQ43uA9XXXXXRPIscC6XXXXXXXXXXXXXXXXXXXXXXX"
保存在运行即可!
效果如图: