!! WARNING !! This tool works, but: Since the current Data-State from crpg-site doesn't contain lastSpawn- or serverLeave-times this tool is only accurate when analysing 'block-data'. I am working on PRs to fix that and integrate this toll into the CRPG website when i can.
CRPG now has a 'Stats'-Tab. It sadly has no direct calculation or export to quantify the rewards for your time spend. Therefore i wrote this thingy.
- Install python
- Clone the repo
- Go to https://c-rpg.eu/
- Go to 'Stats'-Tab on the 'Characters'-Page
- Press F12
- Go to 'Network'-Tab in the Console
- (optinal) Clear it for better overview
- Select the Timespan you want to export on the 'Stats'-Tab
- Click on the 'GET' response and navigate to its' 'Response'-Tab:
- Rightclick onto 'data' and click on 'Copy all'
- Replace the contents of the 'raw_data.json' in the project with your clipboard-contents (select all and ctrl+v or rightclick->paste)
- Runing the 'main' python file.
- through idle: open main.py and press f5
- though cli: python .\main.py (when opened temrinal in project folder)