Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntoll/tfwdepub
A script for downloading "The Future We Deserve" and converting it in to an open ePub format.
https://github.com/ntoll/tfwdepub
Last synced: 8 days ago
JSON representation
A script for downloading "The Future We Deserve" and converting it in to an open ePub format.
- Host: GitHub
- URL: https://github.com/ntoll/tfwdepub
- Owner: ntoll
- License: mit
- Created: 2013-04-09T20:53:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-12T07:22:09.000Z (over 11 years ago)
- Last Synced: 2024-05-01T22:58:12.060Z (7 months ago)
- Language: Python
- Size: 664 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
tfwdepub
========A script for downloading "The Future We Deserve" and converting it in to an
open ePub format.Currently a bit shonky and needs testing, but if you squint a bit, it works.
:-)
Usage
+++++Make sure you have the requirements installed like this: ``pip install -r requirements.txt``
If you've run the script before ensure there's not a ``tfwd`` directory in the
root directory of the project.Run the script like this: ``./scrape.py``
Tail the log file (to see what it's doing) like this: ``tail -f epub.log``
The end result should be an epub file called: ``tfwd.epub``
I've tested it with the EPub reader on Firefox, but Aldiko (on Android)
doesn't appear to parse it correctly. I'll need to check what's going on
before claiming the script is finished.As always, comments, suggestions, bugs and patches most welcome via the
machinations of GitHub.N.