Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.4 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.4 KB

ApaFin

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.

Description

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.

Table of Contents

Motivation

Rental websites are made for landlords, not tenants. ApaFin allows to avoid the pain incurred searching for a place to live.

Prerequisites

Install

Install the dependencies executing the following command in the root directory of the project.

$ pipenv install

The run

$ pipenv run python flathunt.py

Configuration

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.

Contributions

This repo is a fork of the flathunter repo with adaptation for automatic application made by @PhilTrigu .