You know what the word, bot means but what about FOSSbot? FOSS stands for free, open-source software. This Steem voting bot which @personz created is free and open-source. I just deployed my FOSSbot a few days ago and wanted to share this incredible resource with you so you can benefit also. The reason I prefer this voting bot is that I have control over my private keys and don’t have to trust anyone else.
Heroku is a cloud provider. This means you will not have to run your bot on your own computer. It will run on the Heroku cloud. When creating your free Heroku account, it will ask for your credit card information. This is because some dynos can cost money on Heroku but steem-fossbot-voter was designed to operate within the free account. Even several copies will not break into the paid services that Heroku provides. It will not use your credit card without you upgrading your account manually. By the way, I don’t work for Heroku_._ I’m only a user. So far, I’m using the voting bot as a free account.
In GitHub, go to the steem-fossbot-voter project.
Scroll down until you get to ‘Installation’.
STEEM_USER: Put your Steem account name here without the @
POSTING_KEY_PRV: Your private posting key goes here
BOT_API_KEY: a password for your botNote: this should not have any spaces and be random, for example:AOUNA039NA9SDJ
You can leave these blank: EMAIL_ADDRESS_TO EMAIL_ADDRESS_SENDER SENDGRID_API_KEY
You can leave these as the default: COOKIE_SECRET VERBOSE_LOGGING
Wait a few minutes. The deployment can take several minutes and below the deploy button you will see it happening. Give it time to complete. If you have a failure because of sendgrid you can contact Heroku support and they will fix it. I had to create a support ticket in Heroku for the sendgrid issue, but it was resolved quickly.
The reason you need to fork the project is to ensure that your voting bot gets automatically updated when changes are made to the GitHub project.
Now you need to make your bot vote hourly, and also tell it which authors to vote for. There are many different aspects of your bot’s algorithm to configure, but for simplicity, we are only going to set the bot to vote every hour, and to vote for certain authors.
node bot.js
in to the text box.The task has now been created.
Add the names of authors to a whitelist, putting a blank space in between each name.
This is a very barebones tutorial, and to get the most out of your voting bot, you’ll need to experiment with the different parameters of the algorithm.
If you find any errors in my instructions, let me know. I only deployed this bot a week ago, and I’m very new to this. I combined the instructions from 3 people to create this tutorial. By the way, Steemit has been having some technical issues this week, so I would advise waiting a bit to deploy your bot.