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 1f4cecf + 78a3343 commit cb904d4Copy full SHA for cb904d4
data_collection/gazette/spiders/to/to_tocantinopolis.py
@@ -0,0 +1,12 @@
1
+from datetime import date
2
+
3
+from gazette.spiders.base.barcodigital import BaseBarcoDigitalSpider
4
5
6
+class ToTocantinopolisSpider(BaseBarcoDigitalSpider):
7
+ name = "to_tocantinopolis"
8
+ TERRITORY_ID = "1721208"
9
+ allowed_domains = ["api-tocantinopolis.barcodigital.com.br"]
10
+ base_url = "https://api-tocantinopolis.barcodigital.com.br"
11
12
+ start_date = date(year=2017, month=5, day=17)
0 commit comments