From e06d5f37f8912802d2937cc73d99942e6cb21ea4 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 16 Jul 2018 00:36:52 +0100 Subject: switch to using configparser for config files --- bot.conf.example | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bot.conf.example (limited to 'bot.conf.example') 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 = -- cgit v1.3.1-10-gc9f91