From 569c995c0efb7421da13837b8db9354999ebe224 Mon Sep 17 00:00:00 2001 From: almeidadm Date: Sun, 4 Feb 2024 10:18:06 -0300 Subject: [PATCH] new spider sp_cunha --- data_collection/gazette/spiders/sp/sp_cunha.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data_collection/gazette/spiders/sp/sp_cunha.py diff --git a/data_collection/gazette/spiders/sp/sp_cunha.py b/data_collection/gazette/spiders/sp/sp_cunha.py new file mode 100644 index 000000000..b41ba8f69 --- /dev/null +++ b/data_collection/gazette/spiders/sp/sp_cunha.py @@ -0,0 +1,10 @@ +from datetime import date + +from gazette.spiders.base.dosp import DospGazetteSpider + + +class SpCunhaSpider(DospGazetteSpider): + TERRITORY_ID = "3513603" + name = "sp_cunha" + code = 4800 + start_date = date(2021, 10, 19)