Is there something? So far I came up with an automation framework to click all the buttons and use config file to mask magic beyond that. But maybe something better is out there?
No. There aren't any APIs for tournaments. The framework only allows you to create and monitor games. The tournament logic must exist in your code. That being said, most types of tournaments (Round-Robin, Single/Double Elim etc) are simple to implement.
Well, I am just fed up with this. So far I achieved basic functionality like make a simple tournament and invite all friends from friend list (so 2-6k people).
If fizzer doesn't release API of some sort, I swear I will put it on cron job and make a tournament every hour inviting every player. Just for fun of it...
Warzone has several APIs that allow software engineers to write applications that interact with game. Currently, all of the APIs (except the Set map details API) are restricted to Warzone members.
I have a script that allows tournaments to be created from the command line but I don’t have it automating sending invites or creating a tournament without human input. Created about 4 months ago.
@AuraGuardian Thank you for the advice, normally I would listen. But bootmatt and I actually seem to get along well. I've played quite a few coin games with him, and I have not had to boot him once. I am just hoping he will not spam me, and we can continue our cordial relationship.
I made first production version of this that works relatively well. I also did realize that fizzer optimized the site terribly. Waiting 5 seconds for a bunch of items to display. Really? It takes 40 seconds to create a tournament that's relatively simple. Would be better had the site been optimized. I don't think I will spam this much. I may run it on lambda to invite a subset of warzone players every hour (not the whole pool) so that hopefully tournament section will get better here.