Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.09 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.09 KB

opinions

Build Status

opinions is a small Web application that watches the Supreme Court of the United States website for new opinions, downloads the PDFs for each decision and looks for external URLs to use as seeds for web archiving. The NYTimes story and study brought attention to the fact that these external links are important for the interpretation of the decisions of the SCOTUS.

Install

These instructions should get you going using sqlite as the database:

  1. sudo apt-get install python python-pip virtualenvwrapper
  2. mkvirtualenv opinions
  3. pip install -r requirements.txt
  4. python test.py
  5. python opinions.py # starts the webapp on http://localhost:5000
  6. python crawl.py # starts up the crawl daemon

You will see a Procfile is included for running on Heroku.

License

  • CC0