Skip to content

Instantly share code, notes, and snippets.

View Klowner's full-sized avatar
🤡
total bozo

Mark Riedesel Klowner

🤡
total bozo
View GitHub Profile
@Klowner
Klowner / Auto-Dave.py
Last active August 29, 2015 14:09 — forked from exit99/Auto-Dave
import time
import urllib2
import random
from datetime import datetime
def do_dave():
while 15 < datetime.now().hour < 18:
time.sleep(5)
urllib2.urlopen(random.choice(['http://slashdot.org/', 'http://facebook.com/']))