Skip to content

Scripts for saving a copy of Reddit wiki pages (e.g. for tracking automoderator).

License

Notifications You must be signed in to change notification settings

rhema/RedditWikiTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedditWikiTracker

Scripts for saving a copy of Reddit wiki pages (e.g. for tracking automoderator).

PRAW is required and I should add a requirements.txt probablly. I use anaconda to manage this.

To run this script periodically, I use cron like so:

52 * * * * /home/rhema/anaconda3/envs/ufosbot/bin/python /home/rhema/code/RedditWikiTracker/track-wiki.py -s |.    /home/rhema/code/RedditWikiTracker/settings.json -sub ufos -o /home/rhema/code/r-ufos-automod/r-ufos-automoderator.txt
55 * * * * cd /home/rhema/code/r-ufos-automod && ./cron-push.sh

The first line initiates the conda environemnt and the second line runs an update script to a private repo.

About

Scripts for saving a copy of Reddit wiki pages (e.g. for tracking automoderator).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages