CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
Mastodon.py.egg-info/PKG-INFO
Mastodon.py.egg-info/SOURCES.txt
Mastodon.py.egg-info/dependency_links.txt
Mastodon.py.egg-info/requires.txt
Mastodon.py.egg-info/top_level.txt
docs/01_general.rst
docs/02_return_values.rst
docs/03_errors.rst
docs/04_auth.rst
docs/05_statuses.rst
docs/06_accounts.rst
docs/07_timelines.rst
docs/08_instances.rst
docs/09_notifications.rst
docs/10_streaming.rst
docs/11_misc.rst
docs/12_utilities.rst
docs/13_admin.rst
docs/14_contributing.rst
docs/15_everything.rst
docs/Makefile
docs/conf.py
docs/index.rst
docs/update_everything_page.sh
mastodon/Mastodon.py
mastodon/__init__.py
mastodon/accounts.py
mastodon/admin.py
mastodon/authentication.py
mastodon/compat.py
mastodon/conversations.py
mastodon/defaults.py
mastodon/endorsements.py
mastodon/errors.py
mastodon/favourites.py
mastodon/filters.py
mastodon/hashtags.py
mastodon/instance.py
mastodon/internals.py
mastodon/lists.py
mastodon/media.py
mastodon/notifications.py
mastodon/polls.py
mastodon/preferences.py
mastodon/push.py
mastodon/py.typed
mastodon/relationships.py
mastodon/reports.py
mastodon/return_types.py
mastodon/search.py
mastodon/statuses.py
mastodon/streaming.py
mastodon/streaming_endpoints.py
mastodon/suggestions.py
mastodon/timeline.py
mastodon/trends.py
mastodon/types_base.py
mastodon/utility.py
mastodon/versions.py
tests/README.markdown
tests/__init__.py
tests/amewatson.jpg
tests/conftest.py
tests/image.jpg
tests/setup.sql
tests/test_account.py
tests/test_admin.py
tests/test_admin_trends.yaml
tests/test_auth.py
tests/test_blurhash.py
tests/test_bookmarks.py
tests/test_constructor.py
tests/test_create_app.py
tests/test_domain_blocks.py
tests/test_entities.py
tests/test_errors.py
tests/test_filters.py
tests/test_follow_requests.py
tests/test_hooks.py
tests/test_instance.py
tests/test_lists.py
tests/test_markers.py
tests/test_media.py
tests/test_notifications.py
tests/test_pagination.py
tests/test_polls.py
tests/test_push.py
tests/test_reports.py
tests/test_search.py
tests/test_status.py
tests/test_streaming.py
tests/test_timeline.py
tests/test_trends.py
tests/test_zzz_revoke.py
tests/video.mp4
tests/cassettes/test_account.yaml
tests/cassettes/test_account_block_unblock.yaml
tests/cassettes/test_account_familiar_followers.yaml
tests/cassettes/test_account_follow_unfollow.yaml
tests/cassettes/test_account_followers.yaml
tests/cassettes/test_account_following.yaml
tests/cassettes/test_account_lookup.yaml
tests/cassettes/test_account_mute_unmute.yaml
tests/cassettes/test_account_notes.yaml
tests/cassettes/test_account_pin_unpin.yaml
tests/cassettes/test_account_pinned.yaml
tests/cassettes/test_account_relationships.yaml
tests/cassettes/test_account_remove_from_followers.yaml
tests/cassettes/test_account_search.yaml
tests/cassettes/test_account_update_credentials.yaml
tests/cassettes/test_account_update_credentials_no_avatar.yaml
tests/cassettes/test_account_update_credentials_no_header.yaml
tests/cassettes/test_account_update_credentials_too_many_fields.yaml
tests/cassettes/test_accounts.yaml
tests/cassettes/test_admin_accounts.yaml
tests/cassettes/test_admin_accounts_v1.yaml
tests/cassettes/test_admin_accounts_v2.yaml
tests/cassettes/test_admin_canonical_email_block.yaml
tests/cassettes/test_admin_domain_blocks.yaml
tests/cassettes/test_admin_email_domain_blocks.yaml
tests/cassettes/test_admin_ip_blocks.yaml
tests/cassettes/test_admin_moderation.yaml
tests/cassettes/test_admin_reports.yaml
tests/cassettes/test_admin_stats.yaml
tests/cassettes/test_admin_trends.yaml
tests/cassettes/test_app_account_create.yaml
tests/cassettes/test_app_account_create_invalid.yaml
tests/cassettes/test_app_verify_credentials.yaml
tests/cassettes/test_attribute_access.yaml
tests/cassettes/test_blocks.yaml
tests/cassettes/test_bookmarks.yaml
tests/cassettes/test_conversations.yaml
tests/cassettes/test_date_hook.yaml
tests/cassettes/test_directory.yaml
tests/cassettes/test_domain_block_unblock.yaml
tests/cassettes/test_domain_blocks.yaml
tests/cassettes/test_emoji.yaml
tests/cassettes/test_favourites.yaml
tests/cassettes/test_featured_tags.yaml
tests/cassettes/test_fetch_next_previous.yaml
tests/cassettes/test_fetch_next_previous_after_persist.yaml
tests/cassettes/test_fetch_next_previous_from_pagination_info.yaml
tests/cassettes/test_fetch_remaining.yaml
tests/cassettes/test_follow_request_authorize.yaml
tests/cassettes/test_follow_request_reject.yaml
tests/cassettes/test_follow_requests.yaml
tests/cassettes/test_follow_suggestions.yaml
tests/cassettes/test_follow_with_notify_reblog.yaml
tests/cassettes/test_followed_hashtags.yaml
tests/cassettes/test_grouped_notification_pagination.yaml
tests/cassettes/test_grouped_notifications.yaml
tests/cassettes/test_hashtag_tl.yaml
tests/cassettes/test_health.yaml
tests/cassettes/test_home_tl.yaml
tests/cassettes/test_home_tl_anonymous_throws.yaml
tests/cassettes/test_id_hook.yaml
tests/cassettes/test_id_hook_in_reply_to.yaml
tests/cassettes/test_id_hook_within_reblog.yaml
tests/cassettes/test_instance.yaml
tests/cassettes/test_instance_activity.yaml
tests/cassettes/test_instance_domain_blocks.yaml
tests/cassettes/test_instance_extended_description.yaml
tests/cassettes/test_instance_languages.yaml
tests/cassettes/test_instance_peers.yaml
tests/cassettes/test_instance_rules.yaml
tests/cassettes/test_instance_v1.yaml
tests/cassettes/test_lang_for_errors.yaml
tests/cassettes/test_list_add_remove_account.yaml
tests/cassettes/test_list_by_account.yaml
tests/cassettes/test_list_create.yaml
tests/cassettes/test_list_timeline.yaml
tests/cassettes/test_list_update.yaml
tests/cassettes/test_log_in_password.yaml
tests/cassettes/test_log_in_password_incorrect.yaml
tests/cassettes/test_log_in_password_to_file.yaml
tests/cassettes/test_markers.yaml
tests/cassettes/test_media_post[False].yaml
tests/cassettes/test_media_post[True].yaml
tests/cassettes/test_media_post_file.yaml
tests/cassettes/test_media_post_multiple.yaml
tests/cassettes/test_media_post_pathlib.yaml
tests/cassettes/test_media_update.yaml
tests/cassettes/test_min_max_id.yaml
tests/cassettes/test_min_max_id_datetimes.yaml
tests/cassettes/test_min_max_id_datetimes_datetimeobjects.pkl
tests/cassettes/test_mutes.yaml
tests/cassettes/test_nodeinfo.yaml
tests/cassettes/test_notification_requests_accept.yaml
tests/cassettes/test_notifications.yaml
tests/cassettes/test_notifications_clear.yaml
tests/cassettes/test_notifications_dismiss.yaml
tests/cassettes/test_notifications_exclude_and_types.yaml
tests/cassettes/test_notifications_exclude_types.yaml
tests/cassettes/test_notifications_mentions_only.yaml
tests/cassettes/test_notifications_policy.yaml
tests/cassettes/test_notifications_types.yaml
tests/cassettes/test_poll_illegal_vote.yaml
tests/cassettes/test_polls.yaml
tests/cassettes/test_preferences.yaml
tests/cassettes/test_public_tl.yaml
tests/cassettes/test_public_tl_anonymous.yaml
tests/cassettes/test_push_delete.yaml
tests/cassettes/test_push_set.yaml
tests/cassettes/test_push_update.yaml
tests/cassettes/test_report.yaml
tests/cassettes/test_scheduled_status.yaml
tests/cassettes/test_scheduled_status_datetimeobjects.pkl
tests/cassettes/test_search.yaml
tests/cassettes/test_server_time.yaml
tests/cassettes/test_server_time_datetimeobjects.pkl
tests/cassettes/test_status.yaml
tests/cassettes/test_status_card.yaml
tests/cassettes/test_status_context.yaml
tests/cassettes/test_status_edit.yaml
tests/cassettes/test_status_empty.yaml
tests/cassettes/test_status_fav_unfav.yaml
tests/cassettes/test_status_favourited_by.yaml
tests/cassettes/test_status_missing.yaml
tests/cassettes/test_status_mute_unmute.yaml
tests/cassettes/test_status_pin_unpin.yaml
tests/cassettes/test_status_post[Content warning-None].yaml
tests/cassettes/test_status_post[Content warning-direct].yaml
tests/cassettes/test_status_post[Content warning-private].yaml
tests/cassettes/test_status_post[Content warning-public].yaml
tests/cassettes/test_status_post[Content warning-unlisted].yaml
tests/cassettes/test_status_post[None-None].yaml
tests/cassettes/test_status_post[None-direct].yaml
tests/cassettes/test_status_post[None-private].yaml
tests/cassettes/test_status_post[None-public].yaml
tests/cassettes/test_status_post[None-unlisted].yaml
tests/cassettes/test_status_reblog_unreblog.yaml
tests/cassettes/test_status_reblog_visibility.yaml
tests/cassettes/test_status_reblogged_by.yaml
tests/cassettes/test_status_reply.yaml
tests/cassettes/test_status_translate.yaml
tests/cassettes/test_status_update_with_media_edit.yaml
tests/cassettes/test_stream_direct.yaml
tests/cassettes/test_stream_healthy.yaml
tests/cassettes/test_stream_user_direct.yaml
tests/cassettes/test_stream_user_local.yaml
tests/cassettes/test_suggested_tags.yaml
tests/cassettes/test_timeline_link_fails.yaml
tests/cassettes/test_toot.yaml
tests/cassettes/test_translation_languages.yaml
tests/cassettes/test_trending_links.yaml
tests/cassettes/test_trending_statuses.yaml
tests/cassettes/test_trending_tags.yaml
tests/cassettes/test_unauthed_home_tl_throws.yaml
tests/cassettes/test_url_errors.yaml
tests/cassettes/test_v2_filters_keywords.yaml
tests/cassettes/test_v2_filters_statuses.yaml
tests/cassettes/test_verify_credentials.yaml
tests/cassettes/test_verify_version.yaml
tests/cassettes/test_zzz_revoke.yaml
tests/cassettes_entity_tests/test_entity_account.yaml
tests/cassettes_entity_tests/test_entity_accountcreationerror.yaml
tests/cassettes_entity_tests/test_entity_accountcreationerrordetails.yaml
tests/cassettes_entity_tests/test_entity_accountcreationerrordetailsfield.yaml
tests/cassettes_entity_tests/test_entity_accountfield.yaml
tests/cassettes_entity_tests/test_entity_activity.yaml
tests/cassettes_entity_tests/test_entity_announcement.yaml
tests/cassettes_entity_tests/test_entity_application.yaml
tests/cassettes_entity_tests/test_entity_context.yaml
tests/cassettes_entity_tests/test_entity_conversation.yaml
tests/cassettes_entity_tests/test_entity_credentialaccountsource.yaml
tests/cassettes_entity_tests/test_entity_customemoji.yaml
tests/cassettes_entity_tests/test_entity_domainblock.yaml
tests/cassettes_entity_tests/test_entity_extendeddescription.yaml
tests/cassettes_entity_tests/test_entity_familiarfollowers.yaml
tests/cassettes_entity_tests/test_entity_featuredtag.yaml
tests/cassettes_entity_tests/test_entity_filter.yaml
tests/cassettes_entity_tests/test_entity_filterkeyword.yaml
tests/cassettes_entity_tests/test_entity_filterresult.yaml
tests/cassettes_entity_tests/test_entity_filterstatus.yaml
tests/cassettes_entity_tests/test_entity_filterv2.yaml
tests/cassettes_entity_tests/test_entity_groupednotificationsresults.yaml
tests/cassettes_entity_tests/test_entity_instance.yaml
tests/cassettes_entity_tests/test_entity_instanceaccountconfiguration.yaml
tests/cassettes_entity_tests/test_entity_instanceconfiguration.yaml
tests/cassettes_entity_tests/test_entity_instanceconfigurationv2.yaml
tests/cassettes_entity_tests/test_entity_instancecontact.yaml
tests/cassettes_entity_tests/test_entity_instanceicon.yaml
tests/cassettes_entity_tests/test_entity_instancemediaconfiguration.yaml
tests/cassettes_entity_tests/test_entity_instancepollconfiguration.yaml
tests/cassettes_entity_tests/test_entity_instanceregistrations.yaml
tests/cassettes_entity_tests/test_entity_instancestatistics.yaml
tests/cassettes_entity_tests/test_entity_instancestatusconfiguration.yaml
tests/cassettes_entity_tests/test_entity_instancethumbnail.yaml
tests/cassettes_entity_tests/test_entity_instancethumbnailversions.yaml
tests/cassettes_entity_tests/test_entity_instancetranslationconfiguration.yaml
tests/cassettes_entity_tests/test_entity_instanceurls.yaml
tests/cassettes_entity_tests/test_entity_instanceurlsv2.yaml
tests/cassettes_entity_tests/test_entity_instanceusage.yaml
tests/cassettes_entity_tests/test_entity_instanceusageusers.yaml
tests/cassettes_entity_tests/test_entity_instancev2.yaml
tests/cassettes_entity_tests/test_entity_instancevapidkey.yaml
tests/cassettes_entity_tests/test_entity_marker.yaml
tests/cassettes_entity_tests/test_entity_mediaattachment.yaml
tests/cassettes_entity_tests/test_entity_mediaattachmentaudiometadata.yaml
tests/cassettes_entity_tests/test_entity_mediaattachmentcolors.yaml
tests/cassettes_entity_tests/test_entity_mediaattachmentfocuspoint.yaml
tests/cassettes_entity_tests/test_entity_mediaattachmentimagemetadata.yaml
tests/cassettes_entity_tests/test_entity_mediaattachmentmetadatacontainer.yaml
tests/cassettes_entity_tests/test_entity_mediaattachmentvideometadata.yaml
tests/cassettes_entity_tests/test_entity_nodeinfo.yaml
tests/cassettes_entity_tests/test_entity_nodeinfometadata.yaml
tests/cassettes_entity_tests/test_entity_nodeinfoservices.yaml
tests/cassettes_entity_tests/test_entity_nodeinfosoftware.yaml
tests/cassettes_entity_tests/test_entity_nodeinfousage.yaml
tests/cassettes_entity_tests/test_entity_nodeinfousageusers.yaml
tests/cassettes_entity_tests/test_entity_notification.yaml
tests/cassettes_entity_tests/test_entity_notificationgroup.yaml
tests/cassettes_entity_tests/test_entity_notificationpolicy.yaml
tests/cassettes_entity_tests/test_entity_notificationpolicysummary.yaml
tests/cassettes_entity_tests/test_entity_partialaccountwithavatar.yaml
tests/cassettes_entity_tests/test_entity_poll.yaml
tests/cassettes_entity_tests/test_entity_polloption.yaml
tests/cassettes_entity_tests/test_entity_preferences.yaml
tests/cassettes_entity_tests/test_entity_previewcard.yaml
tests/cassettes_entity_tests/test_entity_previewcardauthor.yaml
tests/cassettes_entity_tests/test_entity_reaction.yaml
tests/cassettes_entity_tests/test_entity_relationship.yaml
tests/cassettes_entity_tests/test_entity_role.yaml
tests/cassettes_entity_tests/test_entity_rule.yaml
tests/cassettes_entity_tests/test_entity_scheduledstatus.yaml
tests/cassettes_entity_tests/test_entity_scheduledstatusparams.yaml
tests/cassettes_entity_tests/test_entity_searchv2.yaml
tests/cassettes_entity_tests/test_entity_status.yaml
tests/cassettes_entity_tests/test_entity_statusedit.yaml
tests/cassettes_entity_tests/test_entity_statusmention.yaml
tests/cassettes_entity_tests/test_entity_statussource.yaml
tests/cassettes_entity_tests/test_entity_suggestion.yaml
tests/cassettes_entity_tests/test_entity_supportedlocale.yaml
tests/cassettes_entity_tests/test_entity_tag.yaml
tests/cassettes_entity_tests/test_entity_taghistory.yaml
tests/cassettes_entity_tests/test_entity_trendinglinkhistory.yaml
tests/cassettes_entity_tests/test_entity_unreadnotificationscount.yaml
tests/cassettes_entity_tests/test_entity_userlist.yaml
tests/cassettes_entity_tests/test_entity_webpushsubscription.yaml
tests/cassettes_entity_tests/test_entity_webpushsubscriptionalerts.yaml
tests/cassettes_old_pagination/test_fetch_next_previous.yaml
tests/cassettes_old_pagination/test_fetch_next_previous_from_pagination_info.yaml
tests/cassettes_pre_2_9_2/test_notifications_dismiss.yaml
tests/cassettes_pre_2_9_2/test_search.yaml
tests/cassettes_pre_2_9_2/test_status_card.yaml
tests/cassettes_pre_4_0_0/test_filter_clientside.yaml
tests/cassettes_pre_4_0_0/test_filter_create.yaml
tests/cassettes_pre_4_0_0/test_filter_serverside.yaml
tests/cassettes_pre_4_0_0/test_filter_update.yaml
tests/cassettes_pre_4_0_0/test_media_post.yaml
tests/cassettes_special/test_scheduled_status_long_datetimeobjects.pkl
tests/cassettes_special/test_scheduled_status_long_part1.yaml
tests/cassettes_special/test_scheduled_status_long_part2.yaml
tests/cassettes_special/test_scheduled_status_long_text.pkl