Skip to content

Instantly share code, notes, and snippets.

@KyeRussell
Created July 13, 2011 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KyeRussell/1079993 to your computer and use it in GitHub Desktop.
Save KyeRussell/1079993 to your computer and use it in GitHub Desktop.
[JOKE] - Kye's Apple-related Tweet Algo
from twitter import user, tweet
Kye = twitter.userbase.new("KyeRussell", "Kye Russell")
while True:
if Kye.is_tweeting = True:
Kye.tweeting_about = 'Apple'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment