Skip to content

mtimkovich/challonge_elo

Repository files navigation

SDHS Elo Ranking

This takes all the Hearthstone tournaments from http://showdowngg.challonge.com and takes all the matches and uses Trueskill to calculate an Elo for each player.

With some tweaking it should be able to be used with other tournaments as well.

Dependencies

Config

You'll need to create a file called config.py in order to use this. A sample one is below. You'll need to get an API key from here.

user: '<challonge username>'
api_key: '<API key>'
subdomain: '<challonge subdomain. I used showdowngg for this>'

About

PR for the Showdown Foundry Hearthstone Fireside Tournament

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published