File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
#-----------------------------------------------------------------------------------------------------------------------
14
14
# These variables need to be updated to the setting that match how your Twitter App is set-up at
15
15
# https://developer.twitter.com/en/portal/dashboard. These will not change from run-by-run.
16
- client_id = 'dE5vYmJaa3o5QWRlNEt1T01DZ206MTpjaQ '
16
+ client_id = ''
17
17
#This must match *exactly* the redirect URL specified in the Developer Portal.
18
18
redirect_uri = "https://www.example.com"
19
19
#-----------------------------------------------------------------------------------------------------------------------
@@ -104,4 +104,4 @@ def main():
104
104
print (json .dumps (json .loads (response .text ), indent = 4 , sort_keys = True ))
105
105
106
106
if __name__ == "__main__" :
107
- main ()
107
+ main ()
You can’t perform that action at this time.
0 commit comments