Created
July 13, 2011 09:29
-
-
Save KyeRussell/1079993 to your computer and use it in GitHub Desktop.
[JOKE] - Kye's Apple-related Tweet Algo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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