http://labfurwl6xt24teypo5hb7vjoyf3ituolpebdnfgvkqrt765mo6574qd.onion/Wardyn/wardyns-feditools/src/branch/trunk/generate_config.py
' , urlencode ( { ' response_type ' : ' code ' , ' client_id ' : client_id , ' redirect_uri ' : ' urn:ietf:wg:oauth:2.0:oob ' , ' scope ' : scopes } ) ) code = input ( " To generate a token to access your account, " + app_name + " needs an authorization code. Please authorize using the link above and enter the code it provides you \n Code: " ) response = session . post ( instance + ' /oauth/token ' , data = { ' grant_type ' : ' authorization_code ' , ' code ' : code , ' client_id ' :...