Just another Telegram AI chat bot written in Python using Pyrogram.
A public running instance can be found on telegram as @TheAmandabot.
- Python 3.8 or higher.
- A bot token.
git clone https://github.com/TharukRenuja/Amanda-Chat
cd amanda
pip3 install -r requirements.txt
to install the requirements.- Edit
config.py
with your own values.! - Run with
python3.9 amanda.py