All Projects → WFCD → Warframe Items

WFCD / Warframe Items

Licence: mit
📘 Get all Warframe items directly from Warframe's API. No more messy wikia scraping.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Warframe Items

Apisecuritybestpractices
Resources to help you keep secrets (API keys, database credentials, certificates, ...) out of source code and remediate the issue in case of a leaked API key. Made available by GitGuardian.
Stars: ✭ 1,745 (+1173.72%)
Mutual labels:  api
Aping
angular module to get and display data by adding html-attributes
Stars: ✭ 135 (-1.46%)
Mutual labels:  api
Loophole
Polar devices Python API and CLI.
Stars: ✭ 136 (-0.73%)
Mutual labels:  api
Cryptocurrency Portfolio
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
Stars: ✭ 134 (-2.19%)
Mutual labels:  api
Mastodonkit
MastodonKit is a Swift Framework that wraps Mastodon's API
Stars: ✭ 134 (-2.19%)
Mutual labels:  api
Graphql Api For Wp
[READ ONLY] GraphQL API for WordPress
Stars: ✭ 136 (-0.73%)
Mutual labels:  api
Pylightxl
A light weight, zero dependency, minimal functionality excel read/writer python library
Stars: ✭ 134 (-2.19%)
Mutual labels:  api
React With Wordpress
🔥 Example of react application to access WordPress REST API
Stars: ✭ 137 (+0%)
Mutual labels:  api
Eazy Sound Manager
Eazy Sound Manager is a simple Unity3D tool which aims to make sound and music management in games easier
Stars: ✭ 135 (-1.46%)
Mutual labels:  api
Mailcare
[MIRRORING REPOSITORY] See https://gitlab.com/mailcare/mailcare. MailCare is an open source disposable email address services. Accessible via web browser or API to protect your privacy right now.
Stars: ✭ 136 (-0.73%)
Mutual labels:  api
Passwords
A simple, yet feature rich password manager for Nextcloud
Stars: ✭ 134 (-2.19%)
Mutual labels:  api
Subzero Starter Kit
Starter Kit and tooling for authoring GraphQL/REST API backends with subZero
Stars: ✭ 136 (-0.73%)
Mutual labels:  api
Notion Js
🤯 Notion API
Stars: ✭ 136 (-0.73%)
Mutual labels:  api
Dialogflow Web
Web App for Dialogflow
Stars: ✭ 135 (-1.46%)
Mutual labels:  api
Open Rest
Standard rest server, Base on restify and sequelize
Stars: ✭ 136 (-0.73%)
Mutual labels:  api
Atlas Python
For versatile GUIs written in HTML/CSS and Python (no JavaScript needed; also available for other languages) - The lightweight and easy-to-use toolkit to begin with GUI programming.
Stars: ✭ 133 (-2.92%)
Mutual labels:  api
Atmo
Build function-based web services using your favourite languages, powered by WebAssembly
Stars: ✭ 132 (-3.65%)
Mutual labels:  api
Mlb Statsapi
Python wrapper for MLB Stats API
Stars: ✭ 135 (-1.46%)
Mutual labels:  api
Yawp
Kotlin/Java API framework for Google Appengine
Stars: ✭ 136 (-0.73%)
Mutual labels:  api
Apidebug
浏览器API接口调试插件,Chrome接口调试工具,http调试,post调试,post模拟工具,postman,post接口调试,post测试插件-ApiDebug is a browser plug-in for testing RESTful web services. http://api.crap.cn
Stars: ✭ 136 (-0.73%)
Mutual labels:  api

Warframe-items

Supported by Warframe Community Developers

npm warframe update build dependencies Discord


Fetches all items available on Warframe's mobile API endpoints while also adding images, drop rates, patch logs and related rivens.

The aim of this library is to create a complete collection of data for every item in Warframe based on the game's own data. This repo will be automatically updated on every new release, drop rate change or image change.


Why use this instead of any other scraper?

Because this gives you literally every item in Warframe, many of which can't even be found on the wikia. We also make sure to include every other data aspect that you could possibly need. To give you some idea:

  • Unique ingame name - (/Lotus/Weapons/Tenno/...) - Especially useful when working with worldState
  • Drop rates
  • Patchlogs for each item
  • Minified source images
  • Rivens
  • Whether items are tradable

And tons more item specific data. Check out /data/json to get an idea.

You can also rest assured that this repository will be maintained for as long as Warframe stays alive, as it is has been built to provide all item data for NexusHub.


Installation

npm install warframe-items

Usage

const Items = require('warframe-items')
const items = new Items(options, ...items)

In this example, items is an Array with all items. The ...items param allows you to add your own items before our gathered ones.


Options

Option Default Description
category ['All'] Array of item categories to retrieve. Parallel to file names in /data/json. Useful if you don't wanna load lots and lots of MB of data into memory.
Categories Description
All All categories in one file
Arcanes Operator, Zaw, and some Warframe Arcanes
Archwing Archwings.... nuff said
Arch-Gun Archwing Guns
Arch-Melee Archwing Melee weapons
Enemy NPCs
Fish Fish that you fish
Gear Things you equip in your gear wheel
Glyphs Glyphs from partners, etc.
Melee Melee weapons
Misc Uncategorized items
Mods Modifications for weapons, warframes, archwings, etc.
Node Mission nodes
Pets Companions, just the beasts
Primary Primary slot weapons
Quests Quests that you adventure on
Relics Things you get prime parts from
Resources For building stuff
Secondary Secondary slot weapons
Sentinels Mechanical companions
Sigils Chest & back art
Skins Henna for your frame
Warframes Warframes...

Pre-compiled data

You can find all automatically compiled data in /data/json. Images are stored in /data/img. You can find every item's image name stored in item.imageName.


Image links

Since there are so many images, and we can't publish them on npm due to the size, we've set up a CDN to get you images at https://cdn.warframestat.us/img/${item.imageName} that provides a linkable resource for you.



For Developers

We're always happy to see contributions to this project, so here's some basic setup information to get you started.


Dependencies

  • Node.js > 10
  • Lua > 5
  • Build Tools (build-essentials on linux should be enough, on windows run npm i -g windows-build-tools)
  • libpng-dev12 (linux only)

File structure

All relevant scripts are found in /build/ with

build.js
The entrypoint for the build script. Here we also save JSON, image and cache data.

scraper.js
Fetches all external data and returns it to the parser.

parser.js
Parses the external data to match our schema and returns it to the build script.


Usage and Testing

You can run the build script with npm run build. Once built, you can verify the data with npm test.


License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].