Skip to content

Commit

Permalink
Merge pull request #4995 from chrisyamas/ma_votes
Browse files Browse the repository at this point in the history
MA: new votes scraper
  • Loading branch information
NewAgeAirbender authored Jul 29, 2024
2 parents edae562 + b274fcb commit e9d8ffd
Show file tree
Hide file tree
Showing 2 changed files with 471 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scrapers/ma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
from openstates.scrape import State
from .bills import MABillScraper
from .events import MAEventScraper
from .votes import MAVoteScraper


class Massachusetts(State):
scrapers = {
"bills": MABillScraper,
"events": MAEventScraper,
"votes": MAVoteScraper,
}
legislative_sessions = [
{
Expand Down
Loading

0 comments on commit e9d8ffd

Please sign in to comment.