"If we don't study the mistakes of the future we're doomed to repeat them for the first time." - KenM
Create a bot to generate a token and other settings.
https://<team-name>.slack.com/apps/build/custom-integration
Copy config.sample.js
to config.js
and enter values.
Finally install all dependencies npm install
.
npm start
Requires Node (stable) and npm.
integrate with slackintegrate sqlitecreate initial tables- database should trash and resetup if flagged
- create quotes migration
- create twitter integration
- create reddit integration
- text parsing from chat
- random quote response method
MIT