emiliano1 / ingram-scraper-py

Scraping Ingram and organizing csv with python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 99.1%Language:Shell 0.9%