Script in Python 3 to facilitate the add to cart & checkout on sites that use Shopify.
WILL BE UPDATED WITH THE TIME.
-
Click "Download ZIP" or git clone the Repo.
-
If you are on a Mac this will save the zip to the Download folder.
-
Unzip the file you just download.
-
Open the folder you just unzipped.
-
Download Python 3.6 here
-
Open up a Terminal window (CMD for Windows users).
-
Now type
cd
on the Terminal or CMD window. Drag & drop the whole folder (unzipped), and hit enter. - (You're now on the right folder) - after, type :
python3 main.py
If you have a message saying "No module named 'requests' or any other modules needed. Type :
pip3 install requests
Run it, follow the instructions and you are good to go.
Enjoy, feel free to improve this script, that is not open source for nothing !