Skip to content

Commit 7365ecc

Browse files
committed
Store best-seat scrapings in db
1 parent c09e395 commit 7365ecc

File tree

6 files changed

+154
-7474
lines changed

6 files changed

+154
-7474
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ django = "*"
88
pymongo = "*"
99
dnspython = "*"
1010
requests = "*"
11+
python-dateutil = "*"
1112

1213
[dev-packages]
1314
gunicorn = "*"

Pipfile.lock

Lines changed: 37 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ticketscraping/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_top_picks_query_params(qty, priceInterval): return {
3131
'embed': ['area', 'offer', 'description'],
3232
'apikey': 'b462oi7fic6pehcdkzony5bxhe',
3333
'apisecret': 'pquzpfrfz7zd2ylvtz3w5dtyse',
34-
'limit': 100,
34+
'limit': 25,
3535
'offset': 0,
3636
'sort': '-quality',
3737
}

0 commit comments

Comments
 (0)