Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thehamkercat/lunachatbot

Just Another Telegram Ai Chat Bot Written In Python With Pyrogram.
https://github.com/thehamkercat/lunachatbot

ai ai-bot bot chatbot heroku luna pyrogram pyrogram-bot python python3 telegram telegram-bot

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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

A public running instance can be found on telegram as [@LunaChatBot](https://t.me/LunaChatBot).

## Requirements

- Python 3.7 or higher.
- A [bot token](//t.me/botfather).

## Installation

```sh
$ 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.
```sh
$ python3 luna.py
```

## Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/TheHamkerCat/LunaChatBot/tree/master)

## Docker

Follow Installation Guide.
```sh
$ sudo docker build -t luna .
$ sudo docker run luna
```

## Note

- For Any Help, Ask Here [ProgrammersHub](https://t.me/PatheticProgrammers)