https://github.com/terror/contest-cli
Programming contest information for those who live in the terminal
https://github.com/terror/contest-cli
Last synced: 7 months ago
JSON representation
Programming contest information for those who live in the terminal
- Host: GitHub
- URL: https://github.com/terror/contest-cli
- Owner: terror
- License: mit
- Created: 2020-07-17T21:09:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:12:08.000Z (about 3 years ago)
- Last Synced: 2025-06-20T15:06:19.294Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1.88 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##
contest-cli
A command line utility for viewing information about upcoming competitive programming contests
## Demo
[](https://asciinema.org/a/a6eIilXEe1KCVZMsYfeCDB0UD)
## Installation
You can install contest-cli by using pip:
```bash
$ pip install contest-cli
```
## Usage
```
Options:
-s, --site TEXT Programming contest website name
-l, --list View supported contest websites
--help Show this message and exit.
```