Changelogs
Update 0.8:
Module version on PYPI Repository is bumped to 0.4
More clean Code
Added
UserProtected
exception to identify if the user is privateAdded
place
attribute to theTweet
Added
card
attribute to theTweet
Update 1.0:
Module version on PYPI Repository is bumped to 0.5
All Data Objects are JSON Serializable now (mostly)
UserTweets and Search has been reworked alot , more details All Available Functions
Now you can pass an additional
cursor
parameter to get_tweets and search functionsWhole directory structure has been reworked , please do check documentation before upgrading
Update 1.0.1:
Module version on PYPI Repository is bumped to 0.5.2
Fixed the
sheet not Found
error into_xlsx()
methodFixed
NoneType
error when Card has no choicesAdded
is_quoted
attribute toTweet
Added
quoted_tweet
attribute toTweet
Added
quote_counts
attribute toTweet
Added
vibe
attribute toTweet
Added
is_possibly_sensitive
attribute toTweet
Added
username
attribute toUser
Added
possibly_sensitive
attribute toUser
Added
pinned_tweets
attribute toUser
Early Adaptation to Twitter 2.0
Update 1.1:
Module version on PYPI Repository is bumped to 0.6.0
Moved from
requests
tohttpx
Lot of Bug Fixes
Update 1.2:
Module version on PYPI Repository is bumped to 0.6.1
quoted_tweet
has been fixedNew Attribute
bookmark_count
has been addedBug Fixes
Update 1.3:
Module version on PYPI Repository is bumped to 0.7
Early Cookies implementations
Now
get_tweets
accept the individual usernames, check get_user_infoAs search now requires user to be logged in , it will not work without cookies
Extended All Exceptions with some additional attributes , check exceptions
Removed
wget
, and added a custom implementation for downloadAdded
tqdm
for download progressRemoved
to_dict
in most methods , and all will be removed in futurePlease do check the full documentation before upgrading
Update 1.4:
Module version on PYPI Repository is bumped to 0.7.1
Fixed ‘TypeError: Union[arg, …]’
Completely Removed
wget
Completely removed
to_dict
methodAdded
bio
description
entities
date
attributes toUser
Added
date
attribute toTweet
Added New
iter_tweets
methods toTwitter
, check iter_tweetsAdded New
iter_search
methods toTwitter
, check iter_searchPlease do check the full documentation before upgrading
Update 1.5:
Module version on PYPI Repository is bumped to 0.8
Many bug fixes
Added new
get_mentions
,get_inbox
,send_message
methodsCookies are now necessary
Added
can_dm
attributes toUser
Added
RateLimitReached
new ExceptionAdded New
Inbox
,Conversation
,Message
,Mention
Added Event Listener
Please do check the full documentation before upgrading
Update 1.6:
Module version on PYPI Repository is bumped to 0.9
Many bug fixes
Updated the
Twitter
ClassAdded
sign_in
method with session supportAdded
load_cookies
methodPlease do check the full documentation before upgrading
Update 1.7:
Module version on PYPI Repository is bumped to 0.9.5
Fixed sign in issues
Session file can only be saved and loaded from different directory
Fixed the Proxy support , it would now work as expected.
send_message
can now send files too (only images)Added
DeniedLogin
ExceptionAdded
create_tweet
methodAdded
get_bookmarks
,iter_bookmarks
methodAdded
MozillaCookieJar
support toload_cookies
methodRemoved tqdm totally , you can now pass your own
progress_callback
functionPlease do check the full documentation before upgrading
Update 1.7.1:
Module version on PYPI Repository is bumped to 0.9.6
Fixed sign in issues once again
Please do check the full documentation before upgrading
Update 1.8:
Module version on PYPI Repository is bumped to 0.9.9
Added interactive version of
sign_in
calledstart
Added New Exception
ActionRequired
Reworked
tweet_detail
, it will be fixed nowAdded New
get_home_timeline
,iter_home_timeline
,get_tweet_likes
,iter_tweet_likes
,get_tweet_retweets
,iter_tweet_retweets
,like_tweet
,retweet_tweet
,follow_user
,unfollow_user
MethodsTweetThreads
has been renamed toSelfThreads
Added new
ConversationThread
,TweetRetweets
,TweetLikes
Typescomments
inTweet
now returns list ofConversationThread
ObjectSession file format renamed to
tw_session
photos
,videos
SearchFilter has been merged and renamed toMedia
Added
reply_to
argument tocreate_tweet
Please do check the full documentation before upgrading
Update 1.8.1:
Module version on PYPI Repository is bumped to 0.9.9.1
Fixed the Import Errors
Fixed the annotation Errors
Please do check the full documentation before upgrading
Update 1.9:
Module version on PYPI Repository is bumped to 0.9.9.5
Fixed tweet comments pagination
Added Video Upload Support
Fixed the
create_tweet
issueFixed the tweet`text` length issue
Added
alt_text
toMedia
Added
create_pool
Added
Pool
Reworked
Choice
wait_time
now accepts iterableAdded
rich_text
attribute toTweet
Fixed
SelfThread
not able to parse the tweetAdded
load_auth_token
method to AuthMethodsAdded
get_community
,get_community_tweets
,iter_community_tweet
,get_community_members
,iter_community_members
method to BotMethodsAdded
get_tweet_notifications
,iter_tweet_notifications
,enable_user_notification
,disable_user_notification
, method to UserMethodsAdded
Community
,CommunityTweets
,CommunityMembers
,TweetNotifications
Data TypesPlease do check the full documentation before upgrading
Update 2.0:
Module version on PYPI Repository is bumped to 1.0
Added many new methods to Base
Twitter
Class, do check full documentationAdded
best_stream
method toMedia
ClassAdded video upload
Many bug fixes
Please do check the full documentation before upgrading
Update 2.1:
Module version on PYPI Repository is bumped to 1.0.2
Lot of bug fixes and code improvements
…
Update 3.1
Module version on PYPI Repository is bumped to 1.0.9.6
Alot of Bug Fixes
Added
ProtectedTweet
ExceptionAdded “tweet_edit_history” method
Fixed
Inbox
ClassAdded
EditControl
TypeAdded
Symbol
TypeAdded
get_user_media
methodAdded
iter_user_media
methodAdded
is_liked
,is_retweeted
attributes toTweet
classAdded
get_next_page
andget_next_page
method toConversation
classAdded user id cache
Optimized the
BaseGeneratorClass
SelfThread not being parsed is fixed
Fixed issue when no user returned in inbox requests
Added
get_topic
methodAdded
get_topic_tweets
methodCreate Tweet now supports quoting a Tweet
Added
get_user_id
methodAdded
user_mentions
,urls
,hashtags
,symbols
inMessage
objectAdded
get_mutual_followers
methodAdded
get_blocked_users
methodAdded
get_tweet_analytics
methodAdded
unlike_tweet
methodAdded
translate_tweet
method