forked from bitbot-irc/bitbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bot.conf.example
86 lines (63 loc) · 2.1 KB
/
bot.conf.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Any of these settings can be removed or left blank. The revelant functionality
# will be disabled.
[bot]
# client-side tls key/cert for IRC connections
tls-key =
tls-certificate =
# key/cert used for REST API
tls-api-key =
tls-api-certificate =
api-port =
# the default channel BitBot automatically joins
bot-channel =
# 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 =
# https://openweathermap.org/api
openweathermap-api-key =
# https://products.wolframalpha.com/api/
wolframalpha-api-key =
# https://developers.google.com/custom-search/v1/overview#prerequisites
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 =
# 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 =
# https://apidocs.imgur.com/
imgur-api-key =
# https://developer.spotify.com/dashboard/
spotify-client-id =
spotify-client-secret =
# https://opencagedata.com/users/sign_up
opencagedata-api-key =
# https://bitly.com/a/oauth_apps
bitly-api-key =