A python application that scrapes current prices for any user-specified comics and returns them as json objects.
- Get the volume id from the mycomicshop.com website (the number listed after TID in the url in the image below).
- Add that volume id to issue_tracking.json in the "volumes" section.
- Get the issue id from the mycomicshop.com website, or run this application on the volume id. Each issue object that is returned will contain that issue's specific id.
- Add that issue id to issue_tracking.json in the "singles" section.
python MCS.py
The resulting json containing the issue information will be sent to the output.json file.