https://github.com/xfnty/wmtrader
A script for updating your order prices on Warframe Market according to other orders for the same item.
https://github.com/xfnty/wmtrader
api-client authentication automation cli trading warframe warframe-market
Last synced: 12 months ago
JSON representation
A script for updating your order prices on Warframe Market according to other orders for the same item.
- Host: GitHub
- URL: https://github.com/xfnty/wmtrader
- Owner: xfnty
- Created: 2023-12-17T10:09:59.000Z (over 2 years ago)
- Default Branch: stable
- Last Pushed: 2025-03-26T09:31:47.000Z (about 1 year ago)
- Last Synced: 2025-03-26T14:27:52.912Z (about 1 year ago)
- Topics: api-client, authentication, automation, cli, trading, warframe, warframe-market
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here is the script that updates you orders on Warframe Market and moves their prices up or down in the
price spread range.
### Usage
This script requires [Python 3.9][py] to be installed. It does not use any third-party libraries
like [requests][requests] or [pywmapi][pywmapi]. Therefore you won't need to wait for pip to install
them. Though it can use `colorama` package to highlight HTTP requests. You can install with the
following command:
```bat
pip install colorama
```
After installing Python simply run the script. It will prompt you to enter
you Warframe Market credentials that will later be stored in `%APPDATA%\Roaming\wmtrader-creds.txt`
file. Then it will open the trading session file. Edit and save it to update your orders.

[py]: https://www.python.org/downloads/release/python-390/
[requests]: https://pypi.org/project/requests/
[pywmapi]: https://pypi.org/project/pywmapi/