/VOJ-submit

Auto submit spoj code to codeforces

Primary LanguagePython

VOJ-submit

Auto submit spoj code to codeforces

Feature

Submit all accepted code of an account in VOJ to VNOI codeforces group

How to use

  • Clone this repository
  • Base on file .env-example, create file .env and fill it with your VOJ account, codeforces account
  • Run pip3 install -r requirements.txt to install needed lib.
  • Then use python3 main.py to run the bot. Remember to edit data in .env.