This repository is for submitting source file while solving problem in competitive programming websites like codeforces, codechef in both practice and contest mode. I will develop the same for hackerrank, hackerearth etc also.
run $python setup.py install for installing the prerequisites.
- Open
codeforces.pyand add your handle, password, key and secret key generated from your codeforces setting page. - Run
$python codeforces.py [p|c|pc] [source_file_complete_path]from terminal.pfor practice modecfor contest modepcfor past contest mode - Due to time delay between server and local time may show
incorrect signatureKeyinstead of verdict. Please runcf_last_submission.pyfor the verdict.
- Open
codechef.pyand add your username, password. - Run
$python codechef.py [p|c] [source_file_complete_path]from terminal.pfor practice modecfor contest mode
- Compatible Python version : 2.7.x
- This project uses
RoboBrowserandBeautifulSoupfor web crawling. - Showing verdict from server is sometime delayed. Adjust
delayvariable in the source file as required.