Skip to content

Commit

Permalink
Add rs_sao_francisco_de_paula spider (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju authored May 8, 2024
2 parents d91005c + 368c026 commit 55a6201
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data_collection/gazette/spiders/rs/rs_sao_francisco_de_paula.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import datetime

from gazette.spiders.base.instar import BaseInstarSpider


class RsSaoFranciscoDePaulaSpider(BaseInstarSpider):
TERRITORY_ID = "4318200"
name = "rs_sao_francisco_de_paula"
allowed_domains = ["saofranciscodepaula.rs.gov.br"]
base_url = "https://www.saofranciscodepaula.rs.gov.br/portal/diario-oficial"
start_date = datetime.date(2023, 8, 31)

0 comments on commit 55a6201

Please sign in to comment.