From 3dfb62e104e917a895f411df968d4ab87b1a11a3 Mon Sep 17 00:00:00 2001 From: samvaio Date: Tue, 7 Jun 2016 13:26:08 +0530 Subject: [PATCH 1/5] Update ComprehensiveGuide.md --- ComprehensiveGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComprehensiveGuide.md b/ComprehensiveGuide.md index 219b73ae..e73928f5 100644 --- a/ComprehensiveGuide.md +++ b/ComprehensiveGuide.md @@ -5,7 +5,6 @@ ________________________________________________________________________________ #### Setting Up NadekoBot v0.98 ###### Prerequisites: 1) NET Framework 4.5.2 (or 4.6) -- **Here is a video tutorial, thanks to @LawlyPopz for making it** :+1: http://pushzz.xyz/i/b7b63.mp4 - Start with making a folder, lets name it `Nadeko` - Make sure you have **7zip** installed, if not then head to http://www.7-zip.org/download.html and download/install it. - Now head to https://github.com/Kwoth/NadekoUpdater/releases/tag/v1.0 and download `WINDOWS.-.nadeupdater.7z` @@ -37,6 +36,7 @@ ________________________________________________________________________________ 1) FFMPEG, Static Build Version (See below) Google Account 2) Soundcloud Account (if you want soundcloud support) - Download FFMPEG through the link (https://ffmpeg.zeranoe.com/builds/). +- Check out this gif to set up `ffmpeg` PATH before reading below http://i.imgur.com/aR5l1Hn.gif *(thanks to PooPeePants#7135)* - Go to My Computer, right click and select Properties. On the left tab, select Advanced System Settings. Under the Advanced tab, select Environmental Variables near the bottom. One of the variables should be called "Path". Add a semi-colon (;) to the end followed by your FFMPEG's **bin** install location (**for example C:\\ffmpeg\\bin**). Save and close. - Go to console.developers.google.com and log in. - Create a new project (name does not matter). Once the project is created, go into "Enable and manage APIs." From ebe65e8955be65f6af396d9ad82b5daaecfc31be Mon Sep 17 00:00:00 2001 From: samvaio Date: Tue, 7 Jun 2016 13:36:13 +0530 Subject: [PATCH 2/5] Added more info thanks to PooPeePants#7135 --- ComprehensiveGuide.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ComprehensiveGuide.md b/ComprehensiveGuide.md index e73928f5..61567b60 100644 --- a/ComprehensiveGuide.md +++ b/ComprehensiveGuide.md @@ -35,9 +35,11 @@ ________________________________________________________________________________ ###### Prerequisites: 1) FFMPEG, Static Build Version (See below) Google Account 2) Soundcloud Account (if you want soundcloud support) -- Download FFMPEG through the link (https://ffmpeg.zeranoe.com/builds/). -- Check out this gif to set up `ffmpeg` PATH before reading below http://i.imgur.com/aR5l1Hn.gif *(thanks to PooPeePants#7135)* -- Go to My Computer, right click and select Properties. On the left tab, select Advanced System Settings. Under the Advanced tab, select Environmental Variables near the bottom. One of the variables should be called "Path". Add a semi-colon (;) to the end followed by your FFMPEG's **bin** install location (**for example C:\\ffmpeg\\bin**). Save and close. +- Create a folder in `ffmpeg` in your main windows directory. We will use **C:\ffmpeg** (for our example) +- Download FFMPEG through the link https://ffmpeg.zeranoe.com/builds/ (download static build) +- Extract it using `7zip` and place the folder `ffmpeg-xxxxx-git-xxxxx-xxxx-static` inside **C:\ffmpeg** +- Before proceeding, check out this gif to set up `ffmpeg` PATH correctly before reading below http://i.imgur.com/aR5l1Hn.gif *(thanks to PooPeePants#7135)* +- Go to My Computer, right click and select Properties. On the left tab, select Advanced System Settings. Under the Advanced tab, select Environmental Variables near the bottom. One of the variables should be called "Path". Add a semi-colon (;) to the end followed by your FFMPEG's **bin** install location (**for example C:\ffmpeg\ffmpeg-xxxxx-git-xxxxx-xxxx-static\bin**). Save and close. - Go to console.developers.google.com and log in. - Create a new project (name does not matter). Once the project is created, go into "Enable and manage APIs." - Under the "Other Popular APIs" section, enable "URL Shortener API". Under the "YouTube APIs" section, enable "YouTube Data API". Also enable Custom Search Api. From 92f14168603662b1f0b562d2e51abd23f7843acb Mon Sep 17 00:00:00 2001 From: samvaio Date: Tue, 7 Jun 2016 13:38:40 +0530 Subject: [PATCH 3/5] Added more info and gif thanks to PooPeePants#7135 --- ComprehensiveGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComprehensiveGuide.md b/ComprehensiveGuide.md index 61567b60..e1876b34 100644 --- a/ComprehensiveGuide.md +++ b/ComprehensiveGuide.md @@ -35,7 +35,7 @@ ________________________________________________________________________________ ###### Prerequisites: 1) FFMPEG, Static Build Version (See below) Google Account 2) Soundcloud Account (if you want soundcloud support) -- Create a folder in `ffmpeg` in your main windows directory. We will use **C:\ffmpeg** (for our example) +- Create a folder named `ffmpeg` in your main Windows directory. We will use **C:\ffmpeg** (for our guide) - Download FFMPEG through the link https://ffmpeg.zeranoe.com/builds/ (download static build) - Extract it using `7zip` and place the folder `ffmpeg-xxxxx-git-xxxxx-xxxx-static` inside **C:\ffmpeg** - Before proceeding, check out this gif to set up `ffmpeg` PATH correctly before reading below http://i.imgur.com/aR5l1Hn.gif *(thanks to PooPeePants#7135)* From 01cd6c461e965819d09698abd5855550ef8c7bae Mon Sep 17 00:00:00 2001 From: samvaio Date: Tue, 7 Jun 2016 13:44:53 +0530 Subject: [PATCH 4/5] Update ComprehensiveGuide.md --- ComprehensiveGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ComprehensiveGuide.md b/ComprehensiveGuide.md index e1876b34..b212b54b 100644 --- a/ComprehensiveGuide.md +++ b/ComprehensiveGuide.md @@ -33,14 +33,14 @@ ________________________________________________________________________________ #### Setting Up NadekoBot For Music ###### Prerequisites: -1) FFMPEG, Static Build Version (See below) Google Account +1) Google Account 2) Soundcloud Account (if you want soundcloud support) - Create a folder named `ffmpeg` in your main Windows directory. We will use **C:\ffmpeg** (for our guide) - Download FFMPEG through the link https://ffmpeg.zeranoe.com/builds/ (download static build) - Extract it using `7zip` and place the folder `ffmpeg-xxxxx-git-xxxxx-xxxx-static` inside **C:\ffmpeg** - Before proceeding, check out this gif to set up `ffmpeg` PATH correctly before reading below http://i.imgur.com/aR5l1Hn.gif *(thanks to PooPeePants#7135)* - Go to My Computer, right click and select Properties. On the left tab, select Advanced System Settings. Under the Advanced tab, select Environmental Variables near the bottom. One of the variables should be called "Path". Add a semi-colon (;) to the end followed by your FFMPEG's **bin** install location (**for example C:\ffmpeg\ffmpeg-xxxxx-git-xxxxx-xxxx-static\bin**). Save and close. -- Go to console.developers.google.com and log in. +- Go to https://console.developers.google.com and log in. - Create a new project (name does not matter). Once the project is created, go into "Enable and manage APIs." - Under the "Other Popular APIs" section, enable "URL Shortener API". Under the "YouTube APIs" section, enable "YouTube Data API". Also enable Custom Search Api. - On the left tab, access Credentials. There will be a line saying "If you wish to skip this step and create an API key, client ID or service account." Click on API Key, and then Server Key in the new window that appears. Enter in a name for the server key. A new window will appear with your Google API key. Copy the key. From bf77e2c7931ed8404ba60c32ee827b478f0229d9 Mon Sep 17 00:00:00 2001 From: samvaio Date: Tue, 7 Jun 2016 14:03:43 +0530 Subject: [PATCH 5/5] Added more info and gif thanks to PooPeePants#7135 --- ComprehensiveGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComprehensiveGuide.md b/ComprehensiveGuide.md index b212b54b..0159a971 100644 --- a/ComprehensiveGuide.md +++ b/ComprehensiveGuide.md @@ -38,7 +38,7 @@ ________________________________________________________________________________ - Create a folder named `ffmpeg` in your main Windows directory. We will use **C:\ffmpeg** (for our guide) - Download FFMPEG through the link https://ffmpeg.zeranoe.com/builds/ (download static build) - Extract it using `7zip` and place the folder `ffmpeg-xxxxx-git-xxxxx-xxxx-static` inside **C:\ffmpeg** -- Before proceeding, check out this gif to set up `ffmpeg` PATH correctly before reading below http://i.imgur.com/aR5l1Hn.gif *(thanks to PooPeePants#7135)* +- Before proceeding, check out this gif to set up `ffmpeg` PATH correctly http://i.imgur.com/aR5l1Hn.gif *(thanks to PooPeePants#7135)* - Go to My Computer, right click and select Properties. On the left tab, select Advanced System Settings. Under the Advanced tab, select Environmental Variables near the bottom. One of the variables should be called "Path". Add a semi-colon (;) to the end followed by your FFMPEG's **bin** install location (**for example C:\ffmpeg\ffmpeg-xxxxx-git-xxxxx-xxxx-static\bin**). Save and close. - Go to https://console.developers.google.com and log in. - Create a new project (name does not matter). Once the project is created, go into "Enable and manage APIs."