Sportify is an application for the command line interface (CLI) that fetches and displays real-time sports data. Whether you're interested in scores, team stats, player information, or upcoming fixtures, Sportify provides a convenient way to access the latest sports updates from your terminal.
- Fetch live scores for various sports.
- Get detailed stats on teams and players.
- View schedules for upcoming matches and events.
- Filter data by league, team, or player.
- User-friendly CLI commands with customizable options.
To install Sportify, ensure you have Python 3.7 or higher installed on your machine.
pipx install sportify
Otherwise:
pip install sportify
Important
Requires build
pip install build
-
Clone the repository:
git clone https://github.com/jacob-thompson/sportify.git cd sportify
-
Build the application:
python3 -m build
-
Install the application:
pipx
:pipx install dist/*.tar.gz --force
pip
:pip install dist/*.tar.gz --force
sportify