Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobleknightt/contests-cli
Get schedule of coding contests from various coding platforms in your terminal.
https://github.com/nobleknightt/contests-cli
api atcoder cli-tool codechef codeforces competitive-programming-contests geeksforgeeks leetcode python web-scraping
Last synced: 7 days ago
JSON representation
Get schedule of coding contests from various coding platforms in your terminal.
- Host: GitHub
- URL: https://github.com/nobleknightt/contests-cli
- Owner: nobleknightt
- License: mit
- Created: 2022-08-30T14:16:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T12:50:48.000Z (over 2 years ago)
- Last Synced: 2024-11-16T20:26:21.639Z (2 months ago)
- Topics: api, atcoder, cli-tool, codechef, codeforces, competitive-programming-contests, geeksforgeeks, leetcode, python, web-scraping
- Language: Python
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
command-line tool to get schedule of contests on atcoder.jp, codechef.com, codeforces.com, geeksforgeeks.org and leetcode.com.
## Installing on Ubuntu and its Derivatives
```sh
wget -q --show-progress https://github.com/er-knight/contests/releases/download/v0.1/contests.zip
```
```sh
unzip contests.zip
```
```sh
echo "export PATH=\$PATH:~/contests" >> .bashrc
```
```sh
source .bashrc
```