diff options
-rw-r--r-- | config.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..4795afb --- /dev/null +++ b/config.yml @@ -0,0 +1,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" |