- Prepare some resource files. (Ref: What you prepare)
- CSV file as a source of custom values for each request in Bulk Action.
- JSON file to define the request body.
- Acces-token.txt to insert the security token.
- Run this script.
- Bulk request automatically starts.
- You'll see a message "🎉ALL REQUEST WERE PROCESSED🎉" when requets of all line of CSV data were sent.
-
Install Node.js (Download via Node.js official)
-
Get the script in your computer.
git clone https://github.com/hibiki-shibata/bulk-script-customizable
-
Install dependencies by command.
npm install
Run the project by command🔥
npm start --prefix <File path to bulk-script-customizable folder>