Skip to content

MastoWrapper/MastoWrapper

Repository files navigation

MastoWrapper

home_hero_desktop 2632cca0

Mastodon Python Wrapper

MastoWrapper is a Mastodon API wrapper dedicated to providing a simplistic but powerful integration to allow for application development for the decentralized social media platform.

Streaming

The MastoWrapper supports streaming to functions which are called after decorators.

Tooting

obj.toot("Hello World!")

MastoWrapper-Main