An open-source frontend for viewing articles from heise.de without cookies, ads or tracking.
Currently, only Linux and macOS are supported. Windows users may try to run this application using Microsoft WSL (Windows Subsystem for Linux).
- Download/Install Python 3.10
python3.10 -m ensurepip --upgrade
- Download this project and open a terminal inside it
python3.10 -m venv ./venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m src
Check the Issues page. If you find a bug, please open a new issue or PR! :)