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

eliel(65)
Published in
#steem
Words
84
Reading
1 min
Listen
Play
9y

alt
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

Tool create using Radiator