You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's currently impossible to scrape a single bill without also scraping lots of other bills. Ditto for events. Let's look into a way to update specific bills and events by passing in matter/event IDs, respectively.
The text was updated successfully, but these errors were encountered:
In the downstream scrapers, break the matter formatting and related information that currently takes place in the scrape method into a separate method or methods (i.e., for bill formatting and action formatting).
Add a keyword argument that defaults to None but can be set to an ID, should the user desire to scrape specific matters/events.
It's currently impossible to scrape a single bill without also scraping lots of other bills. Ditto for events. Let's look into a way to update specific bills and events by passing in matter/event IDs, respectively.
The text was updated successfully, but these errors were encountered: