diff options
author | root <root@telnet.shack> | 2010-12-28 21:23:57 +0100 |
---|---|---|
committer | root <root@telnet.shack> | 2010-12-28 21:23:57 +0100 |
commit | 691cb5ba3d5d22d15b2894572c83eac58a21dccb (patch) | |
tree | 95971de39a5a9e4e92289565c8eef2fc08b02780 /modules/twitter | |
parent | d9961c9d04abd9e15cd1a3035dab6b94bae30a6f (diff) |
disabled the twitter module: it need oauth
Diffstat (limited to 'modules/twitter')
-rwxr-xr-x | modules/twitter | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/twitter b/modules/twitter index 49d092fb..5b1b0be9 100755 --- a/modules/twitter +++ b/modules/twitter @@ -1,6 +1,10 @@ #!/usr/bin/python #encode=utf8 +print "[31;4;5;1mBug Robert to implement Twitter-OAuth![m" +exit(1) + + import sys, twitter sys.stderr = sys.stdout @@ -57,7 +61,6 @@ if len(sys.argv) > 1 and sys.argv[1] == "--help": - api = twitter.Api(username="shackspam", password="sh4ckit") #api.SetXTwitterHeaders("Shackspace UTTERANCE","","0.00.0.01.42") |