0 Members and 1 Guest are viewing this topic.
#!/usr/bin/python#This tool just for fun#thanks : mywisdom, gunslinger_, flyff666, petimati, synlord(get your honey dude :p), jimmy, whitehat and you !#special made : devilzc0de#email : kecoak2004@yahoo.com#blog : http://devilz-kiddies.blogsport.com and http://kiddiescode.wordpress.com#forum thanks : devilzc0de, jasakom, antijasakom, void-labs, and all community#special thanks: for my lovely(verawati), you always beside me when im sad, fall and happyimport twitterimport time#twitter connectprint """#####################################################~|~ o_|__|_ _._ |~ _ ._ _ _ | _ /\ '| ## | \/\/| | | }_| |_(_)| |_\(_)|}_ \/ \/o | ## ## twitter console version 0.1 ## developed by kiddies A.k.A peneter #####################################################"""user_name = raw_input("please insert your username or email : ")pass_word = raw_input("please insert your password : ")try:connect = twitter.api(username = user_name, password = pass_word)print "your twitter account was connected"print "what do you wanna do ? "print "[1]Update your wall"print "[2]Look your frieds wall"choose = raw_input("coose 1 or 2 : ")if choose == "1":wall = raw_input("input your wall message : ")update = connect.PostUpdate(wall)print "your twitter wall have been updated : %s " % wallprint "Thanks for using Twitter Console"if choose == "2":wall_look = connect.GetFriends()for wall in wall_look:look = wall.screen_name + wall.status.texttime.sleep(50)print lookelse:print "[-]Back to Main Menu"except ImportError:print "Please check twitter module"print "Please check your Connection"print "Please check your username or password, may be those invalid"
Just wondering does the twitter api come included with python or do you need to download it
sudo apt-get install python-twitter
python -c "print ''.join(chr(x) for x in [int(oct(39)) + 2, 24 * 2, 313 % 203, 0x31, (2 ** 7) - 6, int('051'), (3 << 6) - 92])"