3
0
Telegram_PaimonBot
Go to file
Xtao_dada 5eeea30fdc
v0.1.0beta (#1)
*  支持生成原神黄历
*  支持每日副本查询
*  支持角色资料、命座查询
*  支持武器查询
2021-07-09 23:31:30 +08:00
assets v0.1.0beta (#1) 2021-07-09 23:31:30 +08:00
defs v0.1.0beta (#1) 2021-07-09 23:31:30 +08:00
plugins v0.1.0beta (#1) 2021-07-09 23:31:30 +08:00
temp v0.1.0beta (#1) 2021-07-09 23:31:30 +08:00
.gitignore v0.1.0beta (#1) 2021-07-09 23:31:30 +08:00
config.ini.example v0.1.0beta (#1) 2021-07-09 23:31:30 +08:00
cookie.py v0.1.0beta (#1) 2021-07-09 23:31:30 +08:00
cookie.txt v0.1.0beta (#1) 2021-07-09 23:31:30 +08:00
LICENSE Initial commit 2021-07-09 14:53:27 +08:00
main.py v0.1.0beta (#1) 2021-07-09 23:31:30 +08:00
README.md v0.1.0beta (#1) 2021-07-09 23:31:30 +08:00
requirements.txt v0.1.0beta (#1) 2021-07-09 23:31:30 +08:00

Telegram_PaimonBot

一个用于查询原神信息的 Telegram bot 。

https://python.org https://github.com/pyrogram/pyrogram/ Codacy Badge

Bot 实例: @Genshin_All_Info_Bot

安装

  • @BotFather 申请 Bot Token

  • Obtaining Telegram API ID 申请 API ID 与 API Hash

  • 拉取项目

    git clone 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 ID api_hash 为第二步申请的 API Hash bot_token 为第一步申请的 Bot Token admin 为 bot 管理员账号 id ,可以不修改。 channel_id 为 bot 日志记录频道 id ,可以不修改。

  • 开始运行

    python3 main.py
    
  • 配置进程守护

特别感谢

PaimonBot

YuanShen_User_Info