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
- Host: GitHub
- URL: https://github.com/ax3effect/voicebot-vk
- Owner: Ax3Effect
- Created: 2019-02-18T20:38:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T03:52:13.000Z (over 7 years ago)
- Last Synced: 2025-05-20T07:08:42.877Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```