Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antitim/starbot-vk-adapter
VK adapter for StarBot
https://github.com/antitim/starbot-vk-adapter
starbot vk
Last synced: 17 days ago
JSON representation
VK adapter for StarBot
- Host: GitHub
- URL: https://github.com/antitim/starbot-vk-adapter
- Owner: antitim
- Created: 2017-02-26T21:47:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T23:09:17.000Z (over 6 years ago)
- Last Synced: 2024-05-03T03:21:24.414Z (8 months ago)
- Topics: starbot, vk
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# starbot-vk-adapter [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]
## About
VK ([vk.com](https://vk.com)) adapter for [StarBot](https://github.com/antitim/starbot)
## Installation
```sh
$ npm install --save starbot-vk-adapter
```## Options
```js
const AdapterVk = require('starbot-vk-adapter');const adapter = new AdapterVk({
token: 'token',
groupId: 'groupId',
confirmCode: 'confirmCode',
});```
## License
MIT © [antitim](http://vk.com/antitim)
[npm-image]: https://badge.fury.io/js/starbot-vk-adapter.svg
[npm-url]: https://npmjs.org/package/starbot-vk-adapter
[travis-image]: https://travis-ci.org/antitim/starbot-vk-adapter.svg?branch=master
[travis-url]: https://travis-ci.org/antitim/starbot-vk-adapter