https://github.com/coffee-cup/reacty
Slack bot that reacts to things
https://github.com/coffee-cup/reacty
bot emojis slack-bot
Last synced: 2 months ago
JSON representation
Slack bot that reacts to things
- Host: GitHub
- URL: https://github.com/coffee-cup/reacty
- Owner: coffee-cup
- Created: 2017-03-02T18:36:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T10:13:16.000Z (over 9 years ago)
- Last Synced: 2025-03-10T08:57:34.035Z (over 1 year ago)
- Topics: bot, emojis, slack-bot
- Language: JavaScript
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reacty 🙀
## Getting started with this repo
- Clone the repo `git clone https://github.com/coffee-cup/reacty.git && cd reacty`
- Install dependencies `npm install`
- Create a `.env` file with your Slack token
`echo "SLACK_API_TOKEN=[PASTE TOKEN HERE]" > .env`
- Run the bot `npm run dev`
## Useful Links
- [Botkit](https://github.com/howdyai/botkit)
- [Slack bot users](https://api.slack.com/bot-users)