https://github.com/nathanperier/nagato-manga
Download mangas on your server remotely with a customizable API
https://github.com/nathanperier/nagato-manga
api downloader manga manga-downloader
Last synced: 2 months ago
JSON representation
Download mangas on your server remotely with a customizable API
- Host: GitHub
- URL: https://github.com/nathanperier/nagato-manga
- Owner: NathanPERIER
- License: gpl-3.0
- Created: 2022-01-10T17:48:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T08:31:51.000Z (10 months ago)
- Last Synced: 2024-12-14T22:16:28.526Z (4 months ago)
- Topics: api, downloader, manga, manga-downloader
- Language: Python
- Homepage:
- Size: 624 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nagato-manga
Nagato is an API that is intended to download mangas on a server from various websites.
## Supported sites
| Site | Downloader |
|----------------|----------------------|
| [mangadex.org] | `MangadexDownloader` |## How to install
You can run the API with Docker easily :
```Bash
docker run -d \
--name nagato-api \
-p 8000:8090 \
-v /path/to/downloads:/data \
-v /path/to/config:/opt/nagato-api/config \
-v /path/to/database:/opt/nagato-api/nagato.db \
elpain/nagato-api:latest
```More information [here](doc/deployment.md).
## Contribute
This project uses downloaders to get the chapters and various data. If you need to download from a site that is not supported, you can create your own downloader. We will gladly include new downloaders to this repository, for this please be sure to read [this documentation](doc/downloaders.md) and to work in a branch called `dl-`.
[mangadex.org]: https://mangadex.org/