Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
/ LunaChatBot Public archive

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

License

Notifications You must be signed in to change notification settings

TheHamkerCat/LunaChatBot

Repository files navigation

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