Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 644 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 644 Bytes

Watermelone Slack Bot

watermelone-gif
A bot for onboarding new members onto the slack group, as well as be a good friend to everyone the channel 🥺. Written in NodeJS, PostGreSQL, and uses the slack WebAPI and slack EventsAPI!

For help with contributing, join us over at #watermelone-help on the PESOS slack channel!

$ export SLACK_SIGNING_SECRET=<slack_signing_secret>
$ export CLIENT_ID=<client_id>
$ export CLIENT_SECRET=<client_secret>
$ export DATABASE_URL=<database_url>
$ npm start
$ ngork http $PORT