Skip to content

Releases: d60/twikit

Version 1.3.4

20 Mar 11:34
@d60 d60
55bc133
Compare
Choose a tag to compare
version1.3.4

Update client.py

version 1.3.0

18 Mar 14:57
@d60 d60
329c4d9
Compare
Choose a tag to compare

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

17 Mar 06:20
@d60 d60
1d3a9b2
Compare
Choose a tag to compare

Two-factor authentication is now supported.

Version 1.2.4

10 Mar 14:01
@d60 d60
c919a4d
Compare
Choose a tag to compare

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