This is a really quick project I did fast to help begginers or people that have close to 0 coding experience to still be able to get scrims replay files.
- Download VS-Code: https://code.visualstudio.com/ (to edit/write some code 🤓)
- Download NodeJS: https://nodejs.org/en/download/ (to make sure your code can start 🚀)
- Windows Powershell (terminal to write commands, but you should have it on windows already!)
- Open this folder in vscode (after downloading it through this page on github)
- Edit the following lines in your
index.js
:- Line 8:
const email = "myemail";
(add your own Bayes Account email) - Line 9:
const pass = "mypassword";
(add your own Bayes Account password) - Line 10:
const gameID = 28562;
(add your gameID of desired replay that can be found on your bayes dashboard)
- Line 8:
- type
node -v
in your Powershell (it should give you back a version of node) - get into the
easy-rofl
folder using powershell (See here for help) and typenpm i
. (this should install a few packages needed for our code).
Now let's finally get to launching our script !
Whille still in your folder using Powershell, type node index.js
. This should start the script and give you back a link.
If you need any help with anything, contact me on Twitter: Aries