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
A number of local governments in the Bay Area and in other parts of the country post their meeting minutes, agendas, etc. on websites on the *primegov.com subdomain. These websites typically look something like this and follow the web address convention PLACE.primegov.com/public/portal, where PLACE is a custom field.
Your task is to add a primegov function to the html-request scraper2 so that it also grabs *primegov.com subdomains as possible. This will allow us to evaluate how many government agencies are using this website format, which, in turn, will help us to decide which scrapers to build next.
The text was updated successfully, but these errors were encountered:
Hello,
Is it fine if we had all the places in a text file and checked the response for each? Like substituting the subdomain in the URL with a place in the text file.
This is borrowed from biglocalnews/civic-scraper#54
A number of local governments in the Bay Area and in other parts of the country post their meeting minutes, agendas, etc. on websites on the *primegov.com subdomain. These websites typically look something like this and follow the web address convention PLACE.primegov.com/public/portal, where PLACE is a custom field.
Your task is to add a primegov function to the html-request scraper2 so that it also grabs *primegov.com subdomains as possible. This will allow us to evaluate how many government agencies are using this website format, which, in turn, will help us to decide which scrapers to build next.
The text was updated successfully, but these errors were encountered: