A nodejs based telegram bot which shows r/TIL random post. It is written with functional paradigm using ramdajs
- You need to have Reddit API OAuth credentials to work on this app. For more information on how to get valid credentials, see here.
- After getting the credentials, Put those credential details in reddit-config.js file
- Run
npm install - Run
npm run dev - Go to
localhost:3000to see the app
- Run
npm run test
- Say
/postto get a random TIL post for today
PRs are most welcome