In my project i want to access public timeline of twitter users using the oauth token which i have already stored in database. i tried using python-twitter app but it has some issues with Twitter api 1.1. the following is the issue i was facing with python-twitter :-
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "C:\Users\Teja\Envs\icon\Lib\site-packages\twitter.py", line 2301, in GetPublicTimeline
hashtags. [Optional]
File "C:\Users\Teja\Envs\icon\Lib\site-packages\twitter.py", line 620, in NewFromJsonDict
if 'user_mentions' in data['entities']:
AttributeError: 'unicode' object has no attribute 'get'
So Anyone can help me with this issue or suggest any other app by which i can access tweets?