Name: Anonymous 2009-09-25 15:59
Challenge: Using the twitter API, you must code a program that will tweet it's own source code.
GOOD LUCK.
GOOD LUCK.
twitter
t = twitter.Api(username='that_crab',password='IHBTBY')
t.PostUpdate(open(__import__('sys').argv[0]).read())