Telegram_PaimonBot
1589f79c72
* 更新国际服触发方式 |
||
---|---|---|
assets | ||
defs | ||
genshinstats@5e5c711fae | ||
plugins | ||
temp | ||
.gitignore | ||
.gitmodules | ||
ci.py | ||
config.ini.example | ||
cookie.py | ||
cookie.txt | ||
init.py | ||
LICENSE | ||
main.py | ||
README.md | ||
requirements.txt |
Telegram_PaimonBot
一个用于查询原神信息的 Telegram bot 。
Bot 实例: @Genshin_All_Info_Bot
安装
-
@BotFather 申请 Bot Token
-
Obtaining Telegram API ID 申请 API ID 与 API Hash
-
拉取项目
git clone --recursive https://github.com/Xtao-Labs/Telegram_PaimonBot.git cd Telegram_PaimonBot
-
安装依赖
python3 -m pip install -r requirements.txt
-
修改配置文件
cp config.ini.example config.ini nano config.ini
api_id
为第二步申请的 API IDapi_hash
为第二步申请的 API Hashbot_token
为第一步申请的 Bot Tokenadmin
为 bot 管理员账号 id ,可以不修改。channel_id
为 bot 日志记录频道 id ,可以不修改。 -
开始运行
python3 main.py
-
配置进程守护