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