Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 462 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 462 Bytes

TelegramBotJrrp

这个东西只有一个作用 ———— 今日人品。

直接运行

依赖

pip install pyTelegramBotAPI

运行

python3 main.py yourtoken

使用 Docker

拉取

docker pull ghcr.io/cat0x1f/telegrambotjrrp:latest

Docker 运行

docker run --env BOTTOKEN=yourtoken ghcr.io/cat0x1f/telegrambotjrrp:latest

其中的 yourtoken 为从 @BotFather 获取的令牌。