コード例 #1
0
ファイル: views.py プロジェクト: KanwarGill/NewsInvestigator
def start_twitter_crawl():
    '''Add the crawl task into the task queue.'''
    return twitter_crawl()
コード例 #2
0
ファイル: views.py プロジェクト: KanwarGill/NewsInvestigator
def twitter_task():
    '''Start the twitter crawl task. Return the task id of the task.'''
    result = twitter_crawl()
    return jsonify(status='started')