Philipp15b / go-steam

Steam's protocol in Go to allow automation of different actions on the Steam network without running an actual Steam client. Includes APIs for friends, chatting, trading, trade offers and TF2 crafting.
https://pkg.go.dev/github.com/Philipp15b/go-steam/v3
Other
387 stars 131 forks source link

how to accept trade offer and confirm with MFA? #126

Open feeops opened 2 years ago

feeops commented 2 years ago

accept trade offer action is in tradeoffer/client.go

confirm action is in trade/trade.go

How to combine them?