User:Inge Hoonte/captain tweet
< User:Inge Hoonte
Revision as of 08:48, 17 May 2011 by Inge Hoonte (talk | contribs) (Created page with "#!/usr/bin/python import twitter import time api = twitter.Api(username='...', password='...') print('Starting...') while 1 == 1: api.PostUpdate(getoutput('uptime')) ...")
- !/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)