From f08d035bf7c4f74ae195dd4c157f8977b5020847 Mon Sep 17 00:00:00 2001 From: Ed Ceaser Date: Sun, 21 Oct 2012 13:12:36 -0700 Subject: [PATCH] change the twitter base url to api v1 --- plugins/twitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/twitter.py b/plugins/twitter.py index 68238e3..82b4e56 100644 --- a/plugins/twitter.py +++ b/plugins/twitter.py @@ -47,7 +47,7 @@ def twitter(inp): return 'error: no replies to %s found' % inp inp = reply_inp - url = 'http://twitter.com' + url = 'http://api.twitter.com/1' getting_nth = False getting_id = False searching_hashtag = False