Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 740 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 740 Bytes

AmandaChatBot

Just another Telegram AI chat bot written in Python using Pyrogram.

A public running instance can be found on telegram as @TheAmandabot.

Requirements

Installation

  1. git clone https://github.com/TharukRenuja/Amanda-Chat
  2. cd amanda
  3. pip3 install -r requirements.txt to install the requirements.
  4. Edit config.py with your own values.!
  5. Run with python3.9 amanda.py

FOR HEROKU:

Deploy