Skip to content

For Dota 2. Scrape spectral stats (spectral.gg) for the top performing heroes of the last week and put them into hero grid tier lists.

License

Notifications You must be signed in to change notification settings

XenSide/Spectral-Auto-HeroGrid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

For Dota 2. Scrape spectral stats (spectral.gg) for the top performing heroes of the last week and put them into hero grid tier lists.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Python 100.0%