Skip to content

Commit

Permalink
feat: implementação do município de itatim
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfernandesraton authored and trevineju committed Sep 18, 2024
1 parent 89d5632 commit 2b6406e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data_collection/gazette/spiders/ba/ba_itatim.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import datetime as dt

from gazette.spiders.base.sai import SaiGazetteSpider


class BaMaragogipeSpider(SaiGazetteSpider):
TERRITORY_ID = "2916856"
name = "ba_itatim"
start_date = dt.date(2009, 1, 1)
allowed_domains = ["sai.io.org.br", "www.itatim.ba.gov.br"]
base_url = "https://www.itatim.ba.gov.br"

0 comments on commit 2b6406e

Please sign in to comment.