Skip to content

IkhlasJihad/goodreadsQuotesScrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

goodreadsQuotesScrap

python script to scrap tagged-quotes from Goodreads, run it as follows:

    python3 scrap_goodreads_quotes_en.py

Before Running:

  • Good understanding of python and mongodb is important.

  • Install mongodb python driver with the following command:

      pip install pymongo     
    

2 Example Quotes:

{ 
  "text":"May you live every day of your life",
  "author":"Jonathan Swift"
  "tags":
  [
    "inspirational",
    "life",
    "philosophy",
    "wisdom"
  ]
}
,
{
  "text":"That's what literature is. It's the people who went before us, tapping out messages from the past, from beyond the grave, trying to tell us about life and death! Listen to them",
  "author":"Connie Willis",
  "book":"Passage",
  "tags":
  [
    "death",
    "life",
    "literature",
    "messages"
  ]
}

Referneces:

✨ Made with💓 ✨

Releases

No releases published

Packages

No packages published

Languages