Skip to content

Commit

Permalink
Raspadores de DOEM - Grupo 5 (okfn-brasil#966)
Browse files Browse the repository at this point in the history
# Grupo 5 Raspadores de DOEM 
- Tabocas do Brejo Velho-BA
- Santa Cruz Cabralia-BA
- Sento Sé-BA
- Teixeira de Freitas-BA
- Santo Amaro-BA
- Ribeira do Pombal-BA
  • Loading branch information
trevineju authored Oct 18, 2023
2 parents 32ab909 + a351595 commit 5f5350e
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 4 deletions.
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 BaRibeiraDoPombalSpider(DoemGazetteSpider):
TERRITORY_ID = "2926608"
name = "ba_ribeira_do_pombal"
name = "ba_ribeira_do_pombal_2014"
state_city_url_part = "ba/ribeiradopombal"
start_date = date(2014, 1, 16)
3 changes: 3 additions & 0 deletions data_collection/gazette/spiders/ba/ba_santa_cruz_cabralia.py
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 BaSantaCruzCabraliaSpider(DoemGazetteSpider):
TERRITORY_ID = "2927705"
name = "ba_santa_cruz_cabralia"
state_city_url_part = "ba/santacruzcabralia"
start_date = date(2017, 1, 9)
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 BaSantoAmaroSpider(DoemGazetteSpider):
TERRITORY_ID = "2928604"
name = "ba_santo_amaro"
name = "ba_santo_amaro_2012"
state_city_url_part = "ba/santoamaro"
start_date = date(2012, 12, 6)
3 changes: 3 additions & 0 deletions data_collection/gazette/spiders/ba/ba_sento_se.py
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 BaSentoSeSpider(DoemGazetteSpider):
TERRITORY_ID = "2930204"
name = "ba_sento_se"
state_city_url_part = "ba/sentose"
start_date = date(2017, 1, 2)
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 BaTabocasDoBrejoVelhoSpider(DoemGazetteSpider):
TERRITORY_ID = "2930907"
name = "ba_tabocas_do_brejo_velho"
name = "ba_tabocas_do_brejo_velho_2013"
state_city_url_part = "ba/tabocasdobrejovelho"
start_date = date(2013, 1, 4)
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 BaTeixeiraDeFreitasSpider(DoemGazetteSpider):
TERRITORY_ID = "2931350"
name = "ba_teixeira_de_freitas"
name = "ba_teixeira_de_freitas_2021"
state_city_url_part = "ba/teixeiradefreitas"
start_date = date(2021, 3, 2)
2 changes: 2 additions & 0 deletions scripts/enabled_spiders.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
"ba_mucuri",
"ba_prado",
"ba_salvador",
"ba_santa_cruz_cabralia",
"ba_santo_estevao",
"ba_senhor_do_bonfim",
"ba_sento_se",
"ba_teolandia",
"ba_tucano",
"ce_horizonte",
Expand Down

0 comments on commit 5f5350e

Please sign in to comment.