Just another Telegram AI chat bot written in Python using Pyrogram.
A public running instance can be found on telegram as @LunaChatBot.
- Python 3.7 or higher.
- A bot token.
$ git clone https://github.com/thehamkercat/LunaChatBot
$ cd LunaChatBot
$ pip3 install -U -r requirements.txt
$ cp sample_config.py config.py
Edit config.py
with your own values.
$ python3 luna.py
Follow Installation Guide.
$ sudo docker build -t luna .
$ sudo docker run luna
- For Any Help, Ask Here ProgrammersHub