Skip to content

script that can be used to submit codechef problems directly from terminal

Notifications You must be signed in to change notification settings

msdeep14/fastsubmit_codechef

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 

Repository files navigation

FastSubmit

Dependencies:

  • Python 2.7
  • mechanize
  • BeautifulSoup

These dependencies can be installed via pip or apt-get

    $ pip install mechanize
    $ apt-get install python-mechanize
    
    $ pip install BeautifulSoup4

Usage:

FastSubmit lets you submit your solution to codechef and spoj directly through the terminal. Change the directory to the directory where your code is stored. Then simply run

$ python fastsubmit.py


Username: (Your Username)
Password: (Your Password)
Give your file path along with name and extension: (The complete path to the file along with the extension.)
Problem Code: (The problem code)
Give your file path along with name and extension:
If you are located in the same folder as your code is then just type the name of the file along with extension. eg Main.java
If you are located in say Documents folder then type /home/username/Documents/Main.java

Note:

The submission takes place in the following programming languages:

  • C
  • C++
  • Java
  • C#
  • Python

Developed By:

About

script that can be used to submit codechef problems directly from terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%