Skip to content

SWS-5007/Property-Scraper_Python

Repository files navigation

Property Scraper

Jobs Server

Setup Jobs Server

Start Jobs Server

  • source myenv/bin/activate
  • sudo nohup env PYTHONUNBUFFERED=1 $(which python3) ./jobs.py > output.log 2>&1 &

Stop Jobs Server

  • ps aux | grep python3 Find the process ID (PID) of the Python script
  • kill [PID]

Drone Server

Setup Drone Server

Start Drone Server

  • source myenv/bin/activate
  • sudo nohup env PYTHONUNBUFFERED=1 $(which python3) ./drone.py > output.log 2>&1 &

Stop Drone Server

  • ps aux | grep python3 Find the process ID (PID) of the Python script
  • kill [PID]

About

Real Estate Website Data Scrapping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages