Skip to content

Commit

Permalink
add spider para Sumidouro-RJ
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju committed Sep 5, 2024
1 parent 56d8680 commit 9c3e9dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data_collection/gazette/spiders/rj/rj_sumidouro.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from datetime import date

from gazette.spiders.base.dioenet import DioenetGazetteSpider


class RjSumidouroSpider(DioenetGazetteSpider):
TERRITORY_ID = "3305703"
name = "rj_sumidouro"
start_date = date(2021, 7, 26)
BASE_URL = "https://plenussistemas.dioenet.com.br/list/sumidouro"
power = "executive_legislative"

0 comments on commit 9c3e9dc

Please sign in to comment.