jpt
jpt
https://github.com/openstates/issues/
I wanted to check if a patch to support something like: `CopyMapping(model=Entry, data=huge_list_of_unsaved_entries)` would be a welcome patch I have some code I was considering making into a library that...
Update: I've decided that I intend to cease support / maintenance on Jan 1 2018. The existing library will continue to work & I'll roll one final release around the...
While it is possible to pass in a scrapelib.Scraper, it probably makes more sense to expose these things as spatula settings so that users can set up their spatula environment...
- [x] advanced sources - [x] custom page types - [x] custom selectors - [ ] multiple items in a chain - [x] use as a library vs. workflow -...
A common challenge people run into is scraping pages built with ASP.net (or similar technology) where there is a ton of hstate kept in forms and cookies. I've had some...
a canonical way to scrape two or more related pages as a combined entrypoint (HousePage & SenPage together for instance)
https://github.com/openstates/issues/
Aims to address #37 `CachedTestURL` is the workhorse here, it replaces URL (and can be hot swapped in for it) and instead of always making a request, it favors a...