Project Setup

Run project locally

Install Requirements

  • Ensure virtual environment is activated and run command

      pip install -r requirements.txt
    
  • To create virtual environment and activate

      python venv -m venv
      source venv/bin/activate
    

Run script

  • Run command

      python scrape.py -r 50 -z 1000231
    
      where:
      -r: radius to be used
      -z: zipcode to be used
    

GitHub

GitHub - charles-co/web-scraper-task at pythonawesome.com
Web scrapping. Contribute to charles-co/web-scraper-task development by creating an account on GitHub.