From 13a1e092c7719513b937951a15db36cdccfaa86e Mon Sep 17 00:00:00 2001 From: user4302 <4ngelo@outlook.com> Date: Sat, 13 Feb 2021 00:31:05 +0530 Subject: [PATCH 01/18] Update README.md added detailed instructions for the windows setup. --- README.md | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 15f0748..8219a0d 100644 --- a/README.md +++ b/README.md @@ -28,17 +28,26 @@ - [Nodejs](https://nodejs.org/en/download/) and [NPM](https://www.npmjs.com/get-npm) ## Installation -🎥 [Tutorial video by Ziyad](https://youtu.be/bwzv7wT44Ds) 🎥 +🎥 [Tutorial video by Ziyad](https://youtu.be/bwzv7wT44Ds) 🎥 [currently unavailable] ### Windows -1. Login to your twitch account -2. Open inspector(F12 or Ctrl+Shift+I) on main site -3. Find the stored cookie section -4. Copy **auth-token** -5. Clone this repo -6. Install Chromium -7. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe -8. Install the dependencies with `npm install` -9. Start the program with `npm start` +1. Login to your twitch account (www.twitch.tv) +2. Open inspector(F12 or Ctrl+Shift+I or right click and select 'inspect') on main site +3. Find the stored cookie section (in the inspect window go to Application > Storage > Cookies > https://www.twitch.tv) +4. Copy **auth-token** (and temporarily save it in a notepad) +5. Clone this repo (using git, or download the ZIP using https://github.com/D3vl0per/Twitch-watcher/archive/master.zip) +6. extract the content and copy the folder to where you would like to keep it +7. install Chromium +7.1. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) +7.1.1. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) +7.2. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) +7.2.1. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe +8. Install NODE.js (from https://nodejs.org/en/download/) +9. go to the location where Valorant-watcher is located (step 6) +10. right click anywhere inside the folder (NOT on a file) and select 'Open Command Prompt Here' +11. Install the dependencies with `npm install` in the command prompt window +12. Start the program with `npm start` in the command prompt window +13. you will be prompted to enter your twitch token and chromium path. + ### Linux 1. Login to your twitch account 2. Open inspector(F12 or Ctrl+Shift+I) on main site From 903c6ba53157f75bf02c5ead686ec0acc9774f91 Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:46:52 +0530 Subject: [PATCH 02/18] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8219a0d..485f7f7 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ 5. Clone this repo (using git, or download the ZIP using https://github.com/D3vl0per/Twitch-watcher/archive/master.zip) 6. extract the content and copy the folder to where you would like to keep it 7. install Chromium -7.1. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) -7.1.1. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) -7.2. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) -7.2.1. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe + 7.1. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) + 7.1.1. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) + 7.2. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) + 7.2.1. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe 8. Install NODE.js (from https://nodejs.org/en/download/) 9. go to the location where Valorant-watcher is located (step 6) 10. right click anywhere inside the folder (NOT on a file) and select 'Open Command Prompt Here' From d5b5e1ad77631e24937269eca88b2cd356a25103 Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:51:54 +0530 Subject: [PATCH 03/18] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 485f7f7..7a7f7f7 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ 5. Clone this repo (using git, or download the ZIP using https://github.com/D3vl0per/Twitch-watcher/archive/master.zip) 6. extract the content and copy the folder to where you would like to keep it 7. install Chromium - 7.1. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) - 7.1.1. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) - 7.2. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) - 7.2.1. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe +-7.1. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) +--7.1.1. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) +-7.2. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) +--7.2.1. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe 8. Install NODE.js (from https://nodejs.org/en/download/) 9. go to the location where Valorant-watcher is located (step 6) 10. right click anywhere inside the folder (NOT on a file) and select 'Open Command Prompt Here' From c4754a47c47523b068f121a75058e15f7ef5aaa6 Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:52:44 +0530 Subject: [PATCH 04/18] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a7f7f7..9701778 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ 5. Clone this repo (using git, or download the ZIP using https://github.com/D3vl0per/Twitch-watcher/archive/master.zip) 6. extract the content and copy the folder to where you would like to keep it 7. install Chromium --7.1. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) ---7.1.1. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) --7.2. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) ---7.2.1. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe +7. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) +7. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) +7. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) +7. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe 8. Install NODE.js (from https://nodejs.org/en/download/) 9. go to the location where Valorant-watcher is located (step 6) 10. right click anywhere inside the folder (NOT on a file) and select 'Open Command Prompt Here' From 23d20e41309a0a26452bfaa898690e2267a24998 Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:53:17 +0530 Subject: [PATCH 05/18] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9701778..27d75bb 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ 5. Clone this repo (using git, or download the ZIP using https://github.com/D3vl0per/Twitch-watcher/archive/master.zip) 6. extract the content and copy the folder to where you would like to keep it 7. install Chromium -7. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) -7. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) -7. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) -7. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe + 7. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) + 7. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) + 7. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) + 7. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe 8. Install NODE.js (from https://nodejs.org/en/download/) 9. go to the location where Valorant-watcher is located (step 6) 10. right click anywhere inside the folder (NOT on a file) and select 'Open Command Prompt Here' From 6938726430027c367cdfc89581ff6e28edc84b10 Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:55:00 +0530 Subject: [PATCH 06/18] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27d75bb..e881308 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ 6. extract the content and copy the folder to where you would like to keep it 7. install Chromium 7. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) - 7. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) + 7. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) 7. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) - 7. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe + 7. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe 8. Install NODE.js (from https://nodejs.org/en/download/) 9. go to the location where Valorant-watcher is located (step 6) 10. right click anywhere inside the folder (NOT on a file) and select 'Open Command Prompt Here' From 2229bf1f1045b2d40f8e79c7ef340d282865a7aa Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:55:41 +0530 Subject: [PATCH 07/18] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e881308..81f4361 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ 5. Clone this repo (using git, or download the ZIP using https://github.com/D3vl0per/Twitch-watcher/archive/master.zip) 6. extract the content and copy the folder to where you would like to keep it 7. install Chromium - 7. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) - 7. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) - 7. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) - 7. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe + 7.1. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) + 7.1.1 Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) + 7.2. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) + 7.2.1. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe 8. Install NODE.js (from https://nodejs.org/en/download/) 9. go to the location where Valorant-watcher is located (step 6) 10. right click anywhere inside the folder (NOT on a file) and select 'Open Command Prompt Here' From 175aafe9ca1c5bf2901efbe20c8dde8a820b942e Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:57:04 +0530 Subject: [PATCH 08/18] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 81f4361..ccf8361 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ 5. Clone this repo (using git, or download the ZIP using https://github.com/D3vl0per/Twitch-watcher/archive/master.zip) 6. extract the content and copy the folder to where you would like to keep it 7. install Chromium - 7.1. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) - 7.1.1 Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) - 7.2. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) - 7.2.1. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe + 7. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) +7. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) +7. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) +7. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe 8. Install NODE.js (from https://nodejs.org/en/download/) 9. go to the location where Valorant-watcher is located (step 6) 10. right click anywhere inside the folder (NOT on a file) and select 'Open Command Prompt Here' From 064c907444a26808982effea8be149e266e4c303 Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:57:35 +0530 Subject: [PATCH 09/18] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccf8361..6625a19 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ 5. Clone this repo (using git, or download the ZIP using https://github.com/D3vl0per/Twitch-watcher/archive/master.zip) 6. extract the content and copy the folder to where you would like to keep it 7. install Chromium - 7. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) + 7. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) 7. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) 7. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) 7. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe From 74036fd00384e68db9fff74e0057b1c7150c1a9a Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:59:14 +0530 Subject: [PATCH 10/18] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6625a19..93dd7dd 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ 5. Clone this repo (using git, or download the ZIP using https://github.com/D3vl0per/Twitch-watcher/archive/master.zip) 6. extract the content and copy the folder to where you would like to keep it 7. install Chromium - 7. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) -7. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) -7. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) -7. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe +    7.1. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) +        7.1.1. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) +    7.2 Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) +        7.2.1. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe 8. Install NODE.js (from https://nodejs.org/en/download/) 9. go to the location where Valorant-watcher is located (step 6) 10. right click anywhere inside the folder (NOT on a file) and select 'Open Command Prompt Here' From 2238db51045fb1930a093024a2cae7c78623299b Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:59:41 +0530 Subject: [PATCH 11/18] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93dd7dd..aa76b25 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ 5. Clone this repo (using git, or download the ZIP using https://github.com/D3vl0per/Twitch-watcher/archive/master.zip) 6. extract the content and copy the folder to where you would like to keep it 7. install Chromium -    7.1. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) -        7.1.1. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) -    7.2 Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) -        7.2.1. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe +\n    7.1. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) +\n        7.1.1. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) +\n    7.2 Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) +\n        7.2.1. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe 8. Install NODE.js (from https://nodejs.org/en/download/) 9. go to the location where Valorant-watcher is located (step 6) 10. right click anywhere inside the folder (NOT on a file) and select 'Open Command Prompt Here' From f0930bb1a1401f1698d6753b29d0655cb14e85e8 Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Thu, 18 Feb 2021 16:01:22 +0530 Subject: [PATCH 12/18] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa76b25..94fd71b 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ 5. Clone this repo (using git, or download the ZIP using https://github.com/D3vl0per/Twitch-watcher/archive/master.zip) 6. extract the content and copy the folder to where you would like to keep it 7. install Chromium -\n    7.1. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) -\n        7.1.1. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) -\n    7.2 Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) -\n        7.2.1. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe +* 7.1\. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) +* 7.1.1\. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) +* 7.2\. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) +* 7.2.1\. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe 8. Install NODE.js (from https://nodejs.org/en/download/) 9. go to the location where Valorant-watcher is located (step 6) 10. right click anywhere inside the folder (NOT on a file) and select 'Open Command Prompt Here' From f2ade1073db09b638eed1b356c5cc6bdb7122765 Mon Sep 17 00:00:00 2001 From: user4302 <4ngelo@outlook.com> Date: Thu, 18 Feb 2021 16:14:07 +0530 Subject: [PATCH 13/18] updated indentation --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94fd71b..097b5c3 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,11 @@ 5. Clone this repo (using git, or download the ZIP using https://github.com/D3vl0per/Twitch-watcher/archive/master.zip) 6. extract the content and copy the folder to where you would like to keep it 7. install Chromium -* 7.1\. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) -* 7.1.1\. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) -* 7.2\. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) -* 7.2.1\. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe + 7. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) + 7. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path + temporarily on a notepad) + 7. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) + 7. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe 8. Install NODE.js (from https://nodejs.org/en/download/) 9. go to the location where Valorant-watcher is located (step 6) 10. right click anywhere inside the folder (NOT on a file) and select 'Open Command Prompt Here' From 251dfe22d57c5a59043653214d4dbb2adbc5aead Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Thu, 18 Feb 2021 16:20:01 +0530 Subject: [PATCH 14/18] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 097b5c3..c6a95cf 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,12 @@ 5. Clone this repo (using git, or download the ZIP using https://github.com/D3vl0per/Twitch-watcher/archive/master.zip) 6. extract the content and copy the folder to where you would like to keep it 7. install Chromium - 7. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) - 7. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path +> 7.1. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) +>> 7.1.1. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path temporarily on a notepad) - 7. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) - 7. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe + +> 7.2. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) +>> 7.2.1. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe 8. Install NODE.js (from https://nodejs.org/en/download/) 9. go to the location where Valorant-watcher is located (step 6) 10. right click anywhere inside the folder (NOT on a file) and select 'Open Command Prompt Here' From 5ff7fb332c7a96dffa61788bc74d1b64a4922e6f Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Sat, 27 Feb 2021 11:26:00 +0530 Subject: [PATCH 15/18] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6a95cf..283a720 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ 1. Login to your twitch account (www.twitch.tv) 2. Open inspector(F12 or Ctrl+Shift+I or right click and select 'inspect') on main site 3. Find the stored cookie section (in the inspect window go to Application > Storage > Cookies > https://www.twitch.tv) -4. Copy **auth-token** (and temporarily save it in a notepad) +4. Copy **auth-token** from the location in step 4 (and temporarily save it in a notepad) 5. Clone this repo (using git, or download the ZIP using https://github.com/D3vl0per/Twitch-watcher/archive/master.zip) 6. extract the content and copy the folder to where you would like to keep it 7. install Chromium From 1909c5cf1a9d171162c09f50e648c781391dd0fd Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Sat, 27 Feb 2021 12:29:30 +0530 Subject: [PATCH 16/18] Update README.md added cmd opening steps --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 283a720..f6a2c5a 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,12 @@ >> 7.2.1. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe 8. Install NODE.js (from https://nodejs.org/en/download/) 9. go to the location where Valorant-watcher is located (step 6) -10. right click anywhere inside the folder (NOT on a file) and select 'Open Command Prompt Here' -11. Install the dependencies with `npm install` in the command prompt window -12. Start the program with `npm start` in the command prompt window -13. you will be prompted to enter your twitch token and chromium path. +10. on the keyboard, press Alt + D +11. type "cmd" +12. press Enter on the keyboard (command prompt should now open) +13. Install the dependencies with `npm install` in the command prompt window +14. Start the program with `npm start` in the command prompt window +15. you will be prompted to enter your twitch token and chromium path. ### Linux 1. Login to your twitch account From fbcd1aac718b03abc1924a04e81aaeb531e9d3cc Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Sat, 27 Feb 2021 13:55:31 +0530 Subject: [PATCH 17/18] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6a2c5a..0eab7b9 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ 1. Login to your twitch account (www.twitch.tv) 2. Open inspector(F12 or Ctrl+Shift+I or right click and select 'inspect') on main site 3. Find the stored cookie section (in the inspect window go to Application > Storage > Cookies > https://www.twitch.tv) -4. Copy **auth-token** from the location in step 4 (and temporarily save it in a notepad) +4. Copy **auth-token** from the location in step 4 (and temporarily paste it in a notepad) 5. Clone this repo (using git, or download the ZIP using https://github.com/D3vl0per/Twitch-watcher/archive/master.zip) 6. extract the content and copy the folder to where you would like to keep it 7. install Chromium > 7.1. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) ->> 7.1.1. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it (and note the path - temporarily on a notepad) +>> 7.1.1. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it +>> 7.1.2. open the chromium folder and press Alt + d , then press ctrl + c, then open a notepad and press ctrl + v > 7.2. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/) >> 7.2.1. Usually the path to the Chromium executable is: C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe @@ -50,7 +50,7 @@ 12. press Enter on the keyboard (command prompt should now open) 13. Install the dependencies with `npm install` in the command prompt window 14. Start the program with `npm start` in the command prompt window -15. you will be prompted to enter your twitch token and chromium path. +15. you will be prompted to enter your twitch token and chromium path. (from step 4. and (step 7.1.2. or step 7.2.1)) ### Linux 1. Login to your twitch account From 102161836e0dba390dbacb8348c4a75a96bc5fd4 Mon Sep 17 00:00:00 2001 From: Angelo <32593782+user4302@users.noreply.github.com> Date: Sat, 27 Feb 2021 13:56:20 +0530 Subject: [PATCH 18/18] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0eab7b9..0e45431 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ 7. install Chromium > 7.1. Download and install Chromium (latest version) (from https://download-chromium.appspot.com/) >> 7.1.1. Extract the content of the chromium ZIP and copy the folder to where you would like to keep it + >> 7.1.2. open the chromium folder and press Alt + d , then press ctrl + c, then open a notepad and press ctrl + v > 7.2. Or download chrome canary (stable version) (from https://www.google.com/intl/en/chrome/canary/)