-
-
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.
Adiciona novos 10 raspadores da Paraíba
- Loading branch information
Showing
10 changed files
with
110 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,11 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.adiarios_v1 import BaseAdiariosV1Spider | ||
|
||
|
||
class PbAlagoaNovaSpider(BaseAdiariosV1Spider): | ||
TERRITORY_ID = "2500403" | ||
name = "pb_alagoa_nova" | ||
allowed_domains = ["alagoanova.pb.gov.br"] | ||
BASE_URL = "https://www.alagoanova.pb.gov.br" | ||
start_date = date(2024, 1, 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
from datetime import date | ||
|
||
from gazette.spiders.base.adiarios_v1 import BaseAdiariosV1Spider | ||
|
||
|
||
class PbBomJesusSpider(BaseAdiariosV1Spider): | ||
TERRITORY_ID = "2502201" | ||
name = "pb_bom_jesus" | ||
allowed_domains = ["prefeiturabomjesus.pb.gov.br"] | ||
BASE_URL = "https://www.prefeiturabomjesus.pb.gov.br" | ||
start_date = date(14, 2, 10) |
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.adiarios_v1 import BaseAdiariosV1Spider | ||
|
||
|
||
class PbBorboremaSpider(BaseAdiariosV1Spider): | ||
TERRITORY_ID = "2502706" | ||
name = "pb_borborema" | ||
allowed_domains = ["borborema.pb.gov.br"] | ||
BASE_URL = "https://www.borborema.pb.gov.br" | ||
start_date = date(2023, 10, 2) |
11 changes: 11 additions & 0 deletions
11
data_collection/gazette/spiders/pb/pb_cachoeira_dos_indios.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.adiarios_v1 import BaseAdiariosV1Spider | ||
|
||
|
||
class PbCachoeiraDosIndiosSpider(BaseAdiariosV1Spider): | ||
TERRITORY_ID = "2503308" | ||
name = "pb_cachoeira_dos_indios" | ||
allowed_domains = ["cachoeiradosindios.pb.gov.br"] | ||
BASE_URL = "https://www.cachoeiradosindios.pb.gov.br" | ||
start_date = date(202, 8, 23) |
11 changes: 11 additions & 0 deletions
11
data_collection/gazette/spiders/pb/pb_cacimba_de_dentro.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.adiarios_v1 import BaseAdiariosV1Spider | ||
|
||
|
||
class PbCacimbaDeDentroSpider(BaseAdiariosV1Spider): | ||
TERRITORY_ID = "2503506" | ||
name = "pb_cacimba_de_dentro" | ||
allowed_domains = ["cacimbadedentro.pb.gov.br"] | ||
BASE_URL = "https://www.cacimbadedentro.pb.gov.br" | ||
start_date = date(2024, 2, 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.adiarios_v1 import BaseAdiariosV1Spider | ||
|
||
|
||
class PbCajazeirasSpider(BaseAdiariosV1Spider): | ||
TERRITORY_ID = "2503704" | ||
name = "pb_cajazeiras" | ||
allowed_domains = ["cajazeiras.pb.gov.br"] | ||
BASE_URL = "https://www.cajazeiras.pb.gov.br" | ||
start_date = date(2017, 2, 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.adiarios_v1 import BaseAdiariosV1Spider | ||
|
||
|
||
class PbCajazeirinhasSpider(BaseAdiariosV1Spider): | ||
TERRITORY_ID = "2503753" | ||
name = "pb_cajazeirinhas" | ||
allowed_domains = ["cajazeirinhas.pb.gov.br"] | ||
BASE_URL = "https://www.cajazeirinhas.pb.gov.br" | ||
start_date = date(2024, 2, 6) |
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.adiarios_v1 import BaseAdiariosV1Spider | ||
|
||
|
||
class PbCapimSpider(BaseAdiariosV1Spider): | ||
TERRITORY_ID = "2504033" | ||
name = "pb_capim" | ||
allowed_domains = ["capim.pb.gov.br"] | ||
BASE_URL = "https://www.capim.pb.gov.br" | ||
start_date = date(2023, 9, 11) |
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.adiarios_v1 import BaseAdiariosV1Spider | ||
|
||
|
||
class PbCoremasSpider(BaseAdiariosV1Spider): | ||
TERRITORY_ID = "2504801" | ||
name = "pb_coremas" | ||
allowed_domains = ["coremas.pb.gov.br"] | ||
BASE_URL = "https://www.coremas.pb.gov.br" | ||
start_date = date(1202, 11, 16) |
11 changes: 11 additions & 0 deletions
11
data_collection/gazette/spiders/pb/pb_cuite_de_mamanguape.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.adiarios_v1 import BaseAdiariosV1Spider | ||
|
||
|
||
class PbCuiteDeMamanguapeSpider(BaseAdiariosV1Spider): | ||
TERRITORY_ID = "2505238" | ||
name = "pb_cuite_de_mamanguape" | ||
allowed_domains = ["cuitedemamanguape.pb.gov.br"] | ||
BASE_URL = "https://www.cuitedemamanguape.pb.gov.br" | ||
start_date = date(2024, 1, 2) |