Skip to content

Commit

Permalink
Update tracker/collector/trainer/twitterCollector.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cyhex committed Oct 25, 2011
1 parent ff45a44 commit 655d536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracker/collector/trainer/twitterCollector.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self,tweetsQ,stop_event):
self.c = 0

def collect(self):
stream = tweetstream.TrackStream(self.twitterUser, self.twitterPass ,keywords=self.trackingK, url='http://stream.twitter.com/1/statuses/filter.json')
stream = tweetstream.TrackStream(self.twitterUser, self.twitterPass ,keywords=self.trackingK, url='https://stream.twitter.com/1/statuses/filter.json')
for tweet in stream:

if self.c and self.c % 1000 == 0:
Expand Down

0 comments on commit 655d536

Please sign in to comment.