warframe_metrics.utils.collect_data

Holds the utils required for processing Warframe market data.

Functions

collect_data(resp_json, accesses)

Collect data from url using requests.

from_url(url)

Gets json response from url.

market_data([filters, progress_bar, timeout])

Collect data from warframe market API.

to_class(cls, data)

Collects json response into dataclass using desert.

to_stats(stats_closed, stats_live, item_name)

Collects statistics into Stat object.