negezor / Vk Io
Licence: mit
Modern VK API SDK for Node.js
Stars: ✭ 401
Programming Languages
typescript
32286 projects
Projects that are alternatives of or similar to Vk Io
Node Vk Bot Api
🤖 VK bot framework for Node.js, based on Bots Long Poll API and Callback API.
Stars: ✭ 195 (-51.37%)
Mutual labels: api, vk-api, vk
InTouch
👥 InTouch - is a programming SDK build around vk.com API exposing most of the social platform features including messaging, news feed fetching, communities, and media management.
Stars: ✭ 33 (-91.77%)
Mutual labels: vk, vk-api
easyvk
This app helps you create an apps with vk api easy!
Stars: ✭ 97 (-75.81%)
Mutual labels: vk, vk-api
vk-mini-app-boilerplate
Стартовый кит для создания сервиса на платформе VK Mini Apps с использованием React + Redux
Stars: ✭ 61 (-84.79%)
Mutual labels: vk, vk-api
VideoforVk
Video for Vk (or VT) is client for Vk video API.
Stars: ✭ 27 (-93.27%)
Mutual labels: vk, vk-api
vbio
Python модуль для написания скриптов, использующих Bots API для социальной сети Вконтакте (vk.com)
Stars: ✭ 10 (-97.51%)
Mutual labels: vk, vk-api
Strapi Sdk Javascript
🔌 Official JavaScript SDK for APIs built with Strapi.
Stars: ✭ 247 (-38.4%)
Mutual labels: api, sdk
VK-IO - This is a powerful Node.js module that allows you to easily interact with the VK API 🚀
📖 Documentation | 🤖 Examples |
---|
Features
- 100% coverage of the VKontakte API
- Predictable abstraction
- Works with large collections of data
- Support for all types of authorization, including via login and password
- Typings
Installation
Node.js 12.0.0 or newer is required
Yarn
Recommended
yarn add vk-io
NPM
npm i vk-io
Example usage
import { VK } from 'vk-io';
const vk = new VK({
token: process.env.TOKEN
});
async function run() {
const response = await vk.api.wall.get({
owner_id: 1
});
console.log(response);
}
run().catch(console.log);
Community
Useful modules that may be useful to you
- @vk-io/authorization: Authorization by login & password, and etc...
- @vk-io/streaming: Receiving data with Streaming API
- @vk-io/session: Simple implementation of the sessions
- @vk-io/scenes: Simple implementation of middleware-based scene management
- @vk-io/hear: Simple implementation of the hears
- vk-io-question: Simple promise-based prompt
- vk-io-pages: Dynamic pages pagination module
- henta: Simple VK bot engine
If you want to add your module in the list, create a new issue in the repository.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].