Skip to content

A nodejs based telegram bot which sends r/TIL random posts on request. It is written with functional paradigm using ramdajs

Notifications You must be signed in to change notification settings

inderps/telegram-todayilearned-bot

Repository files navigation

telegram-todayilearned-bot

Build Status

A nodejs based telegram bot which shows r/TIL random post. It is written with functional paradigm using ramdajs

Setup on Local Machine

  • 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

Test

  • Run npm run test

Interaction With Bot

  • Say /post to get a random TIL post for today

Want to contribute?

PRs are most welcome

About

A nodejs based telegram bot which sends r/TIL random posts on request. It is written with functional paradigm using ramdajs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published