Skip to content

Presenting existing NICE guidance in a more accessible form

Notifications You must be signed in to change notification settings

drcjar/guidance_scrapers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guidance Scrapers

What is it?

This is an extension of the original NICE scraper which is currently hosted at ScraperWiki. Other tools that are part of this collection are for presentation of the data via a web browser using a UI from the original scraper which was implemented by Zarino

How does it work?

The scraper accesses the NICE website daily to check that the PDF files that we currently have are indeed the latest, and to also pull the new PDFs as they are added. Once we've determined if there is any new content we optionally regenerate the source JSON and HTML used to render the data to the client.

How do I install it?

  • git clone git://github.com/openhealthcare/guidance_scrapers.git
  • cd guidance_scrapers
  • virtualenv . --no-site-packages
  • pip install -r requirements.txt
  • cd setup; . ./install_cron.sh
  • ....

About

Presenting existing NICE guidance in a more accessible form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published