Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/antitim/starbot-telegram-adapter
- Owner: antitim
- Created: 2017-03-03T14:14:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T23:42:01.000Z (over 6 years ago)
- Last Synced: 2024-10-10T21:21:17.286Z (3 months ago)
- Topics: starbot, telegram
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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