The batch script starts by checking if Node.js, Python, Chocolatey, and Git are already installed on your system. If any of these are missing, it takes care of installing them automatically without bothering you. Next, it clones this Git repository and handles the installation of any additional dependencies required for the bot.
To ensure an easy setup, the script will ask you for your access keys/tokens (you only need to provide 3). It then creates and populates the mandatory config.json file, making sure everything is set up correctly.
Once everything is in place, the script tidies up by deleting itself and any other temporary files that were used during the process. If you ever need it again, a copy of the install.bat file is conveniently located in the cloned git repository.
**FOR COMPLETE INSTALL INSTRUCTIONS READ THE README HERE **