http://labfurwl6xt24teypo5hb7vjoyf3ituolpebdnfgvkqrt765mo6574qd.onion/Wardyn/wardyns-feditools/src/branch/trunk/highestpost.py
, params={'q':account, 'type':'accounts'}).json()['accounts'][0]['id'] while True : statuses = session . get ( config [ ' instance ' ] + ' /api/v1/accounts/ ' + acc_id + ' /statuses ' , params = { " max_id " : oldest_status_id , " limit " : 40 , " exclude_reblogs " : True } ) . json ( ) try : oldest_status_id = statuses [ - 1 ] [ ' id ' ] except IndexError : print ( ' Reached end of posts ' ) quit ( ) for status in statuses : status_score = status [ ' reblogs_count ' ] + status [ ' favourites_count ' ] if...