Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsoky/aiogram_simple_bot
Исходный код с роликов по AIOgram
https://github.com/fsoky/aiogram_simple_bot
Last synced: about 1 month ago
JSON representation
Исходный код с роликов по AIOgram
- Host: GitHub
- URL: https://github.com/fsoky/aiogram_simple_bot
- Owner: Fsoky
- Created: 2022-08-22T11:10:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T17:01:15.000Z (8 months ago)
- Last Synced: 2024-05-03T19:23:17.165Z (8 months ago)
- Language: Python
- Size: 128 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Bot AIOgram 3.x
Исходники по AIOgram 3.x в телеграм канале
> [!CAUTION]
> Make sure to change the `.env.example` file to `.env` and the data in it- Clone a repo
```bash
git clone https://github.com/Fsoky/aiogram_simple_bot.git
```
- Change dir
```bash
cd aiogram_simple_bot
```
- Install poetry
```bash
pip install poetry
```
- Install dependencies
```bash
poetry install --no-root
```
- Run
```bash
poetry run python bot.py
```