halcy / Mastodon.py

Python wrapper for the Mastodon ( https://github.com/mastodon/mastodon/ ) API.
MIT License
876 stars 150 forks source link

List applications? #375

Open austinmw opened 3 months ago

austinmw commented 3 months ago

Hi, after using Mastodon.create_app, is there a way to list applications that have been created?

codl commented 3 months ago

No, there is no such API in Mastodon. You must save the credentials returned by create_app somewhere so you can reuse them later.