Skip to content

Commit

Permalink
new spider Monteiro Lobato/SP (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju authored Mar 17, 2024
2 parents cc5b6d1 + 6fa36dd commit 70a28aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data_collection/gazette/spiders/sp/sp_monteiro_lobato.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from datetime import date

from gazette.spiders.base.dosp import DospGazetteSpider


class SpMonteiroLobatoSpider(DospGazetteSpider):
TERRITORY_ID = "3531704"
name = "sp_monteiro_lobato"
code = 5006
start_date = date(2020, 11, 26)

0 comments on commit 70a28aa

Please sign in to comment.