This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconfig.ini.example
152 lines (127 loc) · 3.83 KB
/
config.ini.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
[bot]
nick = bytebot
username = bytebot
host = irc.hackint.org
port = 9999
# uncomment this if you want ssl support
ssl = true
# uncomment this if you don't want to check the certificate
# ssl_verify = CERT_NONE
includes =
irc3.plugins.command
irc3.plugins.uptime
irc3.plugins.log
irc3.plugins.logger
# irc3.plugins.ctcp
# plugins.autotopic
# plugins.bytehelp
# plugins.bofh
# plugins.cccongress
# plugins.fuel
# plugins.parking
# plugins.shorturl
# plugins.status
# plugins.weather
# the bot will join #bytebot_channel
# ${hash} is replaced by the # char
autojoins =
${hash}bytespeicher-testing
# Autojoin delay, disabled by default
# float or int value
# autojoin_delay = 3.1
# The maximum amount of lines irc3 sends at once.
# Default to 4, set to 0 to disable
# flood_burst = 10
# The number of lines per $flood_rate_delay seconds irc3 sends after reaching
# the $flood_burst limit.
# Default to 1
# flood_rate = 2
# The bot will send $flood_rate messages per $flood_rate_delay seconds
# Default to 1
# flood_rate_delay = 5
[irc3.plugins.command]
# command plugin configuration
# set command char
cmd = !
# set guard policy
guard = irc3.plugins.command.mask_based_policy
[irc3.plugins.command.masks]
# this section is used by the guard to secure the bot's command
# change your nickname and uncomment the line below
mkzero!*@* = all_permissions
* = view
[irc3.plugins.logger]
channels = #bytespeicher-testing
filename = logs/{host}/{channel}-{date:%Y-%m-%d}.log
[lib.spaceapi]
url = https://status.bytespeicher.org/status.json
[plugins.bytehelp]
location = http://technikkultur-erfurt.de/bytespeicher:anfahrt
dates = http://technikkultur-erfurt.de/bytespeicher:veranstaltungen
versorgung = http://technikkultur-erfurt.de/bytespeicher:versorgung
[plugins.autotopic]
topic = Testtopic mit 100% Funktionen
[plugins.cccongress]
url = https://fahrplan.events.ccc.de/congress/YEAR/Fahrplan/schedule.json
# cache = /tmp/cccongress.cache
# announce_minutes = 15
[plugins.dates]
url = http://www.google.com/calendar/ical/2eskb61g20prl65k2qd01uktis%40group.calendar.google.com/public/basic.ics
cache = /tmp/dates.cache
# Days in the future to show on list request
list_days = 21
# Minutes in the future to show event announcement (space separated list for multiple values)
announce_minutes = 60 1440
# Do not show default location
filter_location = Bytespeicher
[plugins.fuel]
apikey = your_apikey
# lat = 50.9827792
# lng = 11.0394426
# rad = 10
[plugins.parking]
# url = parking_url
[plugins.rss]
# RSS-Name =
# URL to RSS feed
# Tempfile for caching
# feed type (dokuwiki, wordpress, github, redmine)
Wiki =
http://www.technikkultur-erfurt.de/feed.php
/tmp/feed_wiki.cache
dokuwiki
Website =
https://bytespeicher.org/feed/
/tmp/feed_website.cache
wordpress
BytebotCommits =
https://github.com/Bytespeicher/Bytebot/commits/master.atom
/tmp/feed_bytebot.cache
github
Redmine =
http://redmine.bytespeicher.org/issues.atom
/tmp/feed_rm_bytespeicher.cache
redmine
SpacestatusCommits =
https://github.com/Bytespeicher/space-status/commits/master.atom
/tmp/feed_spacestatus.cache
github
[plugins.shorturl]
clarifai_app_id = yourappid
clarifai_app_secret = yourappsecret
[plugins.station]
# city = Erfurt
# id from station list json
# id = 151213
# announce_minutes = 30
url_stationlist = https://evag-live.wla-backend.de/stations/latest.json
# {extId} will be replaced by station id
url_departures = https://evag-live.wla-backend.de/node/v1/departures/{extId}
# cache = /tmp/station.cache
[plugins.weather]
api_key = your_apikey
url = http://api.openweathermap.org/data/2.5/weather?units=metric&q=
location' = city,countrycode
[plugins.wikipedia]
url = https://de.wikipedia.org/w/api.php?&action=query&format=json&prop=extracts&exintro=&explaintext=&titles=
# length_of_abstract = 400