johndpjr / AgTern

19 stars 5 forks source link

Simplify scraping configurations #113

Closed johndpjr closed 1 year ago

johndpjr commented 1 year ago

Context

Our scraping configurations found in the data folder are a little messy and redundant. This is a refactor, so we are not changing the functionality (how the scraper works).

TODO

Notes

This will require you to refactor a lot of the scripts that deal with configuration information. Ensure that the program works as expected when finished and incrementally test the features (i.e. make small changes and test extensively before moving on to next thing).