A simple script for mass uploading and rename files using links from a csv file.
Based on Node.js and Vanilla JS
Made for those who are just starting their journey with a Node.js or have not heard about it at all and just want to download a bunch of files using links from a file.
Events available on Node built-in
Install and setting script. Prepare the csv file in the required format. U can upload example file .csv and use it. But it contains unnecessary columns, for my purposes, you can simplify it and the script itself. Check comments.
This post may also help you for understanding csv parsing.
$ node script.jsDownload files or clone repo.
$ npm installOr install csv-parser, nodejs-file-downloader and make your solution. Its very easy with this cool components