diff --git a/TwitterBot.py b/TwitterBot.py index 88dbeb6..5390cb9 100644 --- a/TwitterBot.py +++ b/TwitterBot.py @@ -9,11 +9,6 @@ import simplejson import twitter -consumer_key = 'Y6dSH82jVCQvVzrkjk3JQ' -consumer_secret = '4XykXa3D2eqk6pTI8UDUKgjt3GBEV3GYqaKuFe0jD2A' -access_token_key = '983701741-kX9UNcOHw5nY2eDoW0vOJQdVRYtI6dwd2bzASCoD' -access_token_secret = 'eZyBJ5xSBrEZio3NX3Rf99wMlTWJheIhEezPu7BQ4s' - def searchTweets(query): search = urllib.urlopen("http://search.twitter.com/search.json?q="+query) dict = simplejson.loads(search.read())