vk-plus-plus
Simple and fast VK api with Long Poll support
Install
$ npm i vk-plus-plus -s
Example
const VK = ;const bot = token: '<your tokenhere>' version: '5.80' useExecute: true //25 times increase api calls speed in highloaded projects; bot; bot;
Methods
startBot()
- Just starts longpoll queriesstopBot()
- Stops longpollon(eventName, listener)
- Add event listener. Event description- other methods can be found on official VK Developers page