Download Chegg homework-help questions to html files, these html files are self sufficient, you don't need account access to load them
Details
-
In Bots
You can share your chegg subscription with your friends, eg: by making discord bot -
Saving Chegg Questions Locally
-
Download latest release
-
Install requirements
pip install -r requirements.txt
-
Save your cookie in file cookie.txt (preferably)
Using Browser Console
- Log-in to chegg in your browser and open up the developer console. (cmd-shift-c or ctrl-shift-i)
- Grab your cookies by typing
document.cookie
- paste yout cookie from console into cookie.txt (without
"
)
Or
Using Chrome Extenstion
- Log-in to chegg in your web browser
- Open Extension (Example) EditThisCookie
- Click Export and paste in cookie.txt
-
You may also need to change user-agent
-
Open conf.json and edit user_agent
-
Find your browser user agent
-
Open What's My User Agent
Or
-
Open Browser console and run
console.log(navigator.userAgent)
-
-
-
-
If you are new to python go here
-
Run the
Downloader.py
Script$ python Downloader.py Enter url of the homework-help:
-
Arguments
ALL ARGUMENTS ARE OPTIONAL -u or --url > URL of Chegg -c or --cookie > Path of Cookie file (Defualt: cookie.txt) -s or --save > file path, where you want to save, put inside " "