diff options
| author | 2018-07-16 00:36:52 +0100 | |
|---|---|---|
| committer | 2018-07-16 00:36:52 +0100 | |
| commit | e06d5f37f8912802d2937cc73d99942e6cb21ea4 (patch) | |
| tree | e65257e63d1e0f3f3b80f49d5dc4ccbcf85170db /bot.conf.example | |
| parent | move sasl logic to it's own module (diff) | |
switch to using configparser for config files
Diffstat (limited to 'bot.conf.example')
| -rw-r--r-- | bot.conf.example | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/bot.conf.example b/bot.conf.example new file mode 100644 index 00000000..76df4848 --- /dev/null +++ b/bot.conf.example @@ -0,0 +1,23 @@ +[bot] +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 = +nre-api-key = +eagle-api-key = +eagle-api-url = +pushbullet-api-key = +pushbullet-channel-tag = +omdbapi-api-key = |
