x30 avatar

My own bid based vote bot! Woohoo!

x30

Published: 12 Nov 2019 › Updated: 12 Nov 2019My own bid based vote bot! Woohoo!

My own bid based vote bot! Woohoo!

Hi there steem <3 I've recently started a vote bot on my account!

I'm still learning so not really sure the configuration is ok :) we'll see how it works :D

If you want to use the bot simply send some STEEM / SBD to my account (x30) with the steemit.com/... URL as Memo.
Here's an example:

Then simply wait for the voting round to end :P I've set the bot to only vote on 100% vote power so the round time should be 2.4 hours :D You can check the time remaining until 100% vote power at https://steemworld.org/@x30

I'm using an updated postpromoter (Node.js based bot) from https://github.com/AusPrinzip/postpromoter (thanks to lightproject@lightproject and transisto@transisto) inside my own docker swarm ;)

If any1 needs the stack, here's my docker-compose.yml :)

version: "3.3"

services:
  postpromoter:
    image: "antoinegomez/node:10.17.0-alpine-build"
    environment:
      - NODE_ENV=production
    entrypoint: "bash -l -c"
    command:
      - "git clone https://github.com/AusPrinzip/postpromoter.git . || git pull && npm install && nodejs postpromoter.js"
    working_dir: /nodeapp
    volumes:
      - postpromoter_data:/nodeapp

volumes:
  postpromoter_data:

To use, simply deploy it, wait for git and npm to finish, then rename config-example.json to config.json and configure the bot and lastly restart the container, if it didn't fail already :P you can check the logs using portainer to see if everything's running as expected :D here's a working version:

Thanks for reading and using my bot! Have an awesome day :P

Leave My own bid based vote bot! Woohoo! to:

Written by

Read more #news posts


Best Posts From x30

We have not curated any of x30's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From x30