Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 804 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 804 Bytes

Bulk Downloader

Bulk Downloader is a simple tool written in python to help you download a massive amount of files from a list on a simple .txt file.

Installation

git clone https://github.com/maikemota/bulk-downloader

Dependencies

This tool usesrequestslibrary, download it usingpip install requests

Usage

py bulk-downloader.py -f <fileWithLinks.txt> -o <outputDir>

To Do:

  • Add telegram integration to alert user when the downloads ends.
  • Add suport to download N files at same time.

Has any suggestion to improve this tool?

Send me a e-mail at[email protected]and let me know!

Have you implemented an awesome feature?

Do a pull request and allow me to add this awesome feature to this tool.