http://labfurwl6xt24teypo5hb7vjoyf3ituolpebdnfgvkqrt765mo6574qd.onion/Wardyn/wardyns-feditools/src/branch/trunk/generate_config.py
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 ' : client_id , ' client_secret ' : client_secret , ' redirect_uri ' : ' urn:ietf:wg:oauth:2.0:oob ' , ' scope ' : scopes } ) config [ ' user_token ' ] = response . json ( ) [ ' access_token ' ] with open ( os . path . join ( parent , ' config.json ' ) , ' w ' ) as config_file :...