From f88c8d8ab7a77a16bc19bb3e66393d31e9d00d56 Mon Sep 17 00:00:00 2001 From: miraai Date: Tue, 5 Jul 2016 04:01:20 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36b09bd8..2daa3b2a 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,5 @@ ## INSTRUCTIONS, FAQ ---> [Wiki](https://github.com/Kwoth/NadekoBot/wiki) You might want to join my discord server where i can provide help etc. https://discord.gg/0ehQwTK2RBjAxzEY + +Kwoth is my magical girl. From 649d40911d0f546494b1fbd9e56e5922cb399692 Mon Sep 17 00:00:00 2001 From: miraai Date: Tue, 5 Jul 2016 18:33:58 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2daa3b2a..36b09bd8 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,3 @@ ## INSTRUCTIONS, FAQ ---> [Wiki](https://github.com/Kwoth/NadekoBot/wiki) You might want to join my discord server where i can provide help etc. https://discord.gg/0ehQwTK2RBjAxzEY - -Kwoth is my magical girl. From c4e9f9ca49eaca8d31026ac4e604a05f8b7ff9c5 Mon Sep 17 00:00:00 2001 From: miraai Date: Sat, 16 Jul 2016 20:13:19 +0200 Subject: [PATCH 3/4] Update ComprehensiveGuide.md --- ComprehensiveGuide.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/ComprehensiveGuide.md b/ComprehensiveGuide.md index a66c3d5f..db4c7314 100644 --- a/ComprehensiveGuide.md +++ b/ComprehensiveGuide.md @@ -33,7 +33,21 @@ ________________________________________________________________________________ ________________________________________________________________________________ #### Setting Up NadekoBot For Music -###### Prerequisites: +###### Setting up `ffmpeg` with installer: +1) Google Account +2) Soundcloud Account (if you want soundcloud support) +3) Download installer here: http://luxcaeli.de/owncloud/s/fIxSgh4Nde3Td6e/download +4) Run the installer +5) Follow these steps on how to setup API keys: +- 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. +- Open up credentials.json. For "GoogleAPIKey", fill in with the new key. +- Go to (https://soundcloud.com/you/apps/new). Enter a name for the app and create it. You will see a page with the title of your app, and a field labeled Client ID. Copy the ID. In credentials.json, fill in "SoundcloudClientID" with the copied ID. +- Restart your computer. + +###### Prerequisites for manual `ffmpeg` setup: 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) @@ -47,3 +61,4 @@ ________________________________________________________________________________ - 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. - Open up credentials.json. For "GoogleAPIKey", fill in with the new key. - Go to (https://soundcloud.com/you/apps/new). Enter a name for the app and create it. You will see a page with the title of your app, and a field labeled Client ID. Copy the ID. In credentials.json, fill in "SoundcloudClientID" with the copied ID. +- Restart your computer. From efbdb2fb41b86da8373707cd7d26cb0c60d1c628 Mon Sep 17 00:00:00 2001 From: miraai Date: Sat, 16 Jul 2016 21:18:40 +0200 Subject: [PATCH 4/4] Update ComprehensiveGuide.md --- ComprehensiveGuide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ComprehensiveGuide.md b/ComprehensiveGuide.md index db4c7314..41037d4a 100644 --- a/ComprehensiveGuide.md +++ b/ComprehensiveGuide.md @@ -36,8 +36,11 @@ ________________________________________________________________________________ ###### Setting up `ffmpeg` with installer: 1) Google Account 2) Soundcloud Account (if you want soundcloud support) + 3) Download installer here: http://luxcaeli.de/owncloud/s/fIxSgh4Nde3Td6e/download + 4) Run the installer + 5) Follow these steps on how to setup API keys: - 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."