Skip to content

Instantly share code, notes, and snippets.

@justinamberson
justinamberson / StackOverflowFanatic.py
Created August 13, 2013 01:09
StackOverflow Fanatic Golden Badge Helper Awarded for 100 days of consecutive visits. Defaults to opening the site every 12 hours (43200 seconds)
#StackOverflow Fanatic Badge Helper
#Justin Amberson 2013 : http://justin.amberson.net
#Fanatic Golden badge - 100 consecutive days on StackOverflow
import webbrowser
import time
def openURL(url):
webbrowser.open(url)