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

https://github.com/sergo-code/test-vkbottle-bot


https://github.com/sergo-code/test-vkbottle-bot

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# test-vkbottle-bot

### Инструкция

Создать файл .env
```
TOKEN=vk1.a.123456789qwert
```

Установить зависимости
```
python3 -m pip install -r requirements.txt
```

Создать БД
```
python3 utils/create_db.py
```

Запустить
```
python3 bot.py
```