Skip to content

Commit

Permalink
spider: sp_alvares_florence (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju authored Sep 4, 2024
2 parents d588f77 + 9a55104 commit 3c6aff6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data_collection/gazette/spiders/sp/sp_alvares_florence.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from datetime import date

from gazette.spiders.base.instar import BaseInstarSpider


class SpAlvaresFlorenceSpider(BaseInstarSpider):
TERRITORY_ID = "3501202"
name = "sp_alvares_florence"
allowed_domains = ["alvaresflorence.sp.gov.br"]
base_url = "https://www.alvaresflorence.sp.gov.br/portal/diario-oficial"
start_date = date(2013, 3, 13)

0 comments on commit 3c6aff6

Please sign in to comment.