Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.75 KB

README.md

File metadata and controls

65 lines (44 loc) · 1.75 KB

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