Skip to content

Crawler for getting my solutions from Vietnam Online Judge

Notifications You must be signed in to change notification settings

leduythuccs/VOJ_crawler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

VOJ_crawler

Crawler for getting my solutions from Vietnam Online Judge VOJ

Installation:

pip install -r requirements.txt

This command will get all your submissions:

 python crawler/VOJ.py <username> <password>

If you want to get accepted submssions only, please try this command:

 python crawler/VOJ.py <username> <password> AC_only

Beware of redirected problem, when you enter http://vn.spoj.com/, it maybe redirect to http://www.spoj.com/ sometime. Try add this into your hosts file.

195.149.199.189 vn.spoj.com

Thank Nguyễn Văn Hoà for sharing that.

If my code get redirected to spoj, it would crawl your submission in SPOJ

About

Crawler for getting my solutions from Vietnam Online Judge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%