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

SteamKit 2.3.0 Full Release #105

Open Zuberlan opened 4 years ago

Zuberlan commented 4 years ago

Has go-steam been updated to the full release of SteamKit 2.3 yet? We should get go-steam updated as soon as possible as this project has been broken ever since the new Steam chat was released. You can update this project to use the latest SteamKit at: https://github.com/SteamRE/SteamKit/releases

They are even starting on Alpha 2.4.0 now.

Philipp15b commented 4 years ago

I don't have the time to do this personally. Pull requests are very much appreciated!

Jleagle commented 3 years ago

I generated with the latest SteamKit @ https://github.com/jleagle/go-steam but for some reason lots of enums didn't generate so go doesn't compile.

Philipp15b commented 3 years ago

@Jleagle Thanks for looking into this. Do you know whether there is a problem in the generator or whether these enums were just removed or changed?