Data for Warframe, in JSON, scrubbed from the Wikia.
Currently the goal is to get mods, weapons, etc. in json format as VoiD_Glitch (and Devove and ScruffyRules) already have drops in json format here.
I currently do this two ways; getting information via Falterfire's Module:Weapons/data lua script, and then scrubbing the wikia pages manually for other entries.
- node v8, npm 5
npm run fetch-lua: Fetches data from theModule:Weapons/datascript. Output should be in/fetch-lua-data.npm run export-lua: Converts said fetched (and possibly edited) json back into the lua format. Output is in/export-lua/weapon-data.lua.- This requires that you've run
fetch-luaat least once, obviously.
- This requires that you've run
Manual scrubbing usage is still WIP.
Data that is fetched is under CC-BY-SA, owned by the contributors to the Warframe Wiki.
Code is under MIT.