Skip to content

Commit

Permalink
Adiciona raspador para AMA (AL)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogecece committed Dec 13, 2023
1 parent 5d233e2 commit 5e36283
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions data_collection/gazette/resources/territories.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5569,3 +5569,4 @@ id,name,state_code,state
3557154,Zacarias,SP,São Paulo
2114007,Zé Doca,MA,Maranhão
4219853,Zortéa,SC,Santa Catarina
2700000,Associação dos Municípios Alagoanos,AL,Alagoas
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import datetime

from gazette.spiders.base.sigpub import SigpubGazetteSpider


class AlAssociacaoMunicipiosSpider(SigpubGazetteSpider):
name = "al_associacao_municipios"
TERRITORY_ID = "2700000"
CALENDAR_URL = "https://www.diariomunicipal.com.br/ama"
CALENDAR_URL = "https://www.diariomunicipal.com.br/ama/"
start_date = datetime.date(2014, 4, 10)
1 change: 1 addition & 0 deletions scripts/enabled_spiders.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# automatically in production
SPIDERS = [
"al_maceio",
"al_associacao_municipios",
"am_manaus",
"ap_macapa",
"ap_santana",
Expand Down

0 comments on commit 5e36283

Please sign in to comment.