Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strdr4605/memo-bot
Expected to be a slack bot that counts events
https://github.com/strdr4605/memo-bot
reasonml reasonml-bindings slack slack-bot slack-commands
Last synced: 8 days ago
JSON representation
Expected to be a slack bot that counts events
- Host: GitHub
- URL: https://github.com/strdr4605/memo-bot
- Owner: strdr4605
- License: mit
- Created: 2019-09-05T20:35:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T16:55:52.000Z (over 5 years ago)
- Last Synced: 2024-12-13T12:33:42.092Z (2 months ago)
- Topics: reasonml, reasonml-bindings, slack, slack-bot, slack-commands
- Language: OCaml
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# memo-bot
> Expected to be a slack bot that counts events
## [CHANGELOG](https://github.com/strdr4605/memo-bot/blob/master/CHANGELOG.md)
```text
User: /new-memo @user1 "Laughed"
MemoBot: Event:
eventId1: @user1 Laughed 1 time
User: /new-memo @user2 "Screamed"
MemoBot: Event:
eventId2: @user2 Screamed 1 time
User: /memo eventId2
MemoBot: Event:
eventId2: @user2 Screamed 2 times
User: /memos
MemoBot: Events:
eventId1: @user1 Laughed 1 time
eventId2: @user2 Screamed 2 times
```## Build + Watch
```bash
npm start
```