Skip to content

ericrosenberg1/goodreads-quotes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

This Goodreads Quote Scraper is originally by @soniajoseph. Updated in 2022 by Eric Rosenberg @NarrowBridgeMedia.

This Python quote scraper gets the quote text, title, and author. If you enter the author name, the scraper will find and save the quotes to a database in the same directory.

The updated version in 2022 was optimized for and tested on Raspberry Pi, though it should work anywhere Python3, SQLite3, and BeautifulSoup are present.

#Dependencies -Python -SQLite3 -BeautifulSoup 4

#Use Instructions

  1. Install Dependencies.
  2. Save scraper.py in a directory.
  3. Run scraper.py.
  4. Enter author's name when prompted.
  5. Results are saved in quotes.db.

Please only use this tool for good and legal purposes. If you make any improvements, please share them to pass on the love!

About

Python web scraper for Goodreads quotes. Search By author and save results to a SQLite database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%