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
388 stars 131 forks source link

How do I get SteamLogin / SteamLoginSecure #42

Closed PanicIsReal closed 9 years ago

PanicIsReal commented 9 years ago

Looking at the API it says I need to call

web.LogOn()

but web takes 3 parameters to work but isn't one of those parameters returned in web.LogOn()??

Can somebody give me an example of how to get SteamLogin/SteamLoginSecure params? Thanks.

ddkwork commented 2 years ago

I have the same problem