Simple python utility to scan the official Warframe PC Drops list and suggest the statistically better farming routes.
Also note this is now pretty much work in progress and it's quite prototype; also it doesn't scan the entrie file but just Missions for now, so some suggested routes may not be the best (for example, the Axi S3 Relic is better farmed with Cetus bounties - but the utility only shows Missions)
Simply invoke wfdrops from command line (for now the python script will scan a copy of the PC Drops). Just needs python3, python3-tk and python3-matplotlib (i.e. sudo apt install python3 python3-tk python3-matplotlib
on Ubuntu).
wfmarkethist is a simple script which does many actions:
- download historical market data from Warframe Market
- save it in a local DB
- expose funcitonality to extract in CSV format
- expose GUI to show both the historical prices, volumes and also a treemap of the prices for given items
Run with -h (or --help) to find all the options.