get_parser.add_argument("activity_suspicion",required=False,default=20,type=int,help="How many users per local post+comment to consider suspicious",location="args")
get_parser.add_argument("csv",required=False,type=bool,help="Set to true to return just the domains as a csv. Mutually exclusive with domains",location="args")
get_parser.add_argument("domains",required=False,type=bool,help="Set to true to return just the domains as a list. Mutually exclusive with csv",location="args")
get_parser.add_argument("Client-Agent",default="unknown:0:unknown",type=str,required=False,help="The client name and version.",location="headers")
get_parser.add_argument("endorsements",required=False,default=1,type=int,help="Limit to this amount of endorsements of more",location="args")
get_parser.add_argument("domain",required=False,type=str,help="Filter by instance domain",location="args")
get_parser.add_argument("csv",required=False,type=bool,help="Set to true to return just the domains as a csv. Mutually exclusive with domains",location="args")
get_parser.add_argument("domains",required=False,type=bool,help="Set to true to return just the domains as a list. Mutually exclusive with csv",location="args")