Skip to content

unboundhuman/reddit-post-scheduler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reddit-post-scheduler

Bot that posts scheduled posts to a subreddit, and web interface for scheduling posts (complete with previews!)

Requirements:

  • node.js (and npm to install modules)
  • Python
  • PRAW (Python Reddit API Wrapper)
  • crontab
  • sqlite3

To use:

  • Install PRAW, node.js, and other dependencies.
  • Edit postbot.py and change the subreddit, username, and password for the bot to post with.
  • Run 'npm install' in the web/ directory to install needed modules.
  • Open postscheduler.js and modify the username and password near the top.
  • Run 'node postscheduler.js' to start the web interface.
  • Create a crontab to cd to the directory with postbot.py and run it once per minute (or whenever).
  • Navigate to http://yourserver:3000. Start scheduling posts. Enjoy!

About

Post scheduling bot and web interface for Reddit. Complete with previews! Powers /u/CFB_Referee on reddit's College Football subreddit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors