Metadata-Version: 2.1
Name: nif-dumper
Version: 1.0.0
Summary: A simple Python CLI tool to search and download NIF (Naruto Italian Forum) releases
Home-page: https://github.com/LightDestory/NIF-Dumper
Author: LightDestory
Author-email: apb231@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/LightDestory/NIF-Dumper/issues
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md

# NIF Dumper

<p align="center"><img src="https://raw.githubusercontent.com/LightDestory/NIF-Dumper/master/.github/assets/preview.gif" alt="Preview" width=600px/></p>

A simple Python CLI tool to search and download NIF (Naruto Italian Forum) releases.

_This utility aims to make easier the download of a whole series due to missing pack downloads_

If you like NIF releases, support the team!

__This project is in no way affiliated with, supported or offered by NIF Team__


## Install and Usage

__Make sure to have Python 3.7+ and aria2 installed on your system.__

You can install this tool as a Python Module using pip
or using the script directly. The dumper provide a wizard that will help you download the releases.

- If you want to install the tool as a Python Module:
   - Install the module using pip: `pip install nif-dumper`
   - You can run the tool using: `nif-dumper`
- If you want to use the script directly:
  - Clone the repository anywhere on your pc:
  
     `git clone https://github.com/LightDestory/NIF-Dumper`

  - Install the requirements using pip:

     `pip install .`

  - Run the dumper:

     `python ./src/nif_dumper/dumper.py`

## Support

<p align="center">
    <a href="https://coindrop.to/lightdestory" target="__blank"><img alt="Coindrop" title="Support me with a donation!"
            src="https://img.shields.io/badge/-Support me with coindrop.to-yellowgreen?style=for-the-badge&logo=paypal&logoColor=white" /></a>
</p>

## ⚠️ License

This collection is under GNU GPL-3.0 License.

