postpromoter
v1.0.1
Published
Steem bid-based voting bot written in JavaScript
Downloads
3
Readme
Post Promoter - Steem Bid-Based Voting Bot
Installation
npm install postpromoter
Configuration
{
"account": "yourbotaccount",
"posting_key": "posting private key for your bot account",
"min_bid": 0.1,
"max_bid": 1,
"max_post_age": 144,
"allow_comments": true,
"promotion_content": "You got a {weight}% upvote from @postpromoter courtesy of @{sender}!"
}