Feed your brain with the best random quotes from multiple web portals.
- Multiple WEB sources
- Cache
- Rich Text
- Argument options
- Logs
git
python 3x
poetry
$ pip install quoted
$ quoted
“Insanity is doing the same thing, over and over again, but expecting different results.”
―― Narcotics Anonymous
tags: humor, insanity, life, misattributed-ben-franklin, misattributed-mark-twain, misattributed-to-einstein
link: https://www.goodreads.com/quotes/5543-insanity-is-doing-the-same-thing-over-and-over-again
© goodreads
Powered by quoted
$ poetry install
$ poetry run quoted
$ poetry build
The distribution packages are located in dist
directory.
$ poetry publish
Spider output is a list of dicts with the structure:
[
{
'author': 'Author Name',
'text': 'Text of Quote',
'tags': ['tag1','tag2'],
'url': 'https://www.quotesource.com/linktoquote'
}
]
- Supports
bash
andzsh
- Output formats
- Tags filer
- Site Selector
- File bugs, feature requests in GitHub Issues.