Changelogs
Update 0.8:
Module version on PYPI Repository is bumped to 0.4
More clean Code
Added
UserProtectedexception to identify if the user is privateAdded
placeattribute to theTweetAdded
cardattribute 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
cursorparameter 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 Founderror into_xlsx()methodFixed
NoneTypeerror when Card has no choicesAdded
is_quotedattribute toTweetAdded
quoted_tweetattribute toTweetAdded
quote_countsattribute toTweetAdded
vibeattribute toTweetAdded
is_possibly_sensitiveattribute toTweetAdded
usernameattribute toUserAdded
possibly_sensitiveattribute toUserAdded
pinned_tweetsattribute toUserEarly Adaptation to Twitter 2.0
Update 1.1:
Module version on PYPI Repository is bumped to 0.6.0
Moved from
requeststohttpxLot of Bug Fixes
Update 1.2:
Module version on PYPI Repository is bumped to 0.6.1
quoted_tweethas been fixedNew Attribute
bookmark_counthas been addedBug Fixes
Update 1.3:
Module version on PYPI Repository is bumped to 0.7
Early Cookies implementations
Now
get_tweetsaccept 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
tqdmfor download progressRemoved
to_dictin 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
wgetCompletely removed
to_dictmethodAdded
biodescriptionentitiesdateattributes toUserAdded
dateattribute toTweetAdded New
iter_tweetsmethods toTwitter, check iter_tweetsAdded New
iter_searchmethods 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_messagemethodsCookies are now necessary
Added
can_dmattributes toUserAdded
RateLimitReachednew ExceptionAdded New
Inbox,Conversation,Message,MentionAdded 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
TwitterClassAdded
sign_inmethod with session supportAdded
load_cookiesmethodPlease 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_messagecan now send files too (only images)Added
DeniedLoginExceptionAdded
create_tweetmethodAdded
get_bookmarks,iter_bookmarksmethodAdded
MozillaCookieJarsupport toload_cookiesmethodRemoved tqdm totally , you can now pass your own
progress_callbackfunctionPlease 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_incalledstartAdded New Exception
ActionRequiredReworked
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_userMethodsTweetThreadshas been renamed toSelfThreadsAdded new
ConversationThread,TweetRetweets,TweetLikesTypescommentsinTweetnow returns list ofConversationThreadObjectSession file format renamed to
tw_sessionphotos,videosSearchFilter has been merged and renamed toMediaAdded
reply_toargument tocreate_tweetPlease 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_tweetissueFixed the tweet`text` length issue
Added
alt_texttoMediaAdded
create_poolAdded
PoolReworked
Choicewait_timenow accepts iterableAdded
rich_textattribute toTweetFixed
SelfThreadnot able to parse the tweetAdded
load_auth_tokenmethod to AuthMethodsAdded
get_community,get_community_tweets,iter_community_tweet,get_community_members,iter_community_membersmethod to BotMethodsAdded
get_tweet_notifications,iter_tweet_notifications,enable_user_notification,disable_user_notification, method to UserMethodsAdded
Community,CommunityTweets,CommunityMembers,TweetNotificationsData 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
TwitterClass, do check full documentationAdded
best_streammethod toMediaClassAdded 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
ProtectedTweetExceptionAdded “tweet_edit_history” method
Fixed
InboxClassAdded
EditControlTypeAdded
SymbolTypeAdded
get_user_mediamethodAdded
iter_user_mediamethodAdded
is_liked,is_retweetedattributes toTweetclassAdded
get_next_pageandget_next_pagemethod toConversationclassAdded user id cache
Optimized the
BaseGeneratorClassSelfThread not being parsed is fixed
Fixed issue when no user returned in inbox requests
Added
get_topicmethodAdded
get_topic_tweetsmethodCreate Tweet now supports quoting a Tweet
Added
get_user_idmethodAdded
user_mentions,urls,hashtags,symbolsinMessageobjectAdded
get_mutual_followersmethodAdded
get_blocked_usersmethodAdded
get_tweet_analyticsmethodAdded
unlike_tweetmethodAdded
translate_tweetmethod
Pypi release 2.0
Module version on PYPI Repository is bumped to 2.0
Added Full Async Support
TwitterAsyncclass should be used from now on
Please do check the full documentation before upgrading
Pypi release 2.1
Module version on PYPI Repository is bumped to 2.1
Added Grok related methods
Bug Fixes
Improvements and Optimizations