/web-scraper

a simple web scraper

Primary LanguagePython

Web Scraper

This is a simple web scraper for softball stats. Here are instructions to get started in a local environment

  • Download Python
  • Create a virtual environment - npm run venv at the root of the project folder
  • Activate the virtual environment - source virtual-env/bin/activate
  • Install Python libraries - pip install -r requirements.txt