Hi, Codeforces.
GoCF
A Contest parser for codeforces ( only C++ )
Requirements
- Python v2/3
- Python Beautiful Soup
- tested on Ubuntu 14.04
Screenshots
While Parsing Contest initially

While testing your solution

Instructions
How to install it?
- copy
gocfandincffile to/bin/directory - give permissions to them by
sudo chmod 755 /bin/gocfandsudo chmod 755 /bin/incf - Now create a directory in your
homefolder and name itGoCF - copy
Parse.pyfromGoCF_filestoGoCFand if neccessary dochmod
How to use it?
- After the contest begins, fire up your terminal and type incf
- Now, enter the contest code
- GoCF will now download the test cases for you!
- Now, for example let us take contest code as 624 and name your problems as 624_A.cpp, 624_B.cpp, ... ( Case sensitive )
- Code in your favourite editor :)
- Compile
- now, for testing your solution .. just gocf 624_A.cpp
That's it!
Star it to show your support!



