https://github.com/geometer/book_tools
Some python code used on FBReader® book network
https://github.com/geometer/book_tools
Last synced: about 1 year ago
JSON representation
Some python code used on FBReader® book network
- Host: GitHub
- URL: https://github.com/geometer/book_tools
- Owner: geometer
- License: mit
- Created: 2014-09-22T05:11:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T14:52:30.000Z (over 11 years ago)
- Last Synced: 2025-04-05T08:25:36.575Z (about 1 year ago)
- Language: Python
- Homepage: https://books.fbreader.org/
- Size: 258 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Python library used on FBReader® book network (https://books.fbreader.org/) + some command line tools based on the library
Command line tools:
./create_opds.py: OPDS catalog file creator (takes list of books + some metainfo)
./encrypt.py: Marlin ePub encryptor
OPDS creation tool takes list of book urls (+some feed meta information) as input. Sample
catalog description can be found in ./sample/catalog.description. Supported book formats:
ePub
mobi (a.k.a. azw3)
fb2
fb2.zip
How to create sample OPDS catalog:
./create_opds.py ./sample/catalog.description
Catalog files will be created in './opds'. Run
./create_opds.py -h
for more information.