This article involves a product within China - Thunder Remote Download. So will be in Chinese.
使用Slack下达迅雷远程下载指令
简介
这是一个用slack聊天界面下达迅雷远程下载指令的程序。
部署
准备
一台能够连接迅雷服务器和slack服务器的机器,例如:NAS,VPS。能运行Python的路由也行。
docker环境准备。本文将介绍以docker方式部署,裸机安装方式自行研究。
迅雷帐号。
slack帐号以及App token.
个人用户获得token最简单的方法是生成test token, 前往此处生成https://api.slack.com/docs/oauth-test-tokens
部署
docker pull killingjacky/slackthunder
准备宿主机目录和配置文件
mkdir slackthunder
cd slackthunder
wget -O config.py https://raw.githubusercontent.com/KillingJacky/SlackThunder/master/config.default.py
# edit config.py
mkdir vcode
docker run –name slackthunder -v `pwd`/config.py:/app/config.py:ro -v `pwd`/vcode:/app/vcode –env SLACK_TOKEN=’your-token-here’ -d killingjacky/slackthunder
docker logs -f slackthunder
确认迅雷登陆成功(有时需要填写验证码),确认slack connected(有时会连不上)。
使用
命令行
进入相应的channel,默认配置为#thunder:
login
logout
listdev
- list the downloader devicesselect {index}
- select the downloaderadddir {dir}
- add a download target dirlistdir
- list all the saved target dirsrmdir {dir}
- remove a preset download target dircleardir
- clear all the saved target dirs{url}
- download into the default target dir (configured on yc.xunlei.com){url} {index}
- download into the index selected target dirinfo
orlist
- list the downloading statuslistfini
- list the finished tasks (recent 10)rmtask {index}
- stop the index selected task and trash itping
- test if the slack script is working
手机App
以iOS为例,在safari中长按链接(磁力链,普通下载链等)-> 分享 -> 选择Slack -> 选择相应的channel -> 发送。这也是我写这个小程序的最初需求出发点(迅雷远程网站无手机版,复制粘贴链接非常麻烦)。
协议/声明
本程序迅雷远程协议参考https://github.com/iambus/xunlei-lixian 鸣谢,并跟随MIT协议。
Github: https://github.com/KillingJacky/SlackThunder
若某公司认为我不应公开其API(抓包所得),请联系我。