https://github.com/sergo-code/test-vkbottle-bot
https://github.com/sergo-code/test-vkbottle-bot
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergo-code/test-vkbottle-bot
- Owner: sergo-code
- Created: 2022-12-06T15:58:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T19:53:23.000Z (over 3 years ago)
- Last Synced: 2025-03-05T12:34:13.347Z (about 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```