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

https://github.com/fsoky/anonymouschatbotaiogram3

Anonymous chat bot for Telegram with SQLAlchemy
https://github.com/fsoky/anonymouschatbotaiogram3

aiogram python sqlalchemy

Last synced: 2 months ago
JSON representation

Anonymous chat bot for Telegram with SQLAlchemy

Awesome Lists containing this project

README

        

🤖 Anonymous ChatBot for Telegram 📱



Telegram

* Python 3.10^
* AIOgram 3.x
* SQLAlchemy (aiosqlite)

#### Installation
```bash
git clone https://github.com/Fsoky/AnonymousChatBotAIOgram3.git
```
#### Change directory
```bash
cd AnonymousChatBotAIOgram3
```
#### 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!