Skip to content

Commit

Permalink
Cria spider para Águas da Prata - SP
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoleto authored and trevineju committed Mar 1, 2025
1 parent 5b18ce9 commit 96acdd5
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 96acdd5

Please sign in to comment.