Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-chan/mona-bot
A helpful slack bot
https://github.com/p-chan/mona-bot
botkit slack
Last synced: 26 days ago
JSON representation
A helpful slack bot
- Host: GitHub
- URL: https://github.com/p-chan/mona-bot
- Owner: p-chan
- License: mit
- Created: 2018-01-10T05:13:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T22:06:36.000Z (over 3 years ago)
- Last Synced: 2024-12-12T19:53:36.189Z (29 days ago)
- Topics: botkit, slack
- Language: JavaScript
- Homepage: https://mona-bot.now.sh/
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mona-bot
> A helpful slack bot
# Features
- ping
- gomidashi notify# Usage
Copy `.env.example` to `.env` .
```
cp .env.example .env
```Add slack token.
```.env
SLACK_TOKEN=xoxb-XXXXX
```Start mona-bot.
```bash
$ npm start
```Deploy to now. If [now](https://github.com/zeit/now-cli) is not installed, run `$ npm i now -g` .
```bash
$ now
```Set alias.
```bash
$ now alias
```Scaling new instance.
```bash
$ now scale NEW_INSTANCE 1
```Delete old instance.
```bash
$ now rm OLD_INSTANCE
```# License
The MIT License. See [LICENSE](LICENSE).