Commit Graph

7 Commits

Author SHA1 Message Date
Julien Lengrand-Lambert
913e1fde1b First version working in flask_stop. Add_hashtag and remove hashtags methods seem to work ok 2013-02-17 15:31:21 +01:00
Julien Lengrand-Lambert
e27c53db82 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.
2013-01-27 18:18:32 +01:00
Julien Lengrand-Lambert
e599f69588 Finishes to convert streamer to new system.
Next to be converted is counter
2013-01-22 11:26:58 +01:00
Julien Lengrand-Lambert
3c2f352688 closes all opened session in streamer.py 2013-01-19 12:33:27 +01:00
Julien Lengrand-Lambert
0bdd87fee9 User can now add and remove keywords using command line.
The counter doesn't seem to be blocking any more. Actually the blocking part was the print to the console and has been removed.

Next: Find a way for the leader board to have access to all keywords.
By writing it into the database ?? Or having some kind of global value for streaming?
Both sound quite logical.

FIXME : BTW, counter is also still working on a static list of keywords placed in data.
2013-01-11 14:54:38 +01:00
Julien Lengrand-Lambert
868e8d186c Adds mechanics to add/rm hashtags.
Also implements help message.

FIXME: Counter still seems to be blocking when crawling through all new tweets. How to solve that?

Next :
Connect mechanics  to actual processing
2013-01-11 14:49:07 +01:00
Julien Lengrand-Lambert
fe9c3f54b1 Starts working on command line utility to manage stream and counter. 2013-01-11 14:20:44 +01:00