kai
|
69c34d4faf
|
feat: schema upgrade + import 159 books from reading list
- db.py: add group, isbn, priority, read_reason, read_order, cover_blob fields
- Import 159 books from booklist.md with group/priority/status metadata
- Include books.db in repo (personal use)
|
2026-03-25 14:55:23 +08:00 |
|
kai
|
8c8095d9ac
|
feat: add book scraping (Douban via Playwright + Goodreads + Google Books)
- scrape.py: Douban scraping with Playwright (multi-strategy browser launch)
- scrape.py: Goodreads scraping with requests + BeautifulSoup
- scrape.py: Google Books API + Open Library as fallback
- bookshelf.py: add 'fetch' subcommand (ISBN / Douban URL / GR URL)
- Fix Douban #info parsing using span.pl tags
- Add requirements.txt (requests, beautifulsoup4, playwright)
|
2026-03-25 14:20:12 +08:00 |
|