Google Code Jam 2018 doesn't not have "friend" feature itself. So I created this script to dump the data from GCJ and filter the status of friends.
First, create config.py
(see config-sample.py
). Then:
python3 dump-data.py > board.json # Get the data from GCJ
python3 find-friends.py board.json