-
-
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.
- Loading branch information
Showing
7 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
data_collection/gazette/spiders/al/al_sao_luis_do_quitunde.py
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,11 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.municipioonline import BaseMunicipioOnlineSpider | ||
|
||
|
||
class AlSaoLuisDoQuitundeSpider(BaseMunicipioOnlineSpider): | ||
TERRITORY_ID = "2708501" | ||
name = "al_sao_luis_do_quitunde" | ||
url_uf = "al" | ||
url_city = "saoluisdoquitunde" | ||
start_date = date(2020, 7, 29) |
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,11 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.municipioonline import BaseMunicipioOnlineSpider | ||
|
||
|
||
class BaItanhemSpider(BaseMunicipioOnlineSpider): | ||
TERRITORY_ID = "2916005" | ||
name = "ba_itanhem" | ||
url_uf = "ba" | ||
url_city = "itanhem" | ||
start_date = date(2021, 1, 5) |
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,11 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.municipioonline import BaseMunicipioOnlineSpider | ||
|
||
|
||
class SeMacambiraSpider(BaseMunicipioOnlineSpider): | ||
TERRITORY_ID = "2803708" | ||
name = "se_macambira" | ||
url_uf = "se" | ||
url_city = "macambira" | ||
start_date = date(2019, 1, 22) |
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,11 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.municipioonline import BaseMunicipioOnlineSpider | ||
|
||
|
||
class SeMaruimSpider(BaseMunicipioOnlineSpider): | ||
TERRITORY_ID = "2804003" | ||
name = "se_maruim" | ||
url_uf = "se" | ||
url_city = "maruim" | ||
start_date = date(2023, 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.municipioonline import BaseMunicipioOnlineSpider | ||
|
||
|
||
class SePedrinhasSpider(BaseMunicipioOnlineSpider): | ||
TERRITORY_ID = "2805109" | ||
name = "se_pedrinhas" | ||
url_uf = "se" | ||
url_city = "pedrinhas" | ||
start_date = date(2018, 2, 7) |
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,11 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.municipioonline import BaseMunicipioOnlineSpider | ||
|
||
|
||
class SePropriaSpider(BaseMunicipioOnlineSpider): | ||
TERRITORY_ID = "2805703" | ||
name = "se_propria" | ||
url_uf = "se" | ||
url_city = "propria" | ||
start_date = date(2021, 2, 23) |
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,11 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.municipioonline import BaseMunicipioOnlineSpider | ||
|
||
|
||
class SeSalgadoSpider(BaseMunicipioOnlineSpider): | ||
TERRITORY_ID = "2806206" | ||
name = "se_salgado" | ||
url_uf = "se" | ||
url_city = "salgado" | ||
start_date = date(2023, 1, 2) |