LunaChatBot
1.0.0
这是另一个使用 Pyrogram 用 Python 编写的 Telegram AI 聊天机器人。
可以在电报上找到公共运行实例@LunaChatBot。
$ git clone https://github.com/thehamkercat/LunaChatBot
$ cd LunaChatBot
$ pip3 install -U -r requirements.txt
$ cp sample_config.py config.py
使用您自己的值编辑config.py
。
$ python3 luna.py
按照安装指南进行操作。
$ sudo docker build -t luna .
$ sudo docker run luna