Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 467 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 467 Bytes

dadjokesbot

Tweet dad jokes daily sourced from Reddit (r/dadjokes)

Twitter Link

Configuration Files:

  • The script uses two config files, one for reddit and one for twitter (two, because I am lazy)
  • Create "praw.ini" for reddit configuration
  • Create bot_config.json for twitter configuration

Dependencies:

  • python3
  • praw for Reddit
  • tweepy for twitter
  • json for reading json config
  • cron for scheduling (optional)