Releases: d60/twikit
Releases · d60/twikit
Version 1.3.10
version1.3.10 Add files via upload
Version 1.3.9
version1.3.9 Add files via upload
Version 1.3.4
version1.3.4 Update client.py
version 1.3.0
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.
Version 1.2.7
Two-factor authentication is now supported.
Version 1.2.4
Added full_text parameter to Tweet. When text is omitted, the full text is assigned to it.
Added retweeted_tweet parameter to Tweet class.