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:3000
to see the app
- Run
npm run test
- Say
/post
to get a random TIL post for today
PRs are most welcome