Skip to content

Commit

Permalink
Novo municipio Maracacume-MA (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju authored Oct 30, 2024
2 parents cb904d4 + 72882cd commit ddbef7c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data_collection/gazette/spiders/ma/ma_maracacume.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from datetime import date

from gazette.spiders.base.adiarios_v1 import BaseAdiariosV1Spider


class MaMaracacumeSpider(BaseAdiariosV1Spider):
TERRITORY_ID = "2106326"
name = "ma_maracacume"
allowed_domains = ["www.maracacume.ma.gov.br"]
BASE_URL = "https://www.maracacume.ma.gov.br"
start_date = date(2019, 10, 20)

0 comments on commit ddbef7c

Please sign in to comment.