This Python script downloads images from a user account of the platform "abihome.de". This software is not related in any way to the company "Abihome GmbH" which owns the platform "abihome.de".
I graduated from high school in 2019, and we used "abihome.de" at that time to design our high school graduation book. A lot of pictures of the whole class level were uploaded. Since I didn't have all the images, but I also didn't feel like downloading every image via the web GUI, I wrote this script that allowed me to download every image automatically within a short time. This allows me to reminisce about the wonderful moments without spending a lot of effort.
This script is tested with Python 3.10. Before starting, please enter the "abihome.de" credentials in the ".env" file. The requirements.txt file contains all needed dependencies, at latest version, for this project.
Creation of virtual environment:
python3 -m venv ./venv source ./venv/bin/active
Install required dependencies:
pip3 install -r ./requirements.txt
Run script:
python3 ./main.py
If so, please open an issue and explain what you are trying and where the bug is. Please also provide a stack trace, if possible. !BUT don't share any private information, like email or password!
If you are the owner or a related person of the company "Abihome GmbH" and you want that this repository should be removed from GitHub, please contact me and I will simply delete it.