OpenData-NC / openrural-nc

6 stars 0 forks source link

NC Secretary of State corporation filings #16

Closed tobiasmcnulty closed 12 years ago

tobiasmcnulty commented 12 years ago

http://www.secretary.state.nc.us/Corporations/SearchChgs.aspx

copelco commented 12 years ago

I created a working importer here:

https://github.com/openrural/openrural-nc/blob/master/openrural/retrieval/orange_corp_filings.py

The script still needs the scraping aspect yet, currently you download the file manually for import.

copelco commented 12 years ago

I updated the scraper to cast DateFormed to a datetime (for proper sorting) and SOSID to an int.

copelco commented 12 years ago

The scraper is now scheduled to run every 3 days. Closing this as finished.