- schedule etl.py to run on a weekly basis
- add more objects than just "shipping costs"
# 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
- https://tymp.mncdn.com/prod/documents/engagement/kargo/guncel_kargo_fiyatlari.pdf
- https://tymp.mncdn.com/prod/documents/engagement/yasal_surecler/komisyon_vade_tablosu.pdf (fees: will be implemented)
- https://akademi.trendyol.com/satici-bilgi-merkezi/detay/109 (barem: will be implemented)