Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antitim/starbot-telegram-adapter

Telegram adapter for StarBot
https://github.com/antitim/starbot-telegram-adapter

starbot telegram

Last synced: about 1 month ago
JSON representation

Telegram adapter for StarBot

Awesome Lists containing this project

README

        

# starbot-telegram-adapter [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]

## About

Telegram adapter for [StarBot](https://github.com/antitim/starbot)

## Installation

```sh
$ npm install --save starbot-telegram-adapter
```

## Options

```js
const AdapterTelegram = require('starbot-telegram-adapter');

const adapter = new AdapterTelegram({
token: 'token',
});
```

## License

MIT © [antitim](http://vk.com/antitim)

[npm-image]: https://badge.fury.io/js/starbot-telegram-adapter.svg
[npm-url]: https://npmjs.org/package/starbot-telegram-adapter
[travis-image]: https://travis-ci.org/antitim/starbot-telegram-adapter.svg?branch=master
[travis-url]: https://travis-ci.org/antitim/starbot-telegram-adapter