An open API service indexing awesome lists of open source software.

https://github.com/dadav/flatwatch

Check immobilienscout24 for new flats.
https://github.com/dadav/flatwatch

Last synced: about 1 year ago
JSON representation

Check immobilienscout24 for new flats.

Awesome Lists containing this project

README

          

# flatwatch

This bot watches the flats and notifies you when the count changes.

## usage

```bash
python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt
# your token (from @BotFather)
echo "$TOKEN" > token.txt
./bin/flatwatch -b
```