mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-04-06 03:42:29 -04:00
TWBlue has access to the direct messages on all accounts
This commit is contained in:
parent
75f494fc5a
commit
d8149a4c96
@ -39,7 +39,7 @@ class twitter(object):
|
|||||||
|
|
||||||
def authorise(self):
|
def authorise(self):
|
||||||
httpd = BaseHTTPServer.HTTPServer(('127.0.0.1', 8080), handler)
|
httpd = BaseHTTPServer.HTTPServer(('127.0.0.1', 8080), handler)
|
||||||
twitter = Twython(application.app_key, application.app_secret)
|
twitter = Twython(application.app_key, application.app_secret, auth_endpoint='authorize')
|
||||||
auth = twitter.get_authentication_tokens("http://127.0.0.1:8080")
|
auth = twitter.get_authentication_tokens("http://127.0.0.1:8080")
|
||||||
webbrowser.open_new_tab(auth['auth_url'])
|
webbrowser.open_new_tab(auth['auth_url'])
|
||||||
global logged, verifier
|
global logged, verifier
|
||||||
|
Loading…
x
Reference in New Issue
Block a user