#mastodonapi
Did the 4.0 release break all the old API code?
In #python world, there are 3 main patterns
- mastodon.py(broken for me)
- minimal-activitypub (broken for me)
- toot (cli)
Toot appears to be active and in use and unlike the other 2, have an explicit "grant this app access to my data" step.
I just want an API lib that does this (or just works)
https://github.com/ihabunek/toot/blob/master/toot/auth.py