GithubHelp home page GithubHelp logo

warframemods's Introduction

warframemods

Script to pull warframe mod info 'full or partial name' or all mods

$ python mod.py wildfire

Name: Wildfire
Polarity: Madurai
Rarity: Rare
Description: +5% Magazine Capacity,+15% <DT_FIRE>Heat

Partial Name

$ python mod.py hallowed

Name: Hallowed Eruption
Polarity: Zenurik
Rarity: Rare
Description: Hallowed Ground Augment: The next time this ability is cast it will consume the Hallowed Ground, dealing the remaining damage in a burst with 30% Proc Chance of <DT_RADIATION>Radiation.


Name: Hallowed Reckoning
Polarity: Zenurik
Rarity: Rare
Description: Reckoning Augment: Enemies affected by Reckoning spawn zones that increase Armor by 150 for allies and inflicts 100 Damage to enemies over 7s.

Pull all mods

$ python mod.py ""

Show raw data for mod

$ python mod.py wildfire all

Name: Wildfire
Polarity: Madurai
Rarity: Rare
Description: +5% Magazine Capacity,+15% <DT_FIRE>Heat


{u'polarity': u'Madurai', u'category': u'Mods', u'name': u'Wildfire', u'fusionLimit': 3, u'rarity': u'Rare', u'tradable': True, u'imageName': u'wildfire.jpeg', u'uniqueName': u'/Lotus/Upgrades/Mods/Rifle/DualStat/WildfireMod', u'baseDrain': 6, u'drops': [{u'chance': 0.18969999999999998, u'type': u'Transient Rewards', u'location': u'Nightmare Mode Rewards', u'rarity': u'Uncommon'}], u'type': u'Rifle', u'patchlogs': [{u'name': u'Recurring Nightmares', u'url': u'https://forums.warframe.com/topic/711418-recurring-nightmares/', u'fixes': u'', u'date': u'2016-10-27T19:03:48Z', u'additions': u'', u'changes': u'Wildfire', u'imgUrl': u'http://i.imgur.com/Oail8jd.jpg'}], u'description': u'+5% Magazine Capacity,+15% <DT_FIRE>Heat'}

warframemods's People

Contributors

astiliano avatar

Watchers

 avatar  avatar

Forkers

wmasry

warframemods's Issues

Riven Ouptut Broken

$ python mod.py Riven


Name: Melee Riven Mod
Polarity: AP_UNIVERSAL
Rarity: Common
Traceback (most recent call last):
  File "mod.py", line 28, in <module>
    print ("Description: %s\n\n") % obj['description']    
KeyError: 'description'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.