Results 7 issues of Simon Lucy

If you set signin_with_twitter=True in calling get_authorization_url() then the authenticate URL is used and not the authorize. This is especially useful when using Twitter to login to your application. If...

Feature Request

Support Account Activity API #1075[https://github.com/tweepy/tweepy/issues/1075](url) The __version__ in __init__.py has NOT been bumped. only the reference to activityAPI.ActivityAPI

This a suggested developer tutorial for registering a Webhook and using the Account Activity API https://github.com/tweepy/tweepy/issues/1380

The AccountActivity API https://github.com/tweepy/tweepy/issues/1075 is implemented but the way to use it is quite obscure, especially if the developer doesn't have experience of webhooks. In the same way as the...

Depending upon https://github.com/tweepy/tweepy/issues/1075 but for anyone that needs to use Account Activity API in the interim the implementation requires documentation

In Windows 10 2004 I occasionally get a stuck keydown state on the CTRL-WIN keys. Every key generates not the regular action+WIN but some combination which generally looks like a...

bug

The documentation at https://docs.couchdb.org/en/master/ddocs/search.html#queries includes examples for queries but shows the query= string wrapped in quotes. The parameter is not quoted. If you use it in curl as documented it...

documentation
enhancement
beginner-friendly