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!
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.
Be sure to replace the StorageConnectionString
value in SCCourtOpinions.Host/App.config with your Azure Storage connection string.