Skip to content

Premier League API 2.0

Latest

Choose a tag to compare

@tarun7r tarun7r released this 29 Mar 17:06
· 2 commits to main since this release

πŸš€ Premier League API 2.0 Release

What's New

  • ✨ Optimized the code for better performance.
  • πŸ”„ Rebased and updated to ensure compatibility with the latest dependencies.
  • πŸ“Έ Added support for searching player stats using face recognition (Face Recognition Repo).

Features

  • Retrieve player stats, fixtures, tables, and results data from the Premier League.
  • API Endpoints:
    • /players/{player_name}: Get player stats.
    • /table: Get the current Premier League table.
    • /fixtures/{team_name}: Get the next three fixtures for a team.

Disclaimer

This project is created solely for learning and educational purposes. It is not intended for production-level use or commercial applications.

How to Use

  1. Clone the repository.
  2. Install dependencies: pip install -r requirements.txt.
  3. Run the application: python main.py.