commit: 1fb3e9c8d238436250ea1c9667c03713369f940b
parent: 516a22ebd3a0827bd8e8e4f9eaef66317a9905b6
Author: lanodan <lanodan.delta@free.fr>
Date: Thu, 12 Feb 2015 12:45:51 +0100
Updating _help()
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/twitter/tweet.py b/twitter/tweet.py
@@ -15,7 +15,11 @@ def _help():
print('Favorite: /<f|fav|favorite> <tweet_id>')
print('Retweet: /<rt|retweet> <tweet_id>')
print('Favorite & Retweet: /<frt|favrt> <tweet_id>')
- print('Search: /<search|?> <search_string>')
+ print('Reply: /<re|reply> <tweet_id> <status>')
+ print('Delete: /<del|delete|destroy> <tweet_id>')
+ print('NSFW: /nsfw <status>')
+ print('Image Upload: /upload <tweet_id>')
+# print('Search: /<search|?> <search_string>') I’ll be implemented with curses interface
print('To tweet just put it without any command. Image uploading not supported yet')
print('Protip: To send a direct message prepend MS @<name> or M$ @<name>')