New Tool to help you send message to your followers [Ruby]

Ruby image
That tool was tested on Ubuntu 16.04, created for the purpose of sending messages to followers who are still active, each message costs 0.001 sbd, however you can modify it, and send more if you wish, and only send messages to active followers.
Attention: Some people do not like to keep getting messages in their wallets.
How install
$ sudo apt-get install ruby-full git openssl libssl1.0.0 libssl-dev
$ gem install bundler
$ git clone https://github.com/elieltavares/message_to_followers.git
$ cd message_to_followers
$ bundler install
How Configure
Open config.yml
and change put_you_accoutname
with you username
and put_you_active_key
with you active wif.
:account:
- put_you_accoutname put_you_active_key
:amount: 0.001 SBD
:memo:
Put you message here
:chain_options:
:chain: steem
:url: https://steemd.steemit.com
How to run
In terminal
$ ruby memo.rb
You Are An Excellent Steemian. This post has received a 50.00 % upvote from @steemthat Return the favor and SteemThat Person Back: @binkley.
.
Please Upvote This Comment To Help Me Grow! And The Price Of Steem Will Appear! @steemprice steem
$1.083 USD/STEEM
Volume: 0.4132 BTC, 1548 STEEM / Average Price: 0.00026676
Last Updated Sun Sep 10 06:45:54 2017
So I don't have to pay someone sbd to send sbd and a message anymore? Wow This is so nice! Thank you very much. Going to launch it now and test it. It is Working! You should get a message soon. Do We Leave The - and leave a space in the middle? The Anwser Is Yes. Some Of The Older Scripts It Was Remove and Leave A Space. Sweet This Is Awesome. It Does Require The Private Posting Key. Let Me Know If You Got My Messages! So Awesome. Thank You Very Much.
You need use the Private Active Key, because to send message, you have to make transactions. thank you.
Thank you very much. It will help new folks like me get it running. Thank you for building this. Very Nice
This is faster than the Javascript version by quite a bit too. Very Nice. Now I just have to figure out how to allow members of https://SteemThat.com to use it until they incorporate DM into Steemit.com. I really liked the final report... You have 363 alive follow, you spent: 0.363SBD
in line 36 i use
if diference > 36
to find out if the member is active or not the last post, comment date if it is longer than 36 hours so it is dead follower.Your tool is so sweet. Thank you for creating. Even A NOOB like me got it running!
Would it be possible to build one that you add the followers you want to send a message to. For instance you look at MVP and see 20 people who have giving you 20.00 sbd in upvotes and you want to send them something to say thank you. Is this even possible? It would be the same message but you copy and paste or manually type in all of the users and submit like this. Or even check to see if people have upvoted your posts in the last seven days you send them a thank you message...
This post received a 1.5% upvote from @randowhale thanks to @eliel! For more information, click here!
I am new at Steemit. Its a great community.
I 'm friendly minded.
I need help to grow up this community.
Any one follow me @rsrb and upvote my comment me inform me I also do the same.
Thanks
This post has received a 3.77 % upvote from @booster thanks to: @eliel.
This post has received a 4.35 % upvote from @lovejuice thanks to: @binkley. They have officially sprayed their dank amps all over your post rewards. GOOD TIMES! Vote for Aggroed!
This post has received a 1.04 % upvote from @drotto thanks to: @banjo.
memo.rb:22:in
block in <main>': undefined method
follower_count' for nil:NilClass (NoMethodError) i get this error.