aboutsummaryrefslogtreecommitdiff
path: root/bot.json.example
diff options
context:
space:
mode:
authorGravatar jesopo2018-07-16 00:36:52 +0100
committerGravatar jesopo2018-07-16 00:36:52 +0100
commite06d5f37f8912802d2937cc73d99942e6cb21ea4 (patch)
treee65257e63d1e0f3f3b80f49d5dc4ccbcf85170db /bot.json.example
parentmove sasl logic to it's own module (diff)
switch to using configparser for config files
Diffstat (limited to 'bot.json.example')
-rw-r--r--bot.json.example21
1 files changed, 0 insertions, 21 deletions
diff --git a/bot.json.example b/bot.json.example
deleted file mode 100644
index 14fc0dd5..00000000
--- a/bot.json.example
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "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" : "",
- "bitly-api-key" : "",
- "soundcloud-api-key" : "",
- "tfl-api-id" : "",
- "tfl-api-key" : "",
- "eagle-api-url" : "",
- "eagle-api-key" : "",
- "omdbapi-api-key" : ""
-}