Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 1.75 KB

apikeys.md

File metadata and controls

31 lines (24 loc) · 1.75 KB

API-Keys

These keys are needed to access some third-party ressources.

Soundcloud

This key is needed to return clean links for soundcloud-tracks

  1. Register an account at https://soundcloud.com if aren't having one
  2. Go to your app settings on soundcloud.
  3. Click on 'Register new application'
  4. Give the app a name of your choice (this is only to identify the app for you), read and accept the term and click on 'Register'
  5. Copy the client ID to your config file for apiKeys.soundcloud

Wordnik

This key is needed for !define

  1. Create an Wordnik-Account if aren't having one
  2. Go to developer.wordnik.com, fill both fields on the right and click on 'Sign me up for an API key'
  3. You will have to wait for an email containing a link to your profile page.
  4. Scroll down to 'Your Wordnik API key', copy the key and paste it under 'apiKeys.wordnik' in your config file

YouTube

This key is needed to lookup countryblocks

  1. Create a google-account if aren't having one
  2. Head over to console.developers.google.com and create a new project.
  3. Click on 'Use Google APIs'
  4. Now select 'YouTube Data Api' and click on enable.
  5. Select 'Credentials' on the left sidebar, click on 'Create Credentials', select 'API key' and click on 'Server-Key' in the next window
  6. Name your key (this only for you to keep track on requests and organize your keys) and fill in an IP-Address if the machine plugbot is running on has a static IP-Address. If your machine has a changing IP-Address (e.g. you are running dubbot from a computer at home) leave this field empty.
  7. Copy the key and paste it in your configfile for apiKeys.youtube