Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fsoky/anonimchatbot-aiogram3

Anonymous chat bot for Telegram
https://github.com/fsoky/anonimchatbot-aiogram3

aiogram aiogram-bot aiogram3 bot motor-pymongo pymongo python telegram telegram-api telegram-bot

Last synced: about 1 month ago
JSON representation

Anonymous chat bot for Telegram

Awesome Lists containing this project

README

        

🤖 Anonymous ChatBot for Telegram 📱



Telegram

* Python 3.10^
* AIOgram 3.x
* MongoDB (motor)

#### Installation
```bash
git clone https://github.com/Fsoky/anonimchatbot-aiogram3.git
```
#### Change directory
```bash
cd anonimchatbot-aiogram3
```
#### Use [poetry](https://python-poetry.org/docs/) for install dependencies (`pip install poetry`)
```bash
poetry install
```
#### Run
```bash
python src/__main__.py
```

> [!TIP]
> Make sure you modify the .env file before running this script!