An easy to use Warframe API
To download, simply run the following code
pip install nexus_stats.py
Simple example
import nexus_stats
client = nexus_stats.Client()
print(client.get_user_profile('OrangutanGaming').clan.name)
More help availbile in the documentation.