Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.4 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.4 KB

splinterlands-stats

Instructions

With windows executable

  • Download windows executable
  • Unzip
  • Edit config.properties add one or multiple users separated by ,
    Example account_names=beaker007,beakerr
  • Run main.exe Tip: to see the console log of the program run this via and command prompt

With linux executable

  • Download linux executable
  • Unzip
  • Edit config.properties add one or multiple users separated by ,
    Example account_names=beaker007,beakerr
  • ./main.sh

With Docker

docker login ghcr.io --username your_github_username docker pull ghcr.io/gamerbeaker007/splinterlands-stats:latest

Windows (docker):

docker run -it -v C:\Temp:/app/output -e "ACCOUNT_NAMES=spl_account_name,spl_name2" -e "SKIP_ZEROS=True" ghcr.io/gamerbeaker007/splinterlands-stats:latest

Linux (docker):

docker run -it -v \tmp:/app/output -e "ACCOUNT_NAMES=spl_account_name,spl_name2" -e "SKIP_ZEROS=True" ghcr.io/gamerbeaker007/splinterlands-stats:latest

With python development or local execution

Download source and unpack. Modify config.properties with your desired information Use python 3.8 or higher. pip install -r requirements.txt python main.py

Result

The output is located per user in the output directory containing graphs and the post.txt. With multiple users also combined_post.txt is created in the output directory.