Skip to content

jacob-thompson/sportify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sportify

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.

🚀 Features (Work-in-progress)

  • 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.

📦 Installation

To install Sportify, ensure you have Python 3.7 or higher installed on your machine.

Pip

Recommended:

pipx install sportify

Otherwise:

pip install sportify

From Source

Important

Requires build

pip install build
  1. Clone the repository:

    git clone https://github.com/jacob-thompson/sportify.git
    cd sportify
  2. Build the application:

    python3 -m build
  3. Install the application:

    pipx:

    pipx install dist/*.tar.gz --force

    pip:

    pip install dist/*.tar.gz --force

🛠️ Usage

sportify