A helper that will add NYT theme tags to all the stories in a topic.
virtualenv venvto create your virtualenvsource venv/bin/activate- to activate your virtualenvpip install -r requirements.txt- to install the dependencies
Define the settings you need to in app.config, based on the template in there.
Run the workers in one window by doing: celery worker -A themeworker -l info.
In another window start up the story fetcher with python queue-stories-in-topic.py 1234 (where 1234 is the id
of the topic you want to process),