datatogether / archivertools

Python package for scraping websites into the Data Together pipeline via morph.io
GNU Affero General Public License v3.0
6 stars 1 forks source link

Removed scraperwiki dependence/unit tests #3

Closed jeffreyliu closed 7 years ago

jeffreyliu commented 7 years ago

This PR removes the scraperwiki dependencies by implementing the database interactions in sqlalchemy

This also introduces unit tests in tests.py

Tested in python 3.6 and 2.7.

Addresses #1