Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```