I am newbie in Python and given a task from my boss to do this :
- Grab streaming data from twitter in JSON
- Parsing using NLTK and Regular Expression
- Save it to file base or database file, ok
Is there anyone know how to grab a streaming data from twitter using the step above ?
Your help would be very grateful :)