I am newbie in Python and given a task from my boss to do this :
- Grab streaming data from twitter connect with pycurl and output in JSON
- Parsing using NLTK and Regular Expression
- Save it to database file(mySQL) or file base(txt)
Note : this is the url that i want to grab ('http://search.twitter.com/search.json?geocode=-0.789275%2C113.921327%2C1.0km&q=+near%3Aindonesia+within%3A1km&result_type=recent&rpp=10')
Is there anyone know how to grab a streaming data from twitter using the step above ?
Your help would be very grateful :)