Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 727 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 727 Bytes

StarbucksScraper

A very mean, very barebones, C# Console app that hammers the Starbucks Store Locator API to extract every store in the world.

About

I created this as a proof of concept and used it to scrape the dataset you can now find on Socrata.

It's a quick and dirty C# console app that does just enough to get me the data I wanted. I'm sure my use of the Entity Framework and numerous other areas could be refined... I don't care.

There is also a partner app that then uploads the data to a Socrata dataset that you specify (in the App.config), since you can't seem to upload Unicode data in a CSV file.