Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.91 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.91 KB

Changes in this fork

v1.2

  1. Added a filter (-fv) for low games, it has two options: op (onepercent) or median (which is default and the same functionality of "Remove low picks" in the web version of Spectral.gg)
  2. Added a sort (-s) choice where you can choose to sort either for rank or for number of matches, sorting by matches offers a more neutral overview of the current meta while sorting for rank offers more niche but very powerful heroes

v1.0

  1. Reduced the columns from 3 to 2 (from 25+ rank to 50+ rank only)
  2. Added a specific Hard Support and Soft Support tab, removed the mixed "Support" tab

image image

Windows guide

  1. Install Python and download this package.
  2. Unzip and open the folder in file explorer.
  3. Shift+right click empty space in the folder and click Open PowerShell window here.
  4. Type pip install requests and press Enter
  5. Type python generate-grid.py and press Enter

A personal suggestion of mine is using the league for your current patch instead of leaving the default one (last week Immortal meta) by typing python generate-grid.py -l LEAGUENAME where LEAGUENAME is taken from the Spectral.gg league list

Linux usage

  1. pip install requests

  2. python generate-grid.py -steam_install_path /THE/PATH/TO/STEAM --user_id YOUR_STEAM_USER_ID

The tier lists will be saved with a S! prefix. Anything with an S! prefix will get deleted when this is run to allow for quick updating.

A special thanks to leamare for spectral.gg and its API, a godsend for dota 2 stats. Check his ingame hero builds out aswell!