PazerOP / tf2_bot_detector

Automatically detects and votekicks cheaters/bots in TF2 casual.
MIT License
403 stars 54 forks source link

Steam ID Checker #288

Open brachistosaurus opened 3 years ago

brachistosaurus commented 3 years ago

Why? While relevant websites do exist, some users may want to check Steam IDs from within the program. TF2BD already utilizes the Steam Web API, and player tooltips provide the visual foundation for this feature. But here's what those sites do not do (probably):

Optional:


Aforementioned websites:

https://steamidfinder.com 1

https://steamid.io 2

https://steamid.uk 3

https://steamid.xyz 4

ClusterConsultant commented 3 years ago

Add (or Remove) the Steam account to (or from) a playerlist.

268

Check if the account is marked on a supported Third-Party Playerlist, even when not downloaded.

This has been talked about in private channels, right now this would be considered out of scope for this project. Someone may or may not be working on a thing that does this though.

Automatically paste the clipboard into the textfield, if it contains a long number.

Personally I am always a little weirded out whenever something just scans clipboard contents. Always feels key-loggerish.

Overall I don't take any issues with this. Might be a bit redundant given the existence of millions of these things already and the tool tip. In any case this is a super low priority thing.

moebkun commented 3 years ago

Its worth to mention that steamid.uk got a nice lil API to fetch all the data they collect although its fairly limited with a chance to extend if you ask nicely

DiegoFleitas commented 3 years ago

Yeah! this would be an excellent add