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