Skip to content

Instantly share code, notes, and snippets.

@pranavsingh
pranavsingh / twitterclient.py
Created October 25, 2015 10:57
Testing out tweepy
import json
import getopt, sys
from datetime import datetime
from tweepy.streaming import StreamListener
from tweepy import Stream, OAuthHandler
class Tweet(object):
def __init__(self, user, message, hash_tags={}):
self.username = user