Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 739 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 739 Bytes

Premier League Table web scraper

Overview

A Python program to web scrape the Premier League table to the Linux terminal.

Features

  • Scrapes the latest Premier League table standings.
  • Retrieves team names, positions, points, and other relevant information.
  • Simple and easy-to-use API for fetching Premier League table data.

Installation

  1. Clone the repository:
git clone https://github.com/lordgabriel98/PLTable.git
  1. Navigate to the project directory.
cd PLTable
  1. Install dependencies:
pip install -r requirements.txt

Usage

  1. Run the script.
python3 PLTable.py
  1. The script will fetch the latest Premier League table and display it in the terminal.