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

Fix gs-bot connect #114

Closed OutOfBears closed 3 years ago

OutOfBears commented 3 years ago

Closes #112. Also it fixes the .gitignore, to ignore both .vscode, and .idea, as those folders are generated based upon user preferences (JetBrains GoLand for idea).

Philipp15b commented 3 years ago

Nice, thank you!