Hi Friends, I am planning do analyze the market trend using information provided by twitter for my project…
I have successfully connected using OAuth using python. But, I could not retrieve data using the command…
rec = twitter_stream.statuses.filter(track=‘walmart’)
Error:
File “/usr/lib/python2.7/urllib2.py”, line 527, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found
Please help me…
Basically, I need to need to gather general information relevant to product/shop/people feedback (mostly not related to my status or timeline)… suggestion are always welcome …
Thanks in advance !!!