From 8acfac218e0c404d57e70f5ce4605ca8dd978f66 Mon Sep 17 00:00:00 2001 From: Rodrigo LS <66273650+JolidPnake@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:09:51 +0000 Subject: [PATCH 1/2] =?UTF-8?q?PR1=20-=20Crist=C3=B3polis=20BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data_collection/gazette/spiders/ba/ba_cristopolis.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data_collection/gazette/spiders/ba/ba_cristopolis.py diff --git a/data_collection/gazette/spiders/ba/ba_cristopolis.py b/data_collection/gazette/spiders/ba/ba_cristopolis.py new file mode 100644 index 000000000..f9496c898 --- /dev/null +++ b/data_collection/gazette/spiders/ba/ba_cristopolis.py @@ -0,0 +1,10 @@ +from datetime import date + +from gazette.spiders.base.doem import DoemGazetteSpider + + +class BaCristopolisSpider(DoemGazetteSpider): + TERRITORY_ID = "2909703" + name = "ba_cristopolis" + start_date = date(2021, 1, 12) + state_city_url_part = "ba/cristopolis" From e6528f617e410249a4d90ba5bb5baa455abe1456 Mon Sep 17 00:00:00 2001 From: trevineju Date: Tue, 24 Oct 2023 10:03:36 -0300 Subject: [PATCH 2/2] =?UTF-8?q?Habilita=20Crist=C3=B3polis-BA=20em=20produ?= =?UTF-8?q?=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/enabled_spiders.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/enabled_spiders.py b/scripts/enabled_spiders.py index 2f0d2a80b..5811e6e06 100644 --- a/scripts/enabled_spiders.py +++ b/scripts/enabled_spiders.py @@ -13,6 +13,7 @@ "ba_brotas_de_macaubas", "ba_campo_formoso", "ba_canudos", + "ba_cristopolis", "ba_feira_de_santana", "ba_irara", "ba_itapetinga",