Skip to content

Commit

Permalink
nova spider ma_turilandia
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidadm committed Dec 9, 2024
1 parent a40a109 commit f19d579
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data_collection/gazette/spiders/ma/ma_turilandia.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import datetime as dt

from gazette.spiders.base.administracaopublica import BaseAdministracaoPublicaSpider


class MaTurilandiaSpider(BaseAdministracaoPublicaSpider):
TERRITORY_ID = "2112456"
name = "ma_turilandia"
start_date = dt.date(2021, 3, 11)
token = "9664abfc624b73571a05e874f98fd6d114834924"

0 comments on commit f19d579

Please sign in to comment.