Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thehamkercat/lunachatbot
- Owner: TheHamkerCat
- License: mit
- Created: 2021-02-12T21:16:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T19:49:16.000Z (6 months ago)
- Last Synced: 2024-07-28T20:53:28.701Z (6 months ago)
- Topics: ai, ai-bot, bot, chatbot, heroku, luna, pyrogram, pyrogram-bot, python, python3, telegram, telegram-bot
- Language: Python
- Homepage: https://t.me/LunaChatBot
- Size: 49.8 KB
- Stars: 92
- Watchers: 5
- Forks: 231
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)