Readme for bundlescraper This is a quick prototype hacked together in this Python YouTube video TODO: product ordering is off (should be lowest to highest price) scrape all the bundles (all types, all bundles) Set up dev environment virtualenv -p python3 venv Activate it source venv/bin/activate