2019-01-29 12:42:02 +00:00
|
|
|
# Any of these settings can be removed or left blank. The revelant functionality
|
|
|
|
# will be disabled.
|
|
|
|
|
2018-07-15 23:36:52 +00:00
|
|
|
[bot]
|
2019-12-19 13:56:11 +00:00
|
|
|
|
|
|
|
# configuration related to where/how bitbot accesses files and databases.
|
|
|
|
# commented out values are the default values. {DATA} is replaced with data-directory
|
|
|
|
|
|
|
|
#data-directory = ~/.bitbot
|
|
|
|
#log-directory = /var/log/bitbot/
|
|
|
|
#lock-file = {DATA}/bot.lock
|
|
|
|
#sock-file = {DATA}/bot.sock
|
|
|
|
|
|
|
|
# database - currently only supports sqlite3
|
|
|
|
#database = sqlite3:{DATA}/bot.db
|
|
|
|
|
2018-12-05 16:01:49 +00:00
|
|
|
# client-side tls key/cert for IRC connections
|
2018-10-05 22:01:12 +00:00
|
|
|
tls-key =
|
2018-10-05 22:16:34 +00:00
|
|
|
tls-certificate =
|
2018-12-05 16:01:49 +00:00
|
|
|
|
2019-09-13 10:39:34 +00:00
|
|
|
# localhost port used for REST API
|
2019-03-13 16:52:51 +00:00
|
|
|
api-port =
|
2018-12-05 16:00:08 +00:00
|
|
|
|
2018-12-06 12:13:59 +00:00
|
|
|
# the default channel BitBot automatically joins
|
|
|
|
bot-channel =
|
|
|
|
|
2019-06-01 14:06:57 +00:00
|
|
|
# module blacklist and whitelist. comma-separated. leave both empty to load all
|
|
|
|
# modules, leave whitelist empty to load all but blacklisted modules, populate
|
|
|
|
# whitelist to not load all modules by default.
|
|
|
|
module-blacklist =
|
|
|
|
module-whitelist =
|
|
|
|
|
2019-09-27 15:18:12 +00:00
|
|
|
# path to an external directory for modules to be found in
|
|
|
|
external-modules =
|
|
|
|
|
2018-09-26 10:21:24 +00:00
|
|
|
# https://openweathermap.org/api
|
2018-07-15 23:36:52 +00:00
|
|
|
openweathermap-api-key =
|
2018-12-05 16:00:08 +00:00
|
|
|
|
2018-09-26 10:21:24 +00:00
|
|
|
# https://products.wolframalpha.com/api/
|
2018-07-15 23:36:52 +00:00
|
|
|
wolframalpha-api-key =
|
2018-12-05 16:00:08 +00:00
|
|
|
|
2019-02-17 13:26:15 +00:00
|
|
|
# https://developers.google.com/custom-search/v1/overview#prerequisites
|
2018-07-15 23:36:52 +00:00
|
|
|
google-api-key =
|
|
|
|
google-search-id =
|
2018-12-05 16:00:08 +00:00
|
|
|
|
2018-09-26 10:21:24 +00:00
|
|
|
# https://words.bighugelabs.com/api.php
|
2018-07-15 23:36:52 +00:00
|
|
|
bighugethesaurus-api-key =
|
2018-12-05 16:00:08 +00:00
|
|
|
|
2018-09-26 10:21:24 +00:00
|
|
|
# https://developer.wordnik.com/
|
2018-07-15 23:36:52 +00:00
|
|
|
wordnik-api-key =
|
2018-12-05 16:00:08 +00:00
|
|
|
|
2018-09-26 10:21:24 +00:00
|
|
|
# https://www.last.fm/api
|
2018-07-15 23:36:52 +00:00
|
|
|
lastfm-api-key =
|
2018-12-05 16:00:08 +00:00
|
|
|
|
2018-09-26 10:21:24 +00:00
|
|
|
# https://trakt.docs.apiary.io/#
|
|
|
|
trakt-api-key =
|
2018-12-05 16:00:08 +00:00
|
|
|
|
2018-09-26 10:21:24 +00:00
|
|
|
# https://developers.soundcloud.com/docs/api/guide
|
|
|
|
soundcloud-api-key =
|
2018-12-05 16:00:08 +00:00
|
|
|
|
2018-09-26 10:21:24 +00:00
|
|
|
# https://developer.twitter.com/en/docs.html
|
2018-07-15 23:36:52 +00:00
|
|
|
twitter-api-key =
|
|
|
|
twitter-api-secret =
|
|
|
|
twitter-access-token =
|
|
|
|
twitter-access-secret =
|
2018-12-05 16:00:08 +00:00
|
|
|
|
2018-09-26 10:21:24 +00:00
|
|
|
# http://openldbsv.nationalrail.co.uk/
|
2018-07-15 23:36:52 +00:00
|
|
|
nre-api-key =
|
2018-12-05 16:00:08 +00:00
|
|
|
|
2018-09-26 10:21:24 +00:00
|
|
|
# https://docs.pushbullet.com/
|
2018-07-15 23:36:52 +00:00
|
|
|
pushbullet-api-key =
|
|
|
|
pushbullet-channel-tag =
|
2018-12-05 16:00:08 +00:00
|
|
|
|
2018-09-26 10:21:24 +00:00
|
|
|
# http://www.omdbapi.com/
|
2018-07-15 23:36:52 +00:00
|
|
|
omdbapi-api-key =
|
2018-12-05 16:00:08 +00:00
|
|
|
|
2018-10-31 16:12:28 +00:00
|
|
|
# https://apidocs.imgur.com/
|
|
|
|
imgur-api-key =
|
2019-01-29 22:34:28 +00:00
|
|
|
|
|
|
|
# https://developer.spotify.com/dashboard/
|
|
|
|
spotify-client-id =
|
|
|
|
spotify-client-secret =
|
2019-04-28 11:14:44 +00:00
|
|
|
|
|
|
|
# https://opencagedata.com/users/sign_up
|
|
|
|
opencagedata-api-key =
|
2019-05-01 07:17:48 +00:00
|
|
|
|
|
|
|
# https://bitly.com/a/oauth_apps
|
|
|
|
bitly-api-key =
|
2019-09-30 09:35:36 +00:00
|
|
|
|
|
|
|
# https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line
|
|
|
|
github-token =
|