備忘録

物忘れが酷いので

2013-11-26から1日間の記事一覧

tweepyでstreamingを使う

まず、filterを使ってみます import sys import tweepy from tweepy.auth import OAuthHandler from tweepy.api import API class myExeption(Exception): pass class StreamListener(tweepy.streaming.StreamListener): def __init__(self): #データベース…