Skip to content

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

License

Notifications You must be signed in to change notification settings

decentboyy/Luna_chatbot

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

$ sudo apt-get update && sudo apt-get upgrade -y
$ sudo apt-get install python3-pip -y
$ sudo pip3 install -U pip
$ git clone https://github.com/decentboyy/Luna_chatbot && cd Luna_ChatBot 
$ pip3 install -U -r requirements.txt
$ nano 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 using Pyrogram.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published