Skip to content

13steinj/reddit-plugin-robin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robin

April Fools 2016

Installation

Install the plugin itself.

cd ~/src/robin
python setup.py build
sudo python setup.py develop

Then add the plugin to your ini file:

############################################ PLUGINS
# which plugins are enabled (they must be installed via setup.py first)
-plugins = about, liveupdate
+plugins = about, liveupdate, robin

Then, re-run the reddit installation script:

cd ~/src/reddit
sudo ./install-reddit.sh

Then, copy the upstart scripts:

sudo cp ~/src/robin/upstart/* /etc/init/

Then, enable the consumers:

cd ~/consumer-counts.d
echo 1 > robin_presence_q
echo 1 > robin_waitinglist_q
echo 1 > robin_subreddit_maker_q
sudo initctl emit reddit-start

Finally, enable the cron jobs:

sudo cp ~/src/robin/cron.d/* /etc/cron.d/

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.2%
  • Python 35.7%
  • CSS 15.9%
  • HTML 6.2%