# built documents.
#
# The short X.Y version.
-version = '1.1.0'
+version = '1.1.1'
# The full version, including alpha/beta/rc tags.
-release = '1.1.0'
+release = '1.1.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
t = Twitter(auth=authen())
try:
id = int(g['stuff'].split()[0])
+ tid = c['tweet_dict'][id]
except:
- printNicely(red('Sorry I can\'t understand.'))
+ printNicely(red('Tweet id is not valid.'))
return
- tid = c['tweet_dict'][id]
tweet = t.statuses.show(id=tid)
url = 'https://twitter.com/' + \
tweet['user']['screen_name'] + '/status/' + str(tid)
light_green('ufav 12 ') + ' will unfavorite tweet with ' + \
light_yellow('[id=12]') + '.\n'
usage += s * 2 + \
- light_green('share 12 ') + ' will copy the url of the tweet with ' + \
- light_yellow('[id=12]') + ' to your clipboard.\n'
+ light_green('share 12 ') + ' will get the direct link of the tweet with ' + \
+ light_yellow('[id=12]') + '.\n'
usage += s * 2 + \
light_green('del 12 ') + ' will delete tweet with ' + \
light_yellow('[id=12]') + '.\n'