nimble install shizuka
- Calling any VK API method.
- Convenient working with longpoll.
- Uploader.
- Fully async.
- VK keyboards and templates.
- Very simple usage
import shizuka # auth var vk = newVk(8123456789, "mypassword") lp = newLongpoll(vk) vk@message_new(event): # real-time events handler echo event lp.run() # starts to listen longpoll.
For enable debug mode compile with -d:debug
or --define:debug
.