NIF Dumper
A simple Python CLI tool to search and download NIF (Naruto Italian Forum) releases
Table of Contents
-
📖 About The Project
-
⚙️ Getting Started
- 💫 Contributing
- 🤝 Support
- ⚠️ License
- 🛠️ Built With
:book: About The Project
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
(back to top)
:gear: Getting Started
Prerequisites
Make sure to have Python 3.7+ and aria2 installed on your system.
(back to top)
Installation
You can install this tool as a Python Module using pip
or executing the script directly.
- 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
(create a venv
if you want):
pip install .
-
Run the dumper:
python ./src/nif_dumper/dumper.py
(back to top)
Usage
The dumper provides a wizard that will help you to download the releases.
(back to top)
:dizzy: Contributing
If you are interested in contributing, please refer to Contributing Guidelines for more information and take a look at open issues. Ask any questions you may have and you will be provided guidance on how to get started.
Thank you for considering contributing.
(back to top)
:handshake: Support
If you find value in my work, please consider making a donation to help me create, and improve my projects.
Your donation will go a long way in helping me continue to create free software that can benefit people around the world.
(back to top)
:warning: License
The content of this repository is distributed under the GNU GPL-3.0 License. See LICENSE
for more information.
(back to top)
:hammer_and_wrench: Built With
(back to top)