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