Skip to content

Commit

Permalink
adicionado raspador ba_aramari
Browse files Browse the repository at this point in the history
  • Loading branch information
gomespr authored and trevineju committed Oct 25, 2024
1 parent 38b41b5 commit 54356fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data_collection/gazette/spiders/ba/ba_aramari.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from datetime import date

from gazette.spiders.base.sai import BaseSaiSpider


class BaAramariSpider(BaseSaiSpider):
TERRITORY_ID = "2902203"
name = "ba_aramari"
allowed_domains = ["aramari.ba.gov.br"]
base_url = "https://www.aramari.ba.gov.br"
start_date = date(2009, 2, 12)

0 comments on commit 54356fe

Please sign in to comment.