We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
Thanks for all the work on this module.
I have created an example of using the module with OAuth2 public clients. The example code is here in a gist.
The script itself will 'Unlike' all of a user's liked Tweets. So run as-is with caution.
The interesting bit is the WrappedPyTwitterAPI subclass of pytwitter.Api.
The example will handle a few things I did not see in other examples
Hope this is helpful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
Thanks for all the work on this module.
I have created an example of using the module with OAuth2 public clients. The example code is here in a gist.
The script itself will 'Unlike' all of a user's liked Tweets. So run as-is with caution.
The interesting bit is the WrappedPyTwitterAPI subclass of pytwitter.Api.
The example will handle a few things I did not see in other examples
Hope this is helpful.
The text was updated successfully, but these errors were encountered: