πŸ’­ Mastodon.py β€” Mastodon.py 1.8.1 documentation ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ !https://mastodonpy.readthedocs.io/en/stable/ Date: December 21, 2023 Mastodon.py β€” Mastodon.py 2.2.1 documentation mastodonpy.readthedocs.io Mastadon.py is a python api client for mastadon that makes it easy to cross post to mastadon. [code] from mastodon import Mastodon Mastodon.create_app( 'pytooterapp', api_base_url = 'https://mastodon.social', to_file = 'pytooter_clientcred.secret' ) from mastodon import Mastodon mastodon = Mastodon(client_id = 'pytooter_clientcred.secret',) mastodon.log_in( 'my_login_email@example.com', 'incrediblygoodpassword', to_file = 'pytooter_usercred.secret' ) mastodon.toot('Tooting from Python using #mastodonpy !') NOTE β”‚ This post is a thought </thoughts/>. It’s a short note that I make about someone else’s content online #thoughts </tags/thoughts/>