Sorry, but I am having problems implementing Oauth in my python project for my application.
I worked from http://github.com/tav/tweetapp , but I donโt think I have a strong enough grip on this platform to understand how to implement this class in my main.py I am creating the rest of my application.
This may be a failed attempt, but here is what I still have:
twa = twitter_auth
client = twa.OAuthClient('twitter')
I created the source folder in my project called twitter_auth and it contains a file inside it called twitter_auth.py that contains the above linked library and a file called __ init __. Py (without a space) that is completely empty.
I really don't know what to do next: /
source
share