Skip to content

Scrape mobalytics champion cheat sheet for champion/trait data.

License

Notifications You must be signed in to change notification settings

BrianHotopp/tft-unit-data-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tft-unit-data-scraper

Scrape mobalytics champion cheat sheet for champion/trait data. To use, clone the repository and call the script: python3 main.py $PWD

usage: main.py [-h] [--raw-data-dir RAW_DATA_DIR] output_dir

scrapes data from the mobafire champions cheat sheet and outputs it to the specified directory

positional arguments:
  output_dir            the directory to output the data to

options:
  -h, --help            show this help message and exit
  --raw-data-dir RAW_DATA_DIR
                        the directory to save the raw data to

The script outputs two files:

  • champions.json - a list of champions with various data about them (traits, cost, attack damage, health, etc.)
  • traits.json - a list of traits and their breakpoints

See here for an example of the champions file output.

See here for an example of the traits file output.

About

Scrape mobalytics champion cheat sheet for champion/trait data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages