twikit

Twitter API Scraper | Without an API key | Twitter Internal API | Free | Twitter scraper | Twitter Bot

MIT License

Downloads
19.5K
Stars
659
twikit - Version 1.3.14

Published by d60 7 months ago

twikit - Version 1.3.13

Published by d60 7 months ago

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.
twikit - Version 1.3.10

Published by d60 7 months ago

twikit - Version 1.3.9

Published by d60 7 months ago

twikit - Version 1.3.4

Published by d60 7 months ago

twikit - version 1.3.0

Published by d60 7 months ago

Version 1.3.0 has been released.

Major Changes

Major changes have been made to Client.upload_media. The changes are as follows:

1. Changes to the arguments

index argument has been removed, and wait_for_completion and status_check_interval have been added.

2. Chunk uploads are now supported

This allows for uploading larger files.

This change will cause an error with the previous code, so please make the change.
For more details and usage examples, please refer to the documentation.

twikit - Version 1.2.7

Published by d60 8 months ago

Two-factor authentication is now supported.

twikit - Version 1.2.4

Published by d60 8 months ago

Added full_text parameter to Tweet. When text is omitted, the full text is assigned to it.
Added retweeted_tweet parameter to Tweet class.

Package Rankings
Top 37.8% on Pypi.org
Badges
Extracted from project README
Tweet Discord BuyMeACoffee