Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 909 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 909 Bytes

Working

Automaticly scrape and look for apartments on boplats

script that needs some love
yea, some real love. for installation on ubuntu server you will need xorg
also firefox-esr. pynput is creating alot of problems so will patch.

Requirements:

python3, python3-pip, selenium, BeautifulSoup4, geckodriver, webdriver_manager, pynput

Linux

Debian

sudo apt install git python3 python3-pip
pip install selenium BeautifulSoup4 pynput
git clone https://github.com/Nick-Well/boplats.git

Arch

sudo pacman -S git python python-pip
pip install selenium BeautifulSoup4 pynput
git clone https://github.com/Nick-Well/boplats.git

TODO:

  • Docker container for ez of use
  • Add more comments in the code
  • Make it easyer to install. barebones
  • gui?
  • remove pynput