Poise, a CLI for retrieving quotes on Goodreads.
pip install poise-cli
You can use the
--help
option to get more details about the commands and their options.
poise -k <keyword> [options]
Options
-c, --count Number of quotes to retrieve [integer] [default: 1]
-l, --language Quotes preferred language [string] [default: en]
-f, --format [json|xml|csv] File format of the output [string] [default: json]
This project is under the MIT license.