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
- Host: GitHub
- URL: https://github.com/fsoky/anonymouschatbotaiogram3
- Owner: Fsoky
- Created: 2024-02-12T16:25:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T18:02:53.000Z (over 1 year ago)
- Last Synced: 2025-03-25T21:35:14.876Z (3 months ago)
- Topics: aiogram, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🤖 Anonymous ChatBot for 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!