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

https://github.com/ax3effect/voicebot-vk

Group chat-bot for VK that can edit voice messages and react to commands
https://github.com/ax3effect/voicebot-vk

Last synced: 11 months ago
JSON representation

Group chat-bot for VK that can edit voice messages and react to commands

Awesome Lists containing this project

README

          

# voicebot-vk

HTTPS-server is necessary for this bot (for getting webhook updates)

First, launch mongo server:
```
mongod
```

Then, run web server:
```
python3 stats.py
```

And then, run Celery:
```
export vk_api_key="YOUR GROUP API KEY"
celery -A tasks worker --loglevel=info
```