LunaChatBot
1.0.0
Juste un autre chatbot Telegram AI écrit en Python à l'aide de Pyrogram.
Une instance publique en cours d'exécution peut être trouvée sur Telegram sous le nom de @LunaChatBot.
$ git clone https://github.com/thehamkercat/LunaChatBot
$ cd LunaChatBot
$ pip3 install -U -r requirements.txt
$ cp sample_config.py config.py
Modifiez config.py
avec vos propres valeurs.
$ python3 luna.py
Suivez le guide d'installation.
$ sudo docker build -t luna .
$ sudo docker run luna