Fetches Warframe stats from an API and writes them to a Google Sheet with calculated Effective Health (EHP), medians, and formatting.
- Fetches data from a Warframe API
- Calculates Effective Health (EHP) including shields and overshields
- Adds custom Warframes (if necessary) and removes false stats (Necramechs, Archwings, etc.)
- Computes medians for numeric columns
- Applies conditional color formatting
- Adds an info block with last update and EHP formula
- Automatically sets sheet title, freeze, and filter
This script runs daily to update as soon as new info is added to the API via:
0 9 * * * python wf_go_sheets.py >/dev/null 2>&1- Python 3.9+
- requests
- gspread
- oauth2client
- python-dotenv
Copyright © Florian DasNerdwork/TheNerdwork Falk. All rights reserved.
This code is proprietary. No part of this repository may be used, copied, modified, or distributed in any form without explicit written permission from the author.