Skip to content

rushikesh-kulkarni/Quora-Bookmark-Downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Quora Bookmark Downloader

A Python Script to download bookmarked answers from Quora.com

Dependencies

  • selenium
  • pyperclip
  • pdfkit
  • BeautifulSoup

Install Dependencies

  • selenium

    • pip install selenium
  • pyperclip

    • pip install pyperclip
  • pdfkit

    • pip install pdfkit
  • BeautifulSoup

    • pip install beautifulsoup4

Note

pdfkit also require wkhtmltopdf

Install it from https://wkhtmltopdf.org/downloads.html

Run

just run it from terminal/command prompt python quorab.py

Note

After a new chrome window is opened, you have to just enter your account credentials and press Enter after that.

About

Python Script to download Bookmarked answers from Quora

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%