http://labfurwl6xt24teypo5hb7vjoyf3ituolpebdnfgvkqrt765mo6574qd.onion/Wardyn/wardyns-feditools/src/branch/trunk/fedisearch.py
Session ( ) session . headers . update ( { " Authorization " : " Bearer " + config [ ' user_token ' ] } ) # Initialize arguments parser = ArgumentParser ( description = ' Search a fedi users posts for a specific word or phrase ' ) parser . add_argument ( ' -c ' , ' --case ' , action = ' store_const ' , const = True , help = ' Match string as case sensitive ' , default = False , dest = ' case ' ) parser . add_argument ( ' -d ' , ' --dms ' , action = ' store_const ' , const = True , help = ' Include DMs ' ,...