SPOJ history of submission(Web app)

Revision en1, by chunky_2808, 2018-05-09 11:17:54

Hello coders,

As we all face problem in finding history of submission for a particular user in SPOJ, i have created a python script to do the same.

It basically crawls through a user's page and generate a list of questions correctly answered, sorted in ascending order(according to time of submission).

So, next time you want to know the order in which top rated coder on SPOJ solved problems, refer this : https://spojcrawl.herokuapp.com/

Just enter your spoj handle.

Example : my spoj handle is @chunky_2808, so i have to just enter chunky_2808.

Update 1 : Link to Script(github) : https://github.com/chunky2808/SPOJ_history

Update 2: Link to DJango app(github) : https://github.com/chunky2808/SPOJ-history-Django-App

Update 3: Hosted/deployed on : https://spojcrawl.herokuapp.com/

Hope it Helps.

Tags spoj, #submissions, history

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English chunky_2808 2018-05-09 11:17:54 860 Initial revision (published)