User:Inge Hoonte/captain tweet
< User:Inge Hoonte
Revision as of 08:49, 17 May 2011 by Inge Hoonte (talk | contribs)
#!/usr/bin/python import twitter import time api = twitter.Api(username='...', password='...') print('Starting...') while 1 == 1: api.PostUpdate(getoutput('uptime')) print(getoutput('uptime')) time.sleep(3600)