Skip to content

Commit

Permalink
add: 3 novas cidades (#1036)
Browse files Browse the repository at this point in the history
resolve #947 
raspadores faltantes
  • Loading branch information
trevineju authored Nov 17, 2023
2 parents 96ac45b + 9567dfb commit a2df17f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data_collection/gazette/spiders/ba/ba_cicero_dantas.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 BaCiceroDantasSpider(DoemGazetteSpider):
TERRITORY_ID = "2907806"
name = "ba_cicero_dantas"
state_city_url_part = "ba/cicerodantas"
start_date = date(2012, 1, 3)
3 changes: 3 additions & 0 deletions data_collection/gazette/spiders/ba/ba_inhambupe.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 BaInhambupeSpider(DoemGazetteSpider):
TERRITORY_ID = "2913705"
name = "ba_inhambupe"
state_city_url_part = "ba/inhambupe"
start_date = date(2013, 1, 2)
3 changes: 3 additions & 0 deletions data_collection/gazette/spiders/ba/ba_ipiau.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 BaIpiauSpider(DoemGazetteSpider):
TERRITORY_ID = "2913903"
name = "ba_ipiau"
state_city_url_part = "ba/ipiau"
start_date = date(2016, 5, 9)
3 changes: 3 additions & 0 deletions scripts/enabled_spiders.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@
"ba_caetite",
"ba_campo_formoso",
"ba_canudos",
"ba_cicero_dantas",
"ba_cipo",
"ba_cotegipe",
"ba_cristopolis",
"ba_cruz_das_almas",
"ba_esplanada",
"ba_feira_de_santana",
"ba_formosa_do_rio_preto",
"ba_inhambupe",
"ba_ipiau",
"ba_irara",
"ba_itaberaba",
"ba_itamaraju",
Expand Down

0 comments on commit a2df17f

Please sign in to comment.