amcgregor / TSA-Timeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TSA Timeline RSS Feed Aggregator

This medium-sized WebCore web application aggregates RSS feeds and searches for articles relating to the TSA, a hot topic right now.

To run:

  • Create a distribute-based virtualenv.
  • Checkout this source into the venv, say, in a folder called src.
  • Run the ./install.sh script to install dependancies.
  • Ensure MongoDB is running (without password protection) and run ./init.py to create the model and populate the default data.
  • Run ./cron.py once to get started. Optionally set up a half-hour cron job to run this script.
  • Run ./application.py to start the web server on port 8080.

About


Languages

Language:CSS 58.2%Language:JavaScript 25.5%Language:Python 16.1%Language:Shell 0.2%