-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
9 changed files
with
90 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.dosp import DospGazetteSpider | ||
|
||
|
||
class MsDeodapolisSpider(DospGazetteSpider): | ||
TERRITORY_ID = "5003454" | ||
name = "ms_deodapolis" | ||
code = 1492 | ||
start_date = date(2023, 11, 17) |
10 changes: 10 additions & 0 deletions
10
data_collection/gazette/spiders/ms/ms_gloria_de_dourados.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,10 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.dosp import DospGazetteSpider | ||
|
||
|
||
class MsGloriaDeDouradosSpider(DospGazetteSpider): | ||
TERRITORY_ID = "5004007" | ||
name = "ms_gloria_de_dourados" | ||
code = 1498 | ||
start_date = date(2023, 11, 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,10 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.dosp import DospGazetteSpider | ||
|
||
|
||
class MsJateiSpider(DospGazetteSpider): | ||
TERRITORY_ID = "5005103" | ||
name = "ms_jatei" | ||
code = 1508 | ||
start_date = date(2023, 12, 12) |
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.dosp import DospGazetteSpider | ||
|
||
|
||
class MsParanhosSpider(DospGazetteSpider): | ||
TERRITORY_ID = "5006358" | ||
name = "ms_paranhos" | ||
code = 1521 | ||
start_date = date(2023, 7, 13) |
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.dosp import DospGazetteSpider | ||
|
||
|
||
class MsRioBrilhanteSpider(DospGazetteSpider): | ||
TERRITORY_ID = "5007208" | ||
name = "ms_rio_brilhante" | ||
code = 1526 | ||
start_date = date(2024, 2, 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.dosp import DospGazetteSpider | ||
|
||
|
||
class PrCafezalDoSulSpider(DospGazetteSpider): | ||
TERRITORY_ID = "4103479" | ||
name = "pr_cafezal_do_sul" | ||
code = 2808 | ||
start_date = date(2016, 4, 14) |
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.dosp import DospGazetteSpider | ||
|
||
|
||
class PrCarambeiSpider(DospGazetteSpider): | ||
TERRITORY_ID = "4104659" | ||
name = "pr_carambei" | ||
code = 2826 | ||
start_date = date(2022, 11, 9) |
10 changes: 10 additions & 0 deletions
10
data_collection/gazette/spiders/rj/rj_sao_jose_do_vale_do_rio_preto.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,10 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.dosp import DospGazetteSpider | ||
|
||
|
||
class RjSaoJoseDoValeDoRioPretoSpider(DospGazetteSpider): | ||
TERRITORY_ID = "3305158" | ||
name = "rj_sao_jose_do_vale_do_rio_preto" | ||
code = 3640 | ||
start_date = date(2023, 5, 24) |
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.dosp import DospGazetteSpider | ||
|
||
|
||
class RsQuatroIrmaosSpider(DospGazetteSpider): | ||
TERRITORY_ID = "4315313" | ||
name = "rs_quatro_irmaos" | ||
code = 4135 | ||
start_date = date(2024, 5, 14) |