Skip to content

Commit

Permalink
adiciona raspador para brejo de areia-ma
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju committed Oct 20, 2023
1 parent 5f5350e commit c952f23
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data_collection/gazette/spiders/ma/ma_brejo_de_areia.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import datetime

from gazette.spiders.base.siganet import BaseSiganetSpider


class MaBrejoDeAreia(BaseSiganetSpider):
TERRITORY_ID = "2102150"
name = "ma_brejo_de_areia"
start_date = datetime.date(2020, 7, 21)
allowed_domains = ["brejodeareia.ma.gov.br"]
BASE_URL = "https://brejodeareia.ma.gov.br/diario/diario"

0 comments on commit c952f23

Please sign in to comment.