Unofficial API for fetching quotes from Goodreads
https://quotes.cwprojects.live/random
{
"author": "Lao Tzu",
"image": "https://images.gr-assets.com/authors/1435903703p2/2622245.jpg",
"tags": [
"courage",
"deeply-loved",
"love",
"strength",
"widely-misattributed"
],
"text": "\u201cBeing deeply loved by someone gives you strength, while loving someone deeply gives you courage.\u201d \u2015 Lao Tzu"
}
- Cloning the repository
git clone https://github.com/CW4RR10R/Quotes-API
cd Quotes-API
- Setting up a virtual environment
pip3 install virtualenv
virtualenv quotesapi
source quotesapi/bin/activate
- Installing the requirements and run your flask application
pip3 install -r requirements.txt
python3 main.py