Stops logging tweets and directly jumps to hashtags.

Will se later for an efficient way to save tweets too.
Probably a way that doesnt require database.
This commit is contained in:
Julien Lengrand-Lambert
2013-01-27 18:18:32 +01:00
parent ca833e8616
commit e27c53db82
3 changed files with 61 additions and 7 deletions

View File

@@ -26,8 +26,8 @@ class Trigger():
#Counter
print "Starting counter"
self.c = Counter(data.engine_url)
self.c.start()
#self.c = Counter(data.engine_url)
#self.c.start()
# FIXME: Must create a wrapper to display them all periodically here
# LeaderBoard
@@ -77,8 +77,8 @@ class Trigger():
print ""
print "Stopping Streamer"
self.h.stop()
print "Stopping Counter"
self.c.stop()
#print "Stopping Counter"
#self.c.stop()
#print "Stopping LeaderBoard"
#self.l.stop()
print "Stopping Command Line"