-
-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Atualiza raspadores para Correntina-BA (#1359)
- Loading branch information
Showing
4 changed files
with
35 additions
and
14 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.diof import BaseDiofSpider | ||
|
||
|
||
class BaCorrentinaSpider(BaseDiofSpider): | ||
TERRITORY_ID = "2909307" | ||
name = "ba_correntina_2007" | ||
website = ( | ||
"https://dom.imap.org.br/sitesMunicipios/imprensaOficial.cfm?varCodigo=219" | ||
) | ||
power = "executive" | ||
start_date = date(2007, 11, 30) | ||
end_date = date(2024, 12, 31) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.doem import BaseDoemSpider | ||
|
||
|
||
class BaCorrentinaSpider(BaseDoemSpider): | ||
TERRITORY_ID = "2909307" | ||
name = "ba_correntina_2025" | ||
state_city_url_part = "ba/correntina" | ||
start_date = date(2025, 1, 1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters