blob: 4795afb3265d7e734a631022fb76ae844e1830cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
username: "YOUR BOTS USERNAME"
password: "YOUR BOTS PASSWORD"
homeserver: "https://matrix.some.homeserver"
openweathermap:
# TODO: allow users to supply an own api key instead of using my quota
apikey: "YOURAPIKEY"
# TODO: add an option for allowing users to inform the bot about their
# location so this doesn't have to be hardcoded
lat: "YOUR LAT"
lon: "YOUR LONG"
|