An open API service indexing awesome lists of open source software.

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.

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.

![](.github/screenshot.png)

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