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 and @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

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now
Logo
Center