all
This commit is contained in:
6
utils/lots.py
Normal file
6
utils/lots.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from auction_items import get_items_twk
|
||||
|
||||
# Replace "35563" with a real auction ID from troostwijkauctions.com
|
||||
lots = get_items_twk(display_id="35563")
|
||||
for lot in lots:
|
||||
print(lot['lot_number'], lot['title'], lot['current_bid'])
|
||||
Reference in New Issue
Block a user