Skip to content

A python application that scrapes current prices for any user-specified comics and returns them as json objects.

Notifications You must be signed in to change notification settings

midgetradio/mycomicshop_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mycomicshop_tracker

A python application that scrapes current prices for any user-specified comics and returns them as json objects.

To track a volume

  1. Get the volume id from the mycomicshop.com website (the number listed after TID in the url in the image below).
  2. Add that volume id to issue_tracking.json in the "volumes" section.

volumeID example

To track an issue

  1. 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.
  2. Add that issue id to issue_tracking.json in the "singles" section.

Run the program after updating issue_tracking.json

python MCS.py

The resulting json containing the issue information will be sent to the output.json file.

About

A python application that scrapes current prices for any user-specified comics and returns them as json objects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages