0.0.1 • Published 2 years ago
gutenvox v0.0.1
gutenvox
A command-line tool for finding the n most popular public domain project gutenberg books that have no librivox recording matching a search query.
Usage
Use with npx
npx gutenvox --search=flynnOptions
gutenvox takes the following options:
- copyright
- languages
- limit
- search
- sort
- topic
copyright
Defaults to false. Set this to true to return copyrighted projects.
npx gutenvox --search=grishom --copyright=truelanguages
Defaults to en. Use this to configure which language of books to search
npx gutenvox --languages=fr,en --search=beckettlimit
Defaults to 10. Use this to determine how many books to return.
npx gutenvox --limit=1 --topic=horrorsearch
A search term.
npx gutenvox --search=great%20expectationssort
Defaults to popular. Can be one of: ascending, descending, or popular
npx gutenvox --sort=ascending --topic=science%20fictiontopic
Search for a case-insensitive key-phrase in books' bookshelves or subjects.
npx gutenvox --search=horror0.0.1
2 years ago