JustTemmie / steam-presence

A script that takes the game you're playing on steam and displays it on discord
MIT License
243 stars 18 forks source link

Add support for multiple accounts #12

Closed TibixDev closed 1 year ago

TibixDev commented 1 year ago

Hey, this would be a really useful feature for me as I have multiple Steam accounts and I sometimes switch between them.

The endpoint http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/ mentions support for this:

steamids
    A comma-separated list of 64 bit IDs to retrieve profiles for.
JustTemmie commented 1 year ago

sure, i actually removed this just a couple days ago as i thought no one would be using it - i'll add it back within tomorrow

JustTemmie commented 1 year ago

fixed thru #13

if you encounter something buggy or un-intuitive create another issue (or just reopen this one)! i'll try my best to fix it

TibixDev commented 1 year ago

Thanks a bunch for the swift response and commit, I appreciate it. :)