wstkeys/API/df.py

11 lines
248 B
Python

from rok import download_products, download_prices
from rokky import decrypt_and_unpack, add_product, update_prices
download_products()
download_prices()
decrypt_and_unpack("prices")
decrypt_and_unpack("products")
add_product()
update_prices()