Skip to content

Clarivate-LSPS/url_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL File Downloader

This tool will download the files in a given URL. It will download all files and subfolders from a given url and output to files/ path.

For example, setting the url to https://example.com will download all files in that url, whereas if the url is https://example.com/files will only download files and folders found in the files path.

Setup

In order to use this tool, you will need to install the dependancies via pip. This can be done with the following:

pip install -r requirements.txt

Config

This tool uses a config file to set some parameters for usage. This file should be saved as config.ini

username - Username to authenticate with site
password - Password to authenticate with site

base_url - URL to download from

Usage

In order to run this tool, set up the config.ini with the desired values and run:

python3 main.py

About

This tool will download the files in a given URL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages