-
Notifications
You must be signed in to change notification settings - Fork 60
安装教程
新装的自己按这个流程摸索吧:
准备好以下东西:
- 可以访问的青龙ip、id、密钥
- spy授权码,没有授权的在群内发送[/spy 注册]和[/spy 授权]即可获取授权码
- 一个外国籍服务器,国内的自己想办法折腾
- 加入spy授权群,否则无法完成授权功能: 添加机器人https://t.me/auto_spy_bot 并点击start(开始),加入群https://t.me/spy_auth ,依次发送'/spy 注册'、'/spy 授权',此时授权机器人会给你回复授权id。
开始:
1、一键,运行一次就行,到那个登录的时候ctrl+c跳过:
wget -O autospy https://raw.githubusercontent.com/xieshang/AutoSpy/master/docker.sh && chmod +x autospy && ./autospy
进入容器:
docker exec -it auto_spy bash
强制升级:
bash <(curl -s -L https://raw.githubusercontent.com/xieshang/AutoSpy/master/spy_update.sh)
如果强制升级拉不下来,请去频道下载最新的压缩进行覆盖。
3、登录
1、把启动脚本换个名字
docker exec -it auto_spy bash
mv auto_spy_bot.py auto_spy_bot2.py
exit
2、重启容器,使之不自动启动
docker restart auto_spy
3、手动启动
docker exec -it auto_spy bash
pip uninstall telethon
pip install telethon==1.24.0
pip3 install --user snowland-smx
调试启动:
python3 auto_spy_bot2.py
登录,改配置测试,直到你满意为止
后台启动:
python3 auto_spy_bot2.py &
4、没问题了,换回自动启动
mv auto_spy_bot2.py auto_spy_bot.py
exit
docker restart auto_spy