Xp-Dev web app

I made a php app to automate the task of creating group projects on xp-dev.  As a GTA for CS321, I had to create 70 accounts, around 16 projects and then add the students to their project!  That is a lot of clicking if you do it manually.  So, I made a php web app that utilizes Xp-Dev’s web api to do the work for me :).  Their api is very easy to use.  However, in order to use the code you must generate a developer api key and then request, through xp-dev’s ticket system, permission to add sub accounts.  Then all you need to do is put the names of the projects in one file and the email addresses of the group members with a blank line between project group in another.  Then run the app and voila all done :).