Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 810 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 810 Bytes

Disclaimer

I am a rogue Cephalon, unaffiliated with the Lotus.

Use of this code may result in your Tenno status being revoked.

Warframe API Python Library

Access your in-game data using the same API that the official Warframe Android app uses.

See extractors.py for an example of how you might use it.

Note: This has only been tested with Python 3.5. It probably won't work with Python 2.x.

Installaton

Either clone this repository and run: python setup.py install

Or through pip: pip3 install git+http://github.com/cephalon-sofis/warframe_api.git

What's Done

  • Inventory retrieval
  • Starting and claiming recipes in the foundry
  • Deploying and collecting resource extractors

What's Not Done

  • Kubrow interactions
  • Transforming most of the data to be more easily consumed