Skip to content

A C# library to page scrape the opinions published by the Appeals and Supreme Courts of South Carolina and cache them as Atom feeds in Azure Blob Storage. Powers @SCCourtOpinions.

Notifications You must be signed in to change notification settings

chrismeller/SCCourtOpinionsSharp

Repository files navigation

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.

About

A C# library to page scrape the opinions published by the Appeals and Supreme Courts of South Carolina and cache them as Atom feeds in Azure Blob Storage. Powers @SCCourtOpinions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages