kumistatus/tweet.py

9 lines
132 B
Python
Raw Normal View History

2016-03-16 12:44:50 +00:00
#!/usr/bin/env python3
import twitools
if __name__ == "__main__":
two = twitools.twObject()
text = input("> ")
two.tweet(text)