This Python script scrapes live sports data from the Live Sports on TV website and processes the information into a CSV file and a formatted table.
- Clone the repository:
git clone https://github.com/mariobx/livesportstoday-scrapper.git cd livesportstoday-scrapper
- Activate Virtual Enviormant:
python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt
- Run The Script:
python3 livesportstoday.py