/Quacky-ChatBot

Telegram Ai Chat Bot Written In Python With Pyrogram.

Primary LanguagePythonMIT LicenseMIT

Quacky ChatBot

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

This bot can be found on telegram as @Quacky_ChatBot.

Requirements

Installation

$ git clone https://github.com/Pravartak/Quacky-ChatBot
$ cd Quacky-ChatBot
$ pip3 install -U -r requirements.txt
$ cp sample_config.py config.py

Edit config.py with your own values.

$ python3 luna.py

Heroku

Deploy

Docker

Follow Installation Guide.

$ sudo docker build -t luna .
$ sudo docker run luna

Note