Update README.md

This commit is contained in:
Nikiroy78 2021-09-15 19:22:13 +03:00 committed by GitHub
parent 9118b2e102
commit c5a0df0baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,7 @@
# vk_callback # vk_callback
```pip Our module is written to work with callback events of servers vk.com and creating bots based on the callback principle. This method is suitable for loaded projects that combine several bots, forming a network of bots.
First, let's install it:
```bash
pip install vk_callback pip install vk_callback
``` ```