8 lines
139 B
Python
8 lines
139 B
Python
'''
|
|
Initial download and write of raw data from ebay
|
|
'''
|
|
import ebay_api
|
|
|
|
shopping = ebay_api.ShoppingApi()
|
|
data = shopping.conky()
|