Closed zstumgoren closed 2 years ago
@fgregg I updated the ticket body to more broadly reflect some other possible standardizations as well. Date-based filtering is most important, but it would be great to match the functionalities on CivicPlusSite.scrape
as closely as possible
LegistarSite.scrape (and possibly others) does not support the ability to configure downloading of older agendas and minutes, along with other standard behaviors illustrated in CivicPlusSite.scrape. Specifically:
LegistarSite.scrape
currently hard codes the date to begin scraping to 2021. We should update the function signature to acceptstart_date
andend_date
parameters. These parameters should:since
parameter based on thestart_date
Some additional changes that would be helpful for standardization purposes:
download=False
by default