Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moronixproduct3/warframe-clan-util
A simple tool to extract clan related data from the warframe client
https://github.com/moronixproduct3/warframe-clan-util
Last synced: 1 day ago
JSON representation
A simple tool to extract clan related data from the warframe client
- Host: GitHub
- URL: https://github.com/moronixproduct3/warframe-clan-util
- Owner: MoronixProduct3
- License: apache-2.0
- Created: 2018-02-16T03:28:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T16:04:51.000Z (almost 6 years ago)
- Last Synced: 2025-02-06T20:34:22.210Z (4 days ago)
- Language: PowerShell
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Warframe clan util
A simple tool help you extract useful information about your clan.## Disclaimer
This project is not affiliated with Digital Extremes Ltd.
Warframe is a registered trademark of Digital Extremes Ltd.This software breaches the Warframe [terms of use](https://www.warframe.com/terms).
## Data
This tool can help you obtain data such as:
- Clan ID (this field is not always accessible)
- Clan Name
- Members List
- In game names
- Date joined
- Contributions
- Rank
- etc.
- Ranks
- Tier
- Contributions
- Research## Requirements:
- 64 bit windows machine only
- Powershell 5.1## Installation
- Download and unzip in a directory with at least 4 GB of disk available
- Execute the `setup.cmd` batch file. This will install dependencies and open your powershell execution policy.## Usage
- Start Warframe
- Login
- Leave you warframe in your orbiter outside of any menu
- Run the `dumpClan.cmd` batch file. This might take a minute. An text file will open once complete.The script will switch back to the warframe client and navigate to the clan menu. The warframe client might freeze for a few seconds as the proccess memory is being dumped to disk. This process might be repeated a few times if no data is found on the first try.
The dump file is available in the `dumps/` directory.
The json file opened at the end of the script can be found in the `output/` directory.