π 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
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt. - Run the application:
python main.py.