Skip to content

Juminiy/tftinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tftinfo

tft info details, txt and json, process.py

CreateENV (Must RUN)

uv venv
source .venv/bin/activate
uv sync

RUN metatftapi

cd metatftapi
./run.sh

# redownload metatftapi data
uv run req_raw.py
# refresh parsed data
./run.sh

RUN tftapi

# refresh parsed data
cd tftapi
./run.sh

# redownload tftapi data
uv run req_raw.py
# redownload tftapi icon
uv run req_icon.py
# refresh parsed data
./run.sh

Set Update

  1. update raw data and icon data
# redownload tftapi data
uv run req_raw.py
# redownload tftapi icon
uv run req_icon.py
# refresh parsed data
./run.sh
  1. tftapi/meta_data.py:setname,setopentime
  2. tftapi/meta_func.py:select_traits_legal

About

Teamfight Tactics (tft, lolchess): Traits, Items, Champions, Augments, RewardsTable; format: MarkdownTables and PlainDesc; views: icon and txtTXT, set1~set15 all infos; WinnerChampions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors