-
-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adiciona novos 10 raspadores do Paraná
- Loading branch information
Showing
10 changed files
with
100 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.atende_v2 import BaseAtendeV2Spider | ||
|
||
|
||
class PrApucaranaSpider(BaseAtendeV2Spider): | ||
TERRITORY_ID = "4101408" | ||
name = "pr_apucarana" | ||
city_subdomain = "apucarana" | ||
start_date = date(2022, 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,10 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.atende_v2 import BaseAtendeV2Spider | ||
|
||
|
||
class PrAraucariaSpider(BaseAtendeV2Spider): | ||
TERRITORY_ID = "4101804" | ||
name = "pr_araucaria" | ||
city_subdomain = "araucaria" | ||
start_date = date(2024, 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.atende_v2 import BaseAtendeV2Spider | ||
|
||
|
||
class PrCampoLargoSpider(BaseAtendeV2Spider): | ||
TERRITORY_ID = "4104204" | ||
name = "pr_campo_largo" | ||
city_subdomain = "campolargo" | ||
start_date = date(2006, 1, 20) |
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.atende_v2 import BaseAtendeV2Spider | ||
|
||
|
||
class PrCampoMouraoSpider(BaseAtendeV2Spider): | ||
TERRITORY_ID = "4104303" | ||
name = "pr_campo_mourao" | ||
city_subdomain = "campomourao" | ||
start_date = date(2012, 2, 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.atende_v2 import BaseAtendeV2Spider | ||
|
||
|
||
class PrCastroSpider(BaseAtendeV2Spider): | ||
TERRITORY_ID = "4104907" | ||
name = "pr_castro" | ||
city_subdomain = "castro" | ||
start_date = date(2010, 6, 4) |
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.atende_v2 import BaseAtendeV2Spider | ||
|
||
|
||
class PrClevelandiaSpider(BaseAtendeV2Spider): | ||
TERRITORY_ID = "4105706" | ||
name = "pr_clevelandia" | ||
city_subdomain = "clevelandia" | ||
start_date = date(2012, 3, 26) |
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.atende_v2 import BaseAtendeV2Spider | ||
|
||
|
||
class PrCorbeliaSpider(BaseAtendeV2Spider): | ||
TERRITORY_ID = "4106308" | ||
name = "pr_corbelia" | ||
city_subdomain = "corbelia" | ||
start_date = date(2015, 11, 20) |
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.atende_v2 import BaseAtendeV2Spider | ||
|
||
|
||
class PrGuaraniacuSpider(BaseAtendeV2Spider): | ||
TERRITORY_ID = "4109302" | ||
name = "pr_guaraniacu" | ||
city_subdomain = "guaraniacu" | ||
start_date = date(2021, 5, 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.atende_v2 import BaseAtendeV2Spider | ||
|
||
|
||
class PrMamboreSpider(BaseAtendeV2Spider): | ||
TERRITORY_ID = "4114005" | ||
name = "pr_mambore" | ||
city_subdomain = "mambore" | ||
start_date = date(2020, 5, 25) |
10 changes: 10 additions & 0 deletions
10
data_collection/gazette/spiders/pr/pr_ouro_verde_do_oeste.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.atende_v2 import BaseAtendeV2Spider | ||
|
||
|
||
class PrOuroVerdeDoOesteSpider(BaseAtendeV2Spider): | ||
TERRITORY_ID = "4117453" | ||
name = "pr_ouro_verde_do_oeste" | ||
city_subdomain = "ouroverdedooeste" | ||
start_date = date(2021, 3, 31) |