Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 911 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 911 Bytes

About

The South Carolina Judicial Department publishes all opinions issued by the Appeals and Supreme Courts of South Carolina on their website as PDFs, but there is no convenient way to follow those updates.

In the spirit of the growing trend, I decided to fix that by page-scraping the data and pushing it to a Twitter account. @SCCourtOpinions was born!

How

Grab the contents, parse it with HtmlAgilityPack, generate a rough Atom feed, and upload the feed to Azure Blob Storage. You can, of course, just get the opinions and spit them out any way you like.

Instructions

Be sure to replace the StorageConnectionString value in SCCourtOpinions.Host/App.config with your Azure Storage connection string.