Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fallaciousreasoning/CalibreLibgenStore
A Libgen Fiction store plugin for Calibre
https://github.com/fallaciousreasoning/CalibreLibgenStore
books calibre calibre-plugin libgen libgen-python-api
Last synced: 2 months ago
JSON representation
A Libgen Fiction store plugin for Calibre
- Host: GitHub
- URL: https://github.com/fallaciousreasoning/CalibreLibgenStore
- Owner: fallaciousreasoning
- License: mit
- Created: 2017-05-13T02:44:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T20:19:00.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:33:54.276Z (5 months ago)
- Topics: books, calibre, calibre-plugin, libgen, libgen-python-api
- Language: Python
- Size: 79.1 KB
- Stars: 146
- Watchers: 8
- Forks: 19
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CalibreLibgenStore
A Libgen Fiction store plugin for Calibre## Installation
- Download the latest release from [here](https://github.com/fallaciousreasoning/CalibreLibgenStore/releases)
- Open Calibre
- Navigate to Preferences -> Plugins (in the advanced section) -> Load Plugin from File and select the zip file you downloaded.
- Restart Calibre## Usage
- Click the 'Get Books' menu in Calibre
- Ensure that 'Libgen Fiction' is selected in the search providers menu![image](https://cloud.githubusercontent.com/assets/7678024/26022030/fefe8b24-37dc-11e7-8373-16c6069fa538.png)
- Search!## Testing & development
While working on any of the scripts, run this to update the plugin in Calibre and start it in debug mode:
```shell
calibre-customize -b . && calibre-debug -g
```## Build a release
Run this to zip all required files together:
```shell
make
```