Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antitim/starbot-ktotam-bot
Bot autoresponder for Starbot
https://github.com/antitim/starbot-ktotam-bot
starbot starbot-bot
Last synced: about 2 months ago
JSON representation
Bot autoresponder for Starbot
- Host: GitHub
- URL: https://github.com/antitim/starbot-ktotam-bot
- Owner: antitim
- Created: 2017-02-26T20:52:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T22:18:54.000Z (almost 7 years ago)
- Last Synced: 2024-08-09T19:20:00.342Z (6 months ago)
- Topics: starbot, starbot-bot
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# starbot-ktotam-bot [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]
## About
Autoresponder Bot Control module for [StarBot](https://github.com/antitim/starbot)
## Installation
```sh
$ npm install --save starbot-ktotam-bot
```## Options
```js
const KtotamBot = require('starbot-ktotam-bot');
const bot = new KtotamBot({
message: 'Hello'
});
```## License
MIT © [antitim](http://vk.com/antitim)
[npm-image]: https://badge.fury.io/js/starbot-ktotam-bot.svg
[npm-url]: https://npmjs.org/package/starbot-ktotam-bot
[travis-image]: https://travis-ci.org/antitim/starbot-ktotam-bot.svg?branch=master
[travis-url]: https://travis-ci.org/antitim/starbot-ktotam-bot