Skip to content

Easy python script to find flats from ebay-kleinanzeigen, immowelt, immonet, wg-gesucht

License

Notifications You must be signed in to change notification settings

0a1b/flathunt-4-dummies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insall:

  • install google chrome or Chromium
  • install tmux: sudo apt-get install tmux
  • Create a folder and put the files of the repository in
  • activate venv in the folder python3 -m venv .venv
  • start virtual environment: source .venv/bin/activate
  • run in env: pip install -r requirements.txt to install required packages

usage

  • setup telegram-send with your bot (instructions: https://pypi.org/project/telegram-send/)
  • fill the urls in the script with your search urls
  • start virtual environment: source .env/bin/activate
  • run: tmux attach -t 0
  • execute: sh run.sh

The script checks every 2.5 mins for new flats and sends telegram msg if new flats are found.

The script was designed with the german websites. Depending on your language / changes in website design you might need to change the regular expressions used to filter links

About

Easy python script to find flats from ebay-kleinanzeigen, immowelt, immonet, wg-gesucht

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.0%
  • Shell 3.0%