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)

Note : i took the data from this url : ('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 ?
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 :)

Your help would be very grateful :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.