def main(before, after, destination, channel_limit, message_limit): graph = create_app() run_extract(graph, destination, before, after, channel_limit, message_limit)
def setup(self): graph = create_app(testing=True) self.transformer = graph.activity_transformer
def setup(self): graph = create_app(testing=True) self.extractor = graph.activity_extractor self.dir_path = mkdtemp()
def setup(self): graph = create_app(testing=True) self.client = graph.discord_client
def main(input, destination): graph = create_app() run_transform(graph, input, destination)