Skip to content

Commit

Permalink
Add rs_sao_francisco_de_paula spider
Browse files Browse the repository at this point in the history
Co-authored-by: Miho Yamawaki <[email protected]>
Co-authored-by: Pedro Costa <[email protected]>
Co-authored-by: José Carlos Menezes <[email protected]>
Co-authored-by: Lélis <[email protected]>
Co-authored-by: Gabriel Nunes <[email protected]>
Co-authored-by: augdiebold <[email protected]>
  • Loading branch information
7 people committed May 8, 2024
1 parent d91005c commit 368c026
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 368c026

Please sign in to comment.