aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2018-09-26 11:21:24 +0100
committerGravatar jesopo2018-09-26 11:21:24 +0100
commitf54e25ddddf4d411d33cbe624ae25cfdb1443d1e (patch)
tree86261030cc25893c32b7535f4ad5a2eae1827305
parentAdd missing format args in ModuleManager exceptions (diff)
signature
Comment config options!
-rw-r--r--bot.conf.example19
1 files changed, 17 insertions, 2 deletions
diff --git a/bot.conf.example b/bot.conf.example
index 91a94f8b..c2e08aa2 100644
--- a/bot.conf.example
+++ b/bot.conf.example
@@ -1,25 +1,40 @@
[bot]
ssl-certificate =
ssl-key =
+# https://openweathermap.org/api
openweathermap-api-key =
+# https://products.wolframalpha.com/api/
wolframalpha-api-key =
+# https://developers.google.com/
google-api-key =
google-search-id =
+# https://words.bighugelabs.com/api.php
bighugethesaurus-api-key =
+# https://developer.wordnik.com/
wordnik-api-key =
+# https://www.last.fm/api
lastfm-api-key =
+# https://trakt.docs.apiary.io/#
+trakt-api-key =
+# https://developers.soundcloud.com/docs/api/guide
+soundcloud-api-key =
+# https://developer.twitter.com/en/docs.html
twitter-api-key =
twitter-api-secret =
twitter-access-token =
twitter-access-secret =
-trakt-api-key =
-soundcloud-api-key =
+# https://api.tfl.gov.uk/
tfl-api-id =
tfl-api-key =
+# http://openldbsv.nationalrail.co.uk/
nre-api-key =
+# https://github.com/EvelynSubarrow/Eagle
eagle-api-key =
eagle-api-url =
+# https://docs.pushbullet.com/
pushbullet-api-key =
pushbullet-channel-tag =
+# http://www.omdbapi.com/
omdbapi-api-key =
+# https://www.virustotal.com/en/documentation/public-api/
virustotal-api-key =