chneau / warket

warframe.market client API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

warket

warframe.market client API

dev

# use nodemon for hotreload
nodemon -e go -x "go run . s -g 0 || false"

Doc

Please find it here.

Other links:

# interesting path
/profile/orders # POST to create a new order
# payload: {"order_type":"sell","item_id":"54a74455e779892d5e5156cc","platinum":210,"quantity":1,"visible":false,"rank":1}
/profile/orders/{orderId} # PUT to update an already existing order
# payload: {order_id: "60965e5dea937404198b037c", platinum: 211, quantity: 1, visible: false, rank: 1}

weird console output

Please run warket like this winpty warket ...

Easy install

TODO: download with powershell like this (new-object System.Net.WebClient).DownloadFile("https://github.com/chneau/warket/releases/download/pre-release/windows_amd64_warket.exe","C:\tmp\file.txt")

Install Chocolatey (sort of a package manager for Windows)
https://chocolatey.org/install

Then, install Go.
choco install golang

Then, install this repo.
go install -v github.com/chneau/warket@latest

If on Windows, be sure to have this in your PATH system environment variable:
%userprofile%\go\bin

About

warframe.market client API

License:MIT License


Languages

Language:Go 96.8%Language:Makefile 3.2%