How to acquire permanent plex.tv apikey via cli (not apikey of a plex server)

python-plexapi has built-in helper functions to do all of the steps in the Authenticating with Plex post for you automatically: plexapi.utils.getMyPlexAccount and plexapi.utils.createMyPlexDevice.

This is how you would use it.

1 Like