Skip to content

samacyc/ingram-scraper-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Ingram wanted us to pay like 10k to get images and inventory details. So, here is your hack! If this works for you then follow me here for more.

  • pull the code (branch master)
  • put the NEW.csv file inside the ingram_scraper folder
  • run the scraper with this command: $./run.sh
  • type CTRL+C (only once) to stop it. If you run again, it will continue from the point it stopped
  • if you want to start from begin, the command is: $./restart.sh
  • the images will be saved to tmp/images
  • the csv will be saved to tmp/export.csv

ah you need to install python dependencies. run this command: $ pip install -f requirements.txt

About

Scraping Ingram and organizing csv with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.1%
  • Shell 0.9%