返回 Skill 列表
extension
分类: 开发与工程无需 API Key

livelib-reading-list-search

在https://www.livelib.ru/reader/<username>/reading搜索提到的书籍,并返回最匹配的LiveLib图书URL。

person作者: jakexiaohubgithub

Goal

Given a username and book_title, find the best matching book in the user's LiveLib reading list and return a canonical https://www.livelib.ru/book/... URL.

Inputs

  • username (string)
  • book_title (string)

Output

  • book_url (string | null)
  • candidates (list)

Notes

  • Prefer exact title matches; otherwise choose the closest candidate.
  • If no candidate is found, return book_url = null.

See references in references/.