Skip to content

cephalon-sofis/warframe_api

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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

About

Access the in-game API for Warframe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages