A Python Script to download bookmarked answers from Quora
- BeautifulSoup
- pdfkit
- selenium
- termcolor
- wkhtmltopdf
-
BeautifulSoup
pip install beautifulsoup4
-
pdfkit
pip install pdfkit
-
selenium
pip install selenium
-
termcolor
pip install termcolor
-
wkhtmltopdf
- Install from here: https://wkhtmltopdf.org/downloads.html
python quorab.py [--auto-login <credentials_file>]
credentials_file should be a simple 2-line python file with email and password variables. i.e.
# credentials.py
email = 'you@domain.com'
password = 'your_quora_password'
After a new Chrome window is opened, you'll need to enter your account credentials and then just press Enter.