We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd38b46 + 9f3833a commit 9158719Copy full SHA for 9158719
data_collection/gazette/spiders/to/to_tupirama.py
@@ -0,0 +1,12 @@
1
+from datetime import date
2
+
3
+from gazette.spiders.base.barcodigital import BaseBarcoDigitalSpider
4
5
6
+class ToTupiramaSpider(BaseBarcoDigitalSpider):
7
+ name = "to_tupirama"
8
+ TERRITORY_ID = "1721257"
9
+ allowed_domains = ["api-tupirama.barcodigital.com.br"]
10
+ base_url = "https://api-tupirama.barcodigital.com.br"
11
12
+ start_date = date(year=2017, month=1, day=1)
0 commit comments