online-go / gtp2ogs

GTP Wrapper to allow bots to interface with the Online-Go.com Server
MIT License
88 stars 29 forks source link

add --mingamesplayed #312

Closed wonderingabout closed 4 years ago

wonderingabout commented 4 years ago

some new accounts are purposely spamming our bots,

as discussed on discord, we may add a --mingamesplayed option that makes sure user played enough ranked games to be fairly more reliable than a random new account

we can use in notification the games_played key in: "ratings":{"overall":{"rating":2451.209718473043,"deviation":118.76556422774001,"volatility":0.06297489852992705,"games_played":613}},

could also advise in docs a suggested default between 5-20

(also add their ranked/unranked equivalents)

wonderingabout commented 4 years ago

313