An open API service indexing awesome lists of open source software.

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

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)