Hey all. I'm liking what I'm seeing on the server so far. I was hoping someone could help me out. I'm trying to create a simple bot to post videos on my other #akkoma instance that's designed for news, but when I use this #python package I get an invalid permission error. I'm not seeing where I can create apps here or there like I can on mastodon. Can anyone direct me to some resources to do this?

https://pypi.org/project/Akkoma.py/

#devhelp #programinghelp #datascience
Client Challenge

@Cypher I think you want the Oauth2 provider routes. These should enable you to create an oauth app with scopes for your bot's user. You'll have to do it by hand though as I don't think there's a UI for this yet.

https://docs.akkoma.dev/stable/configuration/cheatsheet/#oauth2-akkoma-as-oauth-20-provider-settings

More docs on their use can be found here as they're basically the same as the mastodon api routes:
https://docs.joinmastodon.org/methods/apps/
Configuration Cheat Sheet - Akkoma Documentation