mirror of
https://github.com/tgbot-collection/YYeTsBot.git
synced 2025-11-25 03:15:05 +08:00
158eaea6e2fb4a4adf90349ef02266dc0209dc25
YYeTsBot
人人影视bot,戳我使用
使用说明
直接发送想要看的剧集名称就可以了,会返回ed2k和磁力链接
截图
部署方法
1. 环境
推荐使用Python 3,Python 2未进行测试,使用pip安装依赖
pip install requests pytelegrambotapi beautifulsoup4
2. 配置TOKEN
修改config.py,把TOKEN修改为你的bot token
3. 克隆&运行
git clone https://github.com/BennyThink/YYeTsBot
python /path/to/YYeTsBot/bot.py
4. systemd 单元文件
[Unit]
Description=A Telegram Bot for YYeTs
After=network.target network-online.target nss-lookup.target
[Service]
User=nobody
Group=nobody
Restart=on-failure
Type=simple
ExecStart=/usr/bin/python /home/YYeTsBot/bot.py
[Install]
WantedBy=multi-user.target
Credits
License
Languages
Python
79.4%
HTML
12.9%
Go
2.9%
JavaScript
2.2%
Makefile
1.1%
Other
1.5%

