Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
github.com/Philipp15b/go-steam
This library implements Steam's protocol to allow automation of different actions on Steam without running an actual Steam client. It is based on SteamKit2, a .NET library.
In addition, it contains APIs to Steam Community features, like trade offers and inventories.
Some of the currently implemented features:
If this is useful to you, there's also the go-steamapi package that wraps some of the official Steam Web API's types.
go get github.com/Philipp15b/go-steam
You can view the documentation with the godoc
tool or
online on godoc.org.
You should also take a look at the following sub-packages:
gsbot
utilites that make writing bots easiertrade
for tradingtradeoffer
for trade offerseconomy/inventory
for inventoriestf2
for Team Fortress 2 related thingsTo update go-steam to a new version of SteamKit, do the following:
go get github.com/golang/protobuf/protoc-gen-go/
git submodule init && git submodule update
cd generator
go run generator.go clean proto steamlang
Make sure that $GOPATH/bin
/ protoc-gen-go
is in your $PATH
. You'll also need protoc
, the protocol buffer compiler. At the moment, we use Protocol Buffers 2.6.1 with proco-gen-go
-2402d76.
To compile the Steam Language files, you also need the .NET Framework on Windows or mono on other operating systems.
Apply the protocol changes where necessary.
Steam for Go is licensed under the New BSD License. More information can be found in LICENSE.txt.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.