From fbbfa4b03f111544914ed3d59ab69a729a0802ae Mon Sep 17 00:00:00 2001 From: iwonder Date: Sun, 1 Aug 2021 21:55:57 +0200 Subject: [PATCH] Begin explainer on legality --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ecaddc..363d2f5 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,11 @@ A script to help evaluate the reliability of public transport. * Run `./monitor.py -s` to generate a configuration file * Store the output in `vrr.ini` and add your database configuration -* Run `./monitor.py` to start logging! \ No newline at end of file +* Run `./monitor.py` to start logging! + +## Thoughts on legality + +The ToS of https://abfahrtsmonitor.vrr.de state: +"Es sind sämtliche Maßnahmen zu unterlassen, die störend in die Funktion der Webseite eingreifen können. Dazu gehören auch solche, die eine übermäßige oder unzumutbare Belastung der nachgelagerten Infrastruktur zur Folge haben können." +This roughly translates as: +"You must refrain from taking any measures that may disturb the functioning of the website. This includes measures that put excessive or unreasonable load on the back-end infrastructure." \ No newline at end of file