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

Add topt token generation #109

Closed CDFN closed 3 years ago

CDFN commented 3 years ago

Closes #108. Code used in PR is originally made by https://github.com/fortis and is used in https://github.com/fortis/go-steam-totp. Code is tested and works well.

Jleagle commented 3 years ago

Is there an advantage to copying the code here instead of including as a module?

CDFN commented 3 years ago

Well, I thought it'd be better if people don't have to look for other modules and just have it in one place.

Philipp15b commented 3 years ago

I'm sorry for the delay. Merged and thank you!