<< Back to Programming Forum   Search

Posts 1 - 13 of 13   
API for tournaments: 12/6/2018 23:46:31

bootmatt
Level 58
Report
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?
API for tournaments: 12/7/2018 05:02:48


Deadman 
Level 64
Report
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.
API for tournaments: 12/7/2018 19:43:30

bootmatt
Level 58
Report
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).
API for tournaments: 12/7/2018 19:44:30

bootmatt
Level 58
Report
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...
API for tournaments: 12/7/2018 20:16:48


TBest 
Level 60
Report
https://www.warzone.com/wiki/API

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.
API for tournaments: 12/7/2018 21:01:48

bootmatt
Level 58
Report
Yeah I see. My project could prevent people from buying memberships meh.
API for tournaments: 12/7/2018 23:39:52


The Joey
Level 59
Report
Please do not send me a tournament invite every hour.
API for tournaments: 12/8/2018 00:19:46

bootmatt
Level 58
Report
Looks like I won't send every hour but every 15 mins because that's the limit warzone provides.
API for tournaments: 12/8/2018 00:31:51


Aura Guardian 
Level 62
Report
@Joey if you don't want to be spammed by tourney invites by him just blacklist him.
API for tournaments: 12/8/2018 01:01:14


DanWL 
Level 63
Report
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.
API for tournaments: 12/8/2018 01:51:11


The Joey
Level 59
Report
@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.
API for tournaments: 12/8/2018 07:24:48

bootmatt
Level 58
Report
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.
API for tournaments: 12/8/2018 08:40:54


IRiseYouFall 
Level 61
Report
dude can you please stop inviting me in your tournaments? i am not interested in any of them
thanks

if you don't stop, i will have to bl you
Posts 1 - 13 of 13