https://github.com/eneller/epub2go.py
EPUB converter using wget, pandoc and python glue
https://github.com/eneller/epub2go.py
ebook-convert epub-converter gutenberg-ebooks
Last synced: 3 months ago
JSON representation
EPUB converter using wget, pandoc and python glue
- Host: GitHub
- URL: https://github.com/eneller/epub2go.py
- Owner: eneller
- Created: 2024-08-17T21:30:16.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-02-23T20:18:13.000Z (4 months ago)
- Last Synced: 2025-02-23T21:23:47.337Z (4 months ago)
- Topics: ebook-convert, epub-converter, gutenberg-ebooks
- Language: Python
- Homepage: https://www.projekt-gutenberg.org
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# epub2go.py
web to epub converter for https://projekt-gutenberg.org.
Requires:
- [pandoc](https://pandoc.org/)
- [wget](https://www.gnu.org/software/wget/)
- [fzf](https://github.com/junegunn/fzf) (only for interactive mode)
- python (duh)
## Usage
Invoke the script using the url of any page of the book you would like to download:
```
epub2go https://www.projekt-gutenberg.org/ibsen/solness/
```
## Installation
Assuming you have a recent version of python installed, run
```
pip install git+https://github.com/eneller/epub2go.py
```
This will provide the 'epub2go' command.