Skip to content

Commit 9158719

Browse files
authored
Feature/to tupirama (#1303)
2 parents bd38b46 + 9f3833a commit 9158719

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)