proxy.golang.org : github.com/benpye/go-steam
This package allows you to automate actions on Valve's Steam network. It is a Go port of SteamKit. To login, you'll have to create a new Client first. Then connect to the Steam network and wait for a ConnectedCallback. Then you may call the Login method in the Auth module with your login information. This is covered in more detail in the method's documentation. After you've received the LoggedOnEvent, you should set your persona state to online to receive friend lists etc. go-steam emits events that can be read via Client.Events(). Although the channel has the type interface{}, only types from this package ending with "Event" and errors will be emitted.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/benpye/go-steam
License: BSD-3-Clause
Latest release: over 9 years ago
First release: over 9 years ago
Namespace: github.com/benpye
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 20 days ago