Hello everyone!
I used to have a python script that would add accounts with selenium. It worked well enough, but that was broken by an emby update. Current events have given me lots of free time and I'm kinda bored, so I decided to rewrite my script using python requests and the emby api.
This script takes input from a text file in the format
<server username>, <emby connect username>
<server username>, <emby connect username>
<server username>, <emby connect username>
and creates users on an emby server with the username <server username> and attempts to link it to <emby connect username>.
The script also configures a bunch of settings for the new user. A list of settings that are configured by the script and more details can be found in the readme in the github repo.
Here it is: https://github.com/stummyhurt/auto-emby-accounts
I'd love to hear any thoughts!