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 -r requirements.txt
to install the requirements.cp sample_config.py config.py
- Edit
config.ini
with your own values. - Run with
python3 luna.py