Audiobooker
Audio Book scrapper
Install / Use
/learn @JarbasAl/AudiobookerREADME
AudioBooker
AudioBook scrapper
Currently supports Librivox and LoyalBooks
Will be expanded with more sources over time, suggestions and Pull Requests welcome!
Install
pip install audiobooker
Usage
search librivox
from audiobooker.scrappers.librivox import Librivox
author = Librivox.get_author("3534")
print(author.last_name)
book = Librivox.get_audiobook("127")
print(book.title)
books = Librivox.get_all_audiobooks(limit=50)
book = Librivox.search_audiobooks(title="Art of War")[0]
# interact with a book object
print(book.title)
print(book.description)
print(book.authors)
print(book.url)
print(book.streams)
print(book.rss_data)
book.play()
search loyalbooks
from audiobooker.scrappers.loyalbooks import LoyalBooks
book = LoyalBooks.get_audiobook('Short-Science-Fiction-Collection-1')
book.play()
scraper = LoyalBooks()
for book in scraper.scrap_by_tag("Science fiction"):
print(book.as_json)
for book in LoyalBooks.search_audiobooks(author="Lovecraft"):
print(book.as_json)
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
90.0kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
343.1kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
