-
-
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 código parado e habilita novas cidades
- Loading branch information
Showing
4 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,7 +1,10 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.doem import DoemGazetteSpider | ||
|
||
|
||
class BaCiceroDantasSpider(DoemGazetteSpider): | ||
TERRITORY_ID = "2907806" | ||
name = "ba_cicero_dantas" | ||
state_city_url_part = "ba/cicerodantas" | ||
start_date = date(2012, 1, 3) |
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 |
---|---|---|
@@ -1,7 +1,10 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.doem import DoemGazetteSpider | ||
|
||
|
||
class BaInhambupeSpider(DoemGazetteSpider): | ||
TERRITORY_ID = "2913705" | ||
name = "ba_inhambupe" | ||
state_city_url_part = "ba/inhambupe" | ||
start_date = date(2013, 1, 2) |
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 |
---|---|---|
@@ -1,7 +1,10 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.doem import DoemGazetteSpider | ||
|
||
|
||
class BaIpiauSpider(DoemGazetteSpider): | ||
TERRITORY_ID = "2913903" | ||
name = "ba_ipiau" | ||
state_city_url_part = "ba/ipiau" | ||
start_date = date(2016, 5, 9) |
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