class Bot(object): # returns a list of Report objects def crawl(user): pass # post/boost Report object def post(user, report): pass