Skip to content

Commit

Permalink
adicionado raspador ba_arataca
Browse files Browse the repository at this point in the history
  • Loading branch information
gomespr authored and trevineju committed Oct 25, 2024
1 parent 54356fe commit ab6ac30
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data_collection/gazette/spiders/ba/arataca.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 BaAratacaSpider(BaseSaiSpider):
TERRITORY_ID = "2902252"
name = "ba_arataca"
allowed_domains = ["arataca.ba.gov.br"]
base_url = "https://www.arataca.ba.gov.br"
start_date = date(2005, 1, 13)

0 comments on commit ab6ac30

Please sign in to comment.