Skip to content

2press/SC2-MMR-Ranges-Liquipedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python script to update the SC2 MMR ranges in SC2 Liquipedia

https://liquipedia.net/starcraft2/Battle.net_Leagues#League_MMR_Ranges

HOWTO

  • Install Python 3
  • Clone or download the source code
  • Install the required packages via pip with pip install -r requirements.txt
  • Register an application at https://develop.battle.net/access/ and generate API credentials
  • Create credentials.py with the following content using the generated API credentials:
client_id = 'ENTER-YOUR-CLIENT-ID-HERE'
secret = 'ENTER-YOUR-SECRET'

Releases

No releases published

Packages

No packages published

Languages