Difference between revisions of "DrDoogie Bot"

From Steem Center
Jump to: navigation, search
(added Technology category)
(add related article links)
Line 13: Line 13:
 
* skip_tags - do not vote if the post contains any of these tags
 
* skip_tags - do not vote if the post contains any of these tags
 
* only_tags - only vote if the post includes at least one of these tags
 
* only_tags - only vote if the post includes at least one of these tags
 +
 +
==Related articles==
 +
 +
* [[API Libraries]]
 +
* [[Bots]]
 +
* [[Steem]]
 +
* [[Steemit]]
 +
* [[Steem Ecosystem]]
  
 
[[Category:Technology]]
 
[[Category:Technology]]
 
[[Category:Bots]]
 
[[Category:Bots]]

Revision as of 11:14, 12 July 2017

Overview

Drdoogie.jpg

Dr. Doogie is a voting bot that will trail the votes of other accounts in order to then mirror their voting pattern.

Features

  • YAML config.
  • scale_votes - scale votes in %
  • max_age - only vote if the post is under this number in minutes
  • allow_upvote - trail upvotes
  • allow_downvote - trail downvotes
  • enable_comments - vote for comments
  • skip_tags - do not vote if the post contains any of these tags
  • only_tags - only vote if the post includes at least one of these tags

Related articles