Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.21 KB

Trendyol Static Public API (Unofficial)

API Reference

Shipping Costs (shipping_costs.json)

Development

To Do

  • schedule etl.py to run on a weekly basis
  • add more objects than just "shipping costs"

Update & Upgrade

# Activate the virtual environment
$ source /path/to/venv/bin/activate

# Get a list of outdated packages
$ pip list --outdated

# Upgrade each package
$ pip install -U package_1 package_2 package_3 ...

# Save, at the very end:
# make sure everything works fine before this step
$ pip freeze --local > requirements.txt

Resources

Thanks