https://github.com/halldorstefans/f1-cli
Formula 1 Command-Line Tools
https://github.com/halldorstefans/f1-cli
ergast-api
Last synced: 5 months ago
JSON representation
Formula 1 Command-Line Tools
- Host: GitHub
- URL: https://github.com/halldorstefans/f1-cli
- Owner: halldorstefans
- License: mit
- Created: 2021-05-29T14:56:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T14:49:17.000Z (over 2 years ago)
- Last Synced: 2025-09-25T12:43:36.314Z (9 months ago)
- Topics: ergast-api
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:warning: **THIS PROJECT IS NOT ACTIVE DUE TO THE FACT THE UNDERLYING API HAS BEEN DEPRECATED.** :warning:
See [Ergast API Documentation.](https://ergast.com/mrd/)
Formula 1 CLI
Formula 1 Command-Line Tools
Explore the docs »
Report Bug
·
Request Feature
## Table of Contents
- [Table of Contents](#table-of-contents)
- [F1 CLI](#f1-cli)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contact](#contact)
- [Acknowledgements](#acknowledgements)
## F1 CLI
Formula 1 Command-Line Tool to get race results, qualifying, schedule and standings
### Built With
* [Python](https://www.python.org/)
* [Click](https://palletsprojects.com/p/click/)
## Getting Started
### Prerequisites
* Python 3 >=3.8
### Installation
```sh
$ pip install formula1-cli
...
Successfully installed formula1-cli...
```
## Usage
Afterwards, your command should be available:
```sh
$ f1 --help
Usage: f1 [OPTIONS] COMMAND [ARGS]...
Formula 1 Command-Line Tool to get race results, qualifying, schedule and
standings
Options:
-h, --help Show this message and exit.
Commands:
qualifying List the qualifying results for a specific race.
results List the results for a specific race.
schedule List the schedule for a specific race.
standings List the driver/constructor standings for a specific season.
```
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Halldor Stefansson - [@halldorstefans](https://twitter.com/halldorstefans)
Project Link: [https://github.com/halldorstefans/f1-cli](https://github.com/halldorstefans/f1-cli)
## Acknowledgements
* [Ergast Developer API](http://ergast.com/mrd/)