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("user_to_post_ratio",required=False,default=20,type=int,help="The amount of local users / amount of local posts to consider suspicious",location="args")
post_parser.add_argument("Client-Agent",default="unknown:0:unknown",type=str,required=False,help="The client name and version.",location="headers")
post_parser.add_argument("user_to_post_ratio",required=False,default=20,type=int,help="The amount of local users / amount of local posts to consider suspicious",location="json")
post_parser.add_argument("whitelist",type=list,required=False,help="Workers to whitelist even if we think they're suspicious",location="json")
post_parser.add_argument("blacklist",type=list,required=False,help="Extra workers to blacklist.",location="json")