Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Banh-Canh committed Mar 27, 2021
1 parent 84c710d commit aaba54b
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ https://hub.docker.com/r/banhcanh/manga-tagger
input Files and folders still have to be named like this : %MANGA%/%MANGA% -.- %CHAPTER%.cbz

## Features:

* Does not require FMD2
* Only scrapes metadata from [Anilist](https://anilist.co/)
* Support for Manga/Manhwa/Manhua
Expand All @@ -18,7 +19,27 @@ input Files and folders still have to be named like this : %MANGA%/%MANGA% -.- %
More infos:
https://github.com/Inpacchi/Manga-Tagger

## Docker
## Downloading and Running Manga-Tagger
Requirements:
- git
- python
- pip

Clone the sources:
```
git clone https://github.com/Banh-Canh/Manga-Tagger.git
cd Manga-Tagger
```
Configure Manga-Tagger by editing the settings.json, then install the dependencies:
```
pip install -r requirements.txt
```
Finally, run MangaTagger.py:
```
python MangaTagger.py
```

## Running Manga-Tagger with Docker
```yaml
---
version: "2.1"
Expand Down

0 comments on commit aaba54b

Please # to comment.