- commit
- 15b154b0315f05d9b4b093bcbf4842749a762a79
- parent
- f40efe9548309fe1c6d79b52643fc7ae46e7c47c
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-02-16 13:32
add README
Diffstat
A | README.md | 33 | +++++++++++++++++++++++++++++++++ |
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md
@@ -0,0 +1,33 @@ -1 1 [Heimstaden](https://www.heimstadenbostad.com/portfolio/) is a swedish real -1 2 estate company that owns more than 150.000 units in northern europe. -1 3 -1 4 For communication with their tenants they use their -1 5 [myhome](https://myhome.heimstaden.com) online platform. That platform is as -1 6 bad as you might expect. Loading a single page usually takes ~15s. And the -1 7 navigation is so bad that you need to load a lot of pages. -1 8 -1 9 This is a little project I hacked together to display the most important -1 10 information from that platform. It is not very generic and has many rough -1 11 edges. But it is usable. -1 12 -1 13 The tool will download all data from heimstaden and store it in `dump.json` for -1 14 one hour. I recommend to inspect that file to see if there is relevant data -1 15 that my tool fails to display. -1 16 -1 17 ## Usage -1 18 -1 19 ``` -1 20 python3 -m venv .venv -1 21 . .venv/bin/activate -1 22 pip install -r requirements.txt -1 23 HEIMSTADEN_EMAIL='…' HEIMSTADEN_PASSWORD='…' python myhome.py -1 24 ``` -1 25 -1 26 ## Roadmap -1 27 -1 28 The tool is currently read only. If I get around to it I might add some more features: -1 29 -1 30 - create tickets -1 31 - edit tickets -1 32 - add comments to tickets -1 33 - display more information