@ivan18rod AppleScript is exactly how my application, Hachidori gets the information of what you are watching in a video player (if you get your anime from the high seas) or watching an episode series from a service like Crunchyroll.
It uses that data to update an ainme entry on your list on sites like MyAnimeList, Kitsu, or AniList. Believe me, I’m lazy when it comes to updating my list. :sylveonsmug:
I primarily use the ScriptingBridge framework, which is based on AppleScript, but you can interact with AppleScript objects and methods using Objective-C .
https://developer.apple.com/documentation/scriptingbridge
Also, it’s supported on Swift as well, so AppleScript in general is still well supported.