Skip to content

Commit

Permalink
Adiciona São João do Triunfo-PR (#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju authored Dec 11, 2024
2 parents 578f7a9 + 68c89ec commit b3341e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data_collection/gazette/spiders/pr/pr_sao_joao_do_triunfo.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 PrSaoJoaoDoTriunfoSpider(BaseInstarSpider):
TERRITORY_ID = "4125100"
name = "pr_sao_joao_do_triunfo"
allowed_domains = ["sjtriunfo.pr.gov.br"]
base_url = "https://www.sjtriunfo.pr.gov.br/portal/diario-oficial"
start_date = date(2013, 4, 10)

0 comments on commit b3341e9

Please sign in to comment.