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: about 1 year 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T20:19:00.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T15:17:48.824Z (about 1 year ago)
- Topics: books, calibre, calibre-plugin, libgen, libgen-python-api
- Language: Python
- Size: 79.1 KB
- Stars: 151
- Watchers: 7
- Forks: 18
- 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

- 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
```