Skip to content

Version 1.3.13

Compare
Choose a tag to compare
@d60 d60 released this 24 Mar 05:18
· 177 commits to main since this release
f6742ea

Version 1.3.13

  • Added Tweet.related_tweet

  • Added Poll class and Tweet.poll
    Example:

>>> tweet_id = '0000000000000'
>>> tweet = client.get_tweet_by_id(tweet_id)
>>> print(tweet.poll)
<Poll id="card://000000000000000000">

>>> poll.vote('3')  # Vote for the third choice.