Beispiel #1
0
def crawl(request, username=None):
    """Given some twitter username get all the tweets since some specific date"""
    Tweet.crawl_for(username)
    return HttpResponse("OK")
Beispiel #2
0
def crawl(request, username=None):
    Tweet.crawl_for(username)
    return HttpResponse("OK")