From a75cfd2b84d6f57d56a7a760f179ed13fee0ac60 Mon Sep 17 00:00:00 2001 From: hanemile Date: Fri, 10 Jul 2020 16:23:40 +0200 Subject: defined an anonymized config file --- config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.yml 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" -- cgit 1.4.1