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.
git clone https://github.com/maikemota/bulk-downloader
This tool usesrequests
library, download it usingpip install requests
py bulk-downloader.py -f <fileWithLinks.txt> -o <outputDir>
- Add telegram integration to alert user when the downloads ends.
- Add suport to download N files at same time.
Send me a e-mail at[email protected]
and let me know!
Do a pull request and allow me to add this awesome feature to this tool.