Jump to content

Bulk New Users Python Script


SuperMinecraftKid

Recommended Posts

SuperMinecraftKid

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!

Edited by SuperMinecraftKid
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...