This is a Flask web application that scrapes football match data and processes statistics.
- Scraping football match data
- Statistical Analysis using Pandas
- Web Interface for displaying team statistics
- Clone the repository:
git clone https://github.com/yourusername/Flask-Virtual-Football-Stats-App.git
- Install dependencies:
pip install -r requirements.txt
Before running the project, ensure that you update the Chrome WebDriver path in the scrape_link.py
file. Look for the DRIVER_PATH
variable and set it to the correct path where your chromedriver
is located.
In scrape_link.py
, find this line:
DRIVER_PATH = "C:/path/to/your/chromedriver.exe" # For Windows
DRIVER_PATH = "/path/to/your/chromedriver" # For macOS or Linux