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

https://github.com/mon4ik/aiogram-snippet


https://github.com/mon4ik/aiogram-snippet

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Aiogram-snippet
Snippet for start
## Usage
1. Settings
- If you will use `export`:
- Type in your console (Linux, MacOS):
```bash
export AIOGRAM_TOKEN=
```
- Else:
- Open `config.py` file
- Change `1234567890:ThERE_LEttERS_IN_YOUR_-TOkEn-Y` to bot's token
2. Start:
- Install Python (3.x)
- Install PIP
- Install Git (Or clone from site)
- Input in your console:
- Linux, MacOS, etc:
```bash
git clone https://github.com/Mon4ik/aiogram-snippet.git
cd aiogram-snippet

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

python3 main.py
```
- Windows:
```
git clone https://github.com/Mon4ik/aiogram-snippet.git
cd aiogram-snippet

python3 -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt

py main.py
```

Thanks for using!