Skip to content

Instantly share code, notes, and snippets.

View wolfwoodbrbu's full-sized avatar
🧐

Faye Bickerton wolfwoodbrbu

🧐
View GitHub Profile
@wolfwoodbrbu
wolfwoodbrbu / rbcbhash.py
Created April 3, 2012 06:27 — forked from blha303/gist:2289179
Get's the newest hash of the current CraftBukkit build.
#!/usr/bin/python
import urllib
import re
page = urllib.urlopen('http://dl.bukkit.org/downloads/craftbukkit/list/rb/').read()
re1='.*?' # Non-greedy match on filler
re2='(MD5)' # Variable Name 1
re3='.*?' # Non-greedy match on filler