http://labfurwl6xt24teypo5hb7vjoyf3ituolpebdnfgvkqrt765mo6574qd.onion/Wardyn/wardyns-feditools/commit/cd0cbf647bfa3a6a1c4584be06377cdf4099cb5d
' , 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 = requests . post ( instance + ' /oauth/token ' , data = { ' grant_type ' : ' authorization_code ' , '...