From 91062c4e48239151ca0a80c0f20f6d24bb593362 Mon Sep 17 00:00:00 2001 From: harcek Date: Fri, 7 Oct 2011 15:14:08 -0700 Subject: [PATCH] Updated A new and easy way to access Twitter data with Python. (textile) --- Home.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.textile b/Home.textile index 7dde63f..060dc77 100644 --- a/Home.textile +++ b/Home.textile @@ -5,8 +5,8 @@ Twython is a Python API wrapper for the Twitter REST API. from twython import Twython -# Create a Twython instance -# Note: For OAuth examples, see the included Django application. + \# Create a Twython instance + \# Note: For OAuth examples, see the included Django application. twitter = Twython() twitter.searchTwitter(q="bert")