Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fsoky/aiogram_simple_bot

Исходный код с роликов по AIOgram
https://github.com/fsoky/aiogram_simple_bot

Last synced: about 1 month ago
JSON representation

Исходный код с роликов по AIOgram

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
```