An open API service indexing awesome lists of open source software.

https://github.com/aviksaikat/fuzzjs

Download files from URLs (I Hope so...)
https://github.com/aviksaikat/fuzzjs

cybersecurity downloader javascript js python utilities

Last synced: about 1 month ago
JSON representation

Download files from URLs (I Hope so...)

Awesome Lists containing this project

README

          

# Download files from URL list(Very fast)

> Saikat Karmakar | Dec 16 : 2021

---
- Requirements:
```bash
python3
pip install colorama
pip install futures
```

- Usage:
```bash
usage: get-js.py [-h] [-f FILES] [-t THREADS] [-o OUT]

File downloader

optional arguments:
-h, --help show this help message and exit
-f FILES, --files FILES
File containing URL files
-t THREADS, --threads THREADS
Number of threads (default 15)
-o OUT, --out OUT Output directory
```

- Screenshot:
![](img.png)