inertia186 / drotto

Pay-to-play voting bot.
Other
30 stars 42 forks source link

Custom usage rules - auto-bounce all invalid bids #7

Closed bitcoiners closed 6 years ago

bitcoiners commented 6 years ago

We need to be able to auto-bounce all invalid bids.

Current Usage rules: If there are multiple bids with the same post, only one vote will be cast and the remaining bids will not be returned. If the bot has already voted for a post, additional bids will not be returned. The URL must be correctly expressed in the memo alone. Malformed memos will not be returned. I would like to auto-refund bids under all listed conditions, it would reduce manual refunds. Would be useful to be able to set usage rules in config.

inertia186 commented 6 years ago

do a pull request

inertia186 commented 6 years ago

You might prefer to use:

https://github.com/MattyIce/postpromoter

bitcoiners commented 6 years ago

Thanks. I will give it a try.