Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsoky/anonymouschatbotaiogram3
https://github.com/fsoky/anonymouschatbotaiogram3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fsoky/anonymouschatbotaiogram3
- Owner: Fsoky
- Created: 2024-02-12T16:25:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T18:02:53.000Z (11 months ago)
- Last Synced: 2024-02-12T19:27:13.352Z (11 months ago)
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 1
- 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!