SPOJ history of submission(Web app)

Правка en1, от 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.

Теги spoj, #submissions, history

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский chunky_2808 2018-05-09 11:17:54 860 Initial revision (published)