Skip to content

Commit

Permalink
Cria spider para Águas da Prata - SP (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju authored Mar 1, 2025
2 parents 5b18ce9 + 96acdd5 commit 986c3f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data_collection/gazette/spiders/sp/sp_aguas_da_prata.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from datetime import date

from gazette.spiders.base.dosp import BaseDospSpider


class SpAguasDaPrataSpider(BaseDospSpider):
TERRITORY_ID = "3500402"
name = "sp_aguas_da_prata"
code = 4652
start_date = date(2018, 8, 23)

0 comments on commit 986c3f2

Please sign in to comment.