ZaharX97 / OWReveal

CSGO Overwatch revealer by sniffing packets / Find The Suspect steam profile from overwatch
GNU General Public License v3.0
30 stars 4 forks source link

Ability to use your own SteamAPI key to speed ban check up? #8

Closed ToothyDev closed 3 years ago

ToothyDev commented 3 years ago

As of now, it searches 1 player / second (I have 2 people in my list, I don't know if it just gives the current speed or if it's capped at 1/s). Using our own SteamAPI key would allow for people to check their watchlist for bans faster, and not risk being rate-limited.

Also question not worth an issue; shouldn't it check for Overwatch (= game) bans instead of VAC bans? Or, even better, both? Or does it already do that

ZaharX97 commented 3 years ago

I didn't see a way to get player bans from steam api. If it exists please let me know. In the meantime, now you can change the delay between player checks.

About the ow bans, again, I dont think you can see which type of ban a player has, can you?

ToothyDev commented 3 years ago

There definitely is a way to get player bans over the API; but I never used it so I don't know how And yes, you can see which bans a player has as well

Flashbert commented 3 years ago

About the ow bans, again, I dont think you can see which type of ban a player has, can you?

IT says VAC Ban on the record or game ban on the record:

Example 1: https://steamcommunity.com/profiles/76561199108430625/ Example 2: https://steamcommunity.com/profiles/76561199127737369/

ToothyDev commented 3 years ago

I know, and Overwatch bans count as game bans. Thus I found it a bit confusing that the App said check VAC bans

ZaharX97 commented 3 years ago

Ok, I found the steam api call, I'll add the option to use your steam key in the next version.