TheHamkerCat / LunaChatBot

Just Another Telegram Ai Chat Bot Written In Python With Pyrogram.

Home Page:https://t.me/LunaChatBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LunaChatBot

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

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

Requirements

Installation

$ 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

Heroku

Deploy

Docker

Follow Installation Guide.

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

Note

About

Just Another Telegram Ai Chat Bot Written In Python With Pyrogram.

https://t.me/LunaChatBot

License:MIT License


Languages

Language:Python 88.5%Language:Dockerfile 10.9%Language:Procfile 0.6%