CodeforcesContestBot
CodeforcesContestBot copied to clipboard
Added File Comparison and args option for running script.
Changes in diff.sh
-
Replaced CR LF with LF and fixed newline problem, file comparison now works. Displays in green or red whether test case has passed or not.
-
Works cross-platform (Windows, Linux, OSX)
Changes in script.js
- Added an args option, which is commented, to parse contest based on URL index number of the contest.
eg: for 'https://codeforces.com/contest/1454', this will parse the contest.
node script.js 1454