/trendyol_public_api

unofficial static api for Trendyol

Primary LanguagePythonMIT LicenseMIT

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