
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
quote
is a python wrapper for the Goodreads Quote API, powered by gazpacho.
quote
is simple to use:
from quote import quote
search = 'Jasper Fforde'
result = quote(search, limit=2)
print(result)
# [{'author': 'Jasper Fforde',
# 'book': 'Something Rotten',
# 'quote': 'If the real world were a book, it would never find a publisher. Overlong, detailed to the point of distraction-and ultimately, without a major resolution.'},
# {'author': 'Jasper Fforde',
# 'book': 'The Well of Lost Plots',
# 'quote': "After all, reading is arguably a far more creative and imaginative process than writing; when the reader creates emotion in their head, or the colors of the sky during the setting sun, or the smell of a warm summer's breeze on their face, they should reserve as much praise for themselves as they do for the writer - perhaps more."}]
quote
can also be used as a command line tool:
>>> max@mbp % quote 'alain de botton'
People only get really interesting when they start to rattle the bars of their cages.
>>> max@mbp % quote --search='alain de botton'
Intimacy is the capacity to be rather weird with someone - and finding that that's ok with them.
pip install -U quote
For feature requests or bug reports, please use Github Issues
FAQs
A wrapper for the Goodreads Quote API
We found that quote demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.