Metadata-Version: 2.1
Name: mfetcher
Version: 0.2
Summary: A simple cli tool to download mangas scan from the internet scan provider to your local file system
Home-page: https://github.com/sh1ftsh/mangas-scan-fetch
Author: Aurel Megnigbeto
Author-email: shiftsh@protonmail.ch
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: docopt
Requires-Dist: requests

# Mangas fetcher

An python script based on mangas scan providers like [scantrad.fr](scantrad.fr) or [japscan](japscan.fr).
(* only japscan is supported by now)

## Installation

It's availaible on [pypi](https://pypi.org/project/mfetcher/) so just install by doing:
```sh
# pip install mfetcher
```

## why ?

For reading the scan on the providers web site, they are plenty adds, even adblock is not enougth, so I decide to write this.

## Todo
- [ ] Extend the providers to [jaiminisbox](http://jaiminisbox.com/), 
- [ ] Setup sqlite db to save the favorite downloads
- [ ] why not, schedule download 

## LICENCE

This script is provided under MIT Licence.

