Simple script to counter vote a flagged post on the steem blockchain. Built on steem-python.
- steem-python (https://github.com/steemit/steem-python)
- steempy wallet setup with the posting key. Steempy comes as part of steem-python.
Update the line below with a valid account.
botname = 'STEEMIT-ACCOUNT'
python3 vote.py steemit-URL
Logs will be written to vote.log as well printed to stdout.