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.
- Host: GitHub
- URL: https://github.com/dadav/flatwatch
- Owner: dadav
- Created: 2020-12-30T19:40:01.000Z (over 5 years ago)
- Default Branch: production
- Last Pushed: 2021-01-02T10:36:22.000Z (over 5 years ago)
- Last Synced: 2025-04-13T02:03:18.966Z (about 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```