-
Notifications
You must be signed in to change notification settings - Fork 354
/
auth.json.example
17 lines (17 loc) · 1.27 KB
/
auth.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"email": "email of the discord account here if using a user account",
"password": "password of the discord account here if using a user account",
"bot_token": "bot token if using a bot account",
"client_id": "client id if using a bot account and you want people to be able to invite it to their server",
"youtube_api_key": "create one here https://console.developers.google.com",
"google_custom_search": "follow instructions at https://stackoverflow.com/questions/34035422/google-image-search-says-api-no-longer-available",
"imgflip_username": "https://imgflip.com/ username",
"imgflip_password": "https://imgflip.com/ password",
"wolfram_api_key": "go here and click sign up http://products.wolframalpha.com/api/",
"twitch_client_id": "create a twitch app here https://dev.twitch.tv/dashboard/apps/create (requires a twitch account)",
"twitch_client_secret": "get this from the twitch dev dashboard once you've created your twitch app",
"finage_api_key": "create one at https://finage.co.uk/",
"spotify_client_id": "create an app at https://developer.spotify.com/my-applications/",
"spotify_client_secret": "create an app at https://developer.spotify.com/my-applications/",
"giphy_api_key": "create an api app at https://developers.giphy.com/dashboard/?create=true"
}