diff options
Diffstat (limited to 'bot.json.example')
| -rw-r--r-- | bot.json.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bot.json.example b/bot.json.example new file mode 100644 index 00000000..c7bebfd4 --- /dev/null +++ b/bot.json.example @@ -0,0 +1,14 @@ +{ + "openweathermap-api-key" : "", + "wolframalpha-api-key" : "", + "google-api-key" : "", + "google-search-id" : "", + "bighugethesaurus-api-key" : "", + "wordnik-api-key" : "", + "lastfm-api-key" : "", + "twitter-api-key" : "", + "twitter-api-secret" : "", + "twitter-access-token" : "", + "twitter-access-secret" : "", + "trakt-api-key" : "" +} |
