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.
Hope it Helps.
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/
Update 4: Next time, you want to solve questions on Spoj according to TAGS and want to sort it by no of users, simply use the below link:
Deployed on :https://spojcrawl.herokuapp.com/tags/
Suppose you want to solve problems of Dynamic Programming(http://www.spoj.com/problems/tag/dynamic-programming), then simply add dynamic-programming in the box and you will get the questions sorted according to no of users.