For those, who are wary of searching for apartments in Berlin. This bot will find them and automatically apply to them until you can call one of them home.
ApaFin searches the usual websites for new offers based on your filters, attempts to automatically apply if enabled and messages you the status and details of the application via telegram.
Rental websites are made for landlords, not tenants. ApaFin allows to avoid the pain incurred searching for a place to live.
- Python 3.8+
- pipenv
- Docker (optional)
- GCloud CLI (optional)
Install the dependencies executing the following command in the root directory of the project.
$ pipenv install
The run
$ pipenv run python flathunt.py
Before running the project for the first time, copy config.yaml.dist
to config.yaml
. The urls
and telegram
sections of the config file must be configured according to your requirements before the project will run.
This repo is a fork of the flathunter repo with adaptation for automatic application made by @PhilTrigu .