Skip to content

Instantly share code, notes, and snippets.

View thisisthechris's full-sized avatar

Chris Hunt thisisthechris

View GitHub Profile
#actions to run on cron job
from django.core.management.base import BaseCommand, CommandError
from optparse import make_option
from datetime import datetime
import simplejson as json
import urllib, urllib2, time
from hotspot.twitterklout.models import Tweet, Tweeter, Hashtag, Event, Location
#from django.db import models
class Command(BaseCommand):