2018-03-28 15:36:35 +00:00
|
|
|
class Bot(object):
|
|
|
|
# returns a list of Report objects
|
2018-03-28 20:12:57 +00:00
|
|
|
def crawl(self, user):
|
2018-03-28 15:36:35 +00:00
|
|
|
pass
|
|
|
|
|
|
|
|
# post/boost Report object
|
2018-03-28 20:12:57 +00:00
|
|
|
def post(self, user, report):
|
2018-03-28 15:36:35 +00:00
|
|
|
pass
|