Download Latest Version v2.1.4 source code.tar.gz (11.7 MB)
Email in envelope

Get an email when there's a new version of Mastodon.py

Home / v2.1.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-08-17 2.0 kB
v2.1.0 source code.tar.gz 2025-08-17 11.7 MB
v2.1.0 source code.zip 2025-08-17 12.0 MB
Totals: 3 Items   23.7 MB 0
  • Bumped support level to 4.4.3
  • Fixed to_json breaking on python 3.14 (Thanks @limburgher for the report)
  • Replaced pytest-vcr (deprecated) with pytest-recording (Thanks @CyberTailor)
  • Improved timeline documentation (Thanks @adamse)
  • Improved docs for stream_healthy (thanks @codl)
  • Add offset parameter to trending_tags and trending_links (Thanks @ghost)
  • Added support for retrieving API version and a warning for if it is not present despite the mastodon version suggesting it should be.
  • Added support for retrieving OAuth authorization server info
  • Added check for supported password grant type based on authorization server info (Thanks @thisismissem for the suggestion)
  • Added support for alternate OAuth URLs based on the authorization server info
  • Added pagination iteraton via pagination_iterator (Thanks @FredericoCeratto for the suggestion)
  • Added a way to get pagination info out of lists that is slightly less digging-around-in-internals via get_pagination_info (Thanks @s427 for the inciting report)
  • Added missing replies_policy and exclusive parameters to list creation and update methods.
  • Add status length counter get_status_length (Thanks @yuletide for the suggestion and @cheeaun for the assistance)
  • Fix notifications returning nonsense when passing a single id (Thanks @chinchalinchin for the report)
  • Fix moved accidentally being named moved_to_account (Thanks @unusualevent for the report)
  • Added a warning for deprecated endpoints if the "deprecation" header is present
  • Added oauth_userinfo endpoint.
  • Added delete_media parameter to status_delete.
  • Added standard parameter to push_subscription_set.
  • Added attribution_domains parameter to account_update_credentials.
  • Added date_of_birth parameter to create_account.
  • Added account_endorse and account_unendorse methods (replacing "pin" methods)
  • Added tag_feature and tag_unfeature methods (replacing previous featured tag api)
  • Added instance_terms_of_service method.
Source: README.md, updated 2025-08-17