F1CLI is a command-line tool that allows you to follow the latest results and statistics of Formula 1. Get the latest race results, driver and constructor standings, and individual driver and team statistics in a simple and easy-to-read format.
- π Display the latest Formula 1 race results
- π Show driver and constructor standings
- ποΈ View individual driver statistics
- π’ View individual constructor statistics
./f1cli.sh [OPTIONS]
Option | Description |
---|---|
-r , --results |
Display the results of the latest races |
-s , --standings |
Display the standings of drivers and constructors |
-d , --driver <driver_id> |
Display the statistics for a specific driver |
-t , --team <constructor_id> |
Display the statistics for a specific team |
Info: You can find the driver_id
and constructor_id
with -d
and -t
options.
./f1cli.sh --driver leclerc
./f1cli.sh --team ferrari
- Clone the repository or download the
f1cli.sh
script - Ensure the script has execute permissions with
chmod +x f1cli.sh
- Run the script with the desired options