Tweepy-mastodon

Latest version: v0.6.0

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 8

1.8

------------------------
<https://github.com/tweepy/tweepy/compare/1.7.1...1.8>

1.7.1

--------------------------
<https://github.com/tweepy/tweepy/compare/1.7...1.7.1>

1.7

------------------------
<https://github.com/tweepy/tweepy/compare/1.6...1.7>

1.6

------------------------
<https://github.com/tweepy/tweepy/compare/1.5...1.6>

1.5

------------------------
+ Models
- Added some new helper methods to List model
- User model
- Added lists_memberships, lists_subscriptions, and lists helpers
- Added followers_ids helper
- Added ModelFactory to replace 'models' dict in tweepy.models.
Extend this factory to plugin customized models then pass into API().
+ API
- lists(), lists_memberships(), and lists_subscriptions() now
take an "user" parameter for specifying which user to query.
+ OAuthHandler
- You may now pass in an optional 'secure' boolean to the
constructor which will use https for OAuth requests.
Ex: auth = OAuthHandler(token,secret,secure=True)
- Fallback to using 'twitter.com' instead of 'api.twitter.com'
for OAuth until issue 8 is resolved.

1.4

------------------------
+ Added people search API method. API.search_users()
+ Streaming API
- Moved parameters into POST body to prevent "head too big" errors.
- Stream can be run either asynchronously (threaded) or synchronously (blocks main thread).
By default Stream will run in sync. mode. To change this pass into the stream
method 'async=True'. Example:
s = Stream('test', 'password', MyListener())
s.sample(async=True) threaded mode
s.filter(track=['pizza']) synch./blocking mode
- Listener now has a "on_data" method which can be overridden to manually handle the
raw stream data.
+ tweepyshell
- allow using getpass for more secure password collection
new usage: tweepyshell <username> [password] <-- optional now
- enable debug mode with '-d' flag
+ API
- retweet() method now works correctly
- Added local trends method: trends_available() and trends_location()
- send_direct_message() now accepts either a user/screen_name/user_id for recipient of DM
- update_status() added 'source' parameter for Identi.ca
- create_list() and update_list() added 'description' parameter
+ tweepy.debug() enables httplib debug mode
+ New Sphinx documentation (Thanks Kumar!) in doc/
+ User model
- Fix timeline() to return correct timeline
- Remove mentions() method

Page 7 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.