How to Grab Streaming(Real Time) Data from Twitter using Python
I am newbie in Python and given a task from my boss to do this :
1. Grab streaming(real time) data from twitter using PyCurl connection and output in JSON
2. Parsing using NLTK and Regular Expression
3. Save it to database file(MySQL)
Is there anyone know how to grab a streaming data from twitter using the step above ?
If it is possible that you can give me a complete script for it, because i have a deadline from my office :(, after i will learn from your script :)