Skip to content

Commit

Permalink
Cria spider arapongas (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevineju authored Mar 1, 2025
2 parents c62c01f + 92744d6 commit 4ff2cbc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data_collection/gazette/spiders/pr/pr_arapongas.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from datetime import date

from gazette.spiders.base.atende_v2 import BaseAtendeV2Spider


class PrArapongasSpider(BaseAtendeV2Spider):
TERRITORY_ID = "4101507"
name = "pr_arapongas"
city_subdomain = "arapongas"
start_date = date(2009, 2, 11)

0 comments on commit 4ff2cbc

Please sign in to comment.