Skip to content

Fetch bundle content, then split cost based on prices at keyshop resellers.

License

Notifications You must be signed in to change notification settings

woctezuma/bundle-split

Repository files navigation

Bundle Split

Build status with Github Action Code coverage Code Quality

This repository contains Python code to:

  • fetch bundle content from GG.deals,
  • then price bundle split based on prices at keyshop resellers.

Requirements

  • Install the latest version of Python 3.X.
  • Install the required packages:
pip install -r requirements.txt

Usage

  1. To fetch bundle content, run:
python list_bundle_content.py 
  1. To fetch product prices, run:
python list_product_prices.py 
  1. To split bundle cost, run:
python split_bundle_cost.py 

Alternatively, to execute the complete workflow, run:

python run_workflow.py 

References