Scrape renting website and send latest info to your telegram chat.
- Multiple provider, Funda and Pararius.
- Flexible callback function. Default is sending to telegram.
- Storing viewed data in local.
- Clone this repo.
- Modify some data in main.py
- AREA (where you want to rent the house)
- PRICE (price range)
- HEADERS (you can fetch it from your browser)
- CHATID (telegram chat id)
- TOKEN (telegram bot id)
- create virtual env.
- install python library from requirements.txt
- Run main.py