https://github.com/p-chan/mona-bot
A helpful slack bot
https://github.com/p-chan/mona-bot
botkit slack
Last synced: about 2 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T22:06:36.000Z (about 5 years ago)
- Last Synced: 2025-12-03T00:29:56.132Z (7 months ago)
- Topics: botkit, slack
- Language: JavaScript
- Homepage: https://mona-bot.now.sh/
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- 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).