command-line tool to get schedule of contests on atcoder.jp, codechef.com, codeforces.com, geeksforgeeks.org and leetcode.com.
wget -q --show-progress https://github.com/er-knight/contests/releases/download/v0.1/contests.zip
unzip contests.zip
echo "export PATH=\$PATH:~/contests" >> .bashrc
source .bashrc