skvrahul / chegg_dl

Python script to automate the download of textbooks from Chegg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chegg Downloader

Python script to automate the download of textbooks from Chegg.

Requirements

  • ImageMagick(To combine a series of png files to a pdf)
  • Selenium / Selenium Webdriver ( This script is specific to Chrome and hence may not work on Firefox)
  • PIL

Running

before.sh - Creates the directory where the png images are saved .
python -l <link to your textbook/answerbook> .
after.sh - Converts sequence of images into a single pdf file called textbook.pdf

Note

You may need to login to Chegg manually to bypass Chegg's captcha.

About

Python script to automate the download of textbooks from Chegg


Languages

Language:Python 98.4%Language:Shell 1.6%