Skip to content

Instantly share code, notes, and snippets.

@Baekjoon
Created April 12, 2015 17:41
Show Gist options
  • Save Baekjoon/1bffd0a7486b9f1b8915 to your computer and use it in GitHub Desktop.
Save Baekjoon/1bffd0a7486b9f1b8915 to your computer and use it in GitHub Desktop.
acmicpc-ranklist-to-json-1
import urllib
fp = urllib.urlopen('https://www.acmicpc.net/ranklist')
source = fp.read()
fp.close()
print source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment