From [[http://waxy.org/2013/04/how_you_can_save_upcoming/#comment-2284052|How You Can Help Save Upcoming.org, Posterous, and More - Waxy.org]]: Just an FYI for those that have spare boxes/instances lying around, you can just run the script separately. Here's how to get it running on Ubuntu (runs on :8001, I haven't tested w/ virtualenv, don't run this willy nilly on production boxes unless you know what you're doing obvs) {{{#!highlight sh sudo apt-get install build-essential -y sudo apt-get install git -y sudo apt-get install libgnutls-dev -y sudo apt-get install liblua5.1-dev -y sudo apt-get install python-distribute -y sudo easy_install pip sudo pip install seesaw git clone https://github.com/ArchiveTeam/yahoo-upcoming-grab.git cd yahoo-upcoming-grab ./get-wget-lua.sh run-pipeline pipeline.py [YOURNAMEHERE] }}}