3urobeat / steam-comment-service-bot

📡 The most advanced Steam Account Manager Bot with mass coordinated comments/likes/favs/follows and plugin support
https://steamcommunity.com/id/3urobeatscommentbot
GNU General Public License v3.0
274 stars 40 forks source link

comment limit #89

Closed stephanschorer closed 3 years ago

stephanschorer commented 3 years ago

It would be nice if you could implement a request comment limit for the user. For example:

"repeatedComments" statement below 1 (e.g. 0.5 in the case above)

This would make the point "randomize accounts" more meaningful. (not each times comments each bot)

I hope that you understand what I mean..

Cheers

3urobeat commented 3 years ago

Thats actually something I thought about too yesterday.
I would actually change the config values a bit and implement it a bit different.
Maybe removing repeatedComments and adding maxComments and ownersMaxComments values. These would also be more descriptive in what they are doing I think.

I think this would also include your suggestion, am I right? Because if you have 10 accounts, enable randomizeAccounts and set maxComments to like 5 then only 5 accounts would be able to comment and are randomly chosen from the 10 accounts.

stephanschorer commented 3 years ago

Yes you understood me right :)

3urobeat commented 3 years ago

Added in 7ca8ded (Version 2.10.4).