Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wudong/safari-epub-downloader
Download Safari book in ePub format
https://github.com/wudong/safari-epub-downloader
epub epub-format epub-generation python3 safari-books-online
Last synced: 3 months ago
JSON representation
Download Safari book in ePub format
- Host: GitHub
- URL: https://github.com/wudong/safari-epub-downloader
- Owner: wudong
- Created: 2018-10-17T16:40:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:54:13.000Z (about 2 years ago)
- Last Synced: 2024-04-16T10:12:52.918Z (9 months ago)
- Topics: epub, epub-format, epub-generation, python3, safari-books-online
- Language: Python
- Size: 41 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Safari Online books Epub downloader
** Introduction
Download book from Safari Online into ePub format.The book reader from safari lacks in functionality and
usability compared to other ebook readers. I pretty much prefer Google play books to read/organize my ebooks. This
tool is developed for the purpose.** Installation
Install pipenv, then
pipenv install** Usage
python main.py --cookie cookiefile bookids
where the cookie file are cookies from the browser after login onto the safari online website,
and bookids are a list of book ids/** grep the cookie
Because the safari website is not using when loggin, it is hard to login automatically through code.
To continue download the book from then, we need to first login on the website, download the cookie and
then we can use the cookie to download the epub.