Tutorial-How to run Luckyluke bot by inertia.

Hi, guys , this tutorial will show a step by step guide to running Luckyluke bot by @inertia.

Step1: You need linux or any flavour of linux like ubuntu ,centOS or fedora to run the script. If you are using windows and don't wish to install another OS you can check my tutorial for running Ubuntu on windows Here!

Step2: I'm using Ubuntu 16.04, once in just open terminal window.
1.PNG
2.PNG

Step3: Once terminal is opened, you need to type following command:

$ sudo apt-get update



3.1.PNG

Step4: Enter following command and then enter y on prompt:

sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev



4.1.PNG

Step5: clone ruby with following command

git clone https://github.com/rbenv/rbenv.git ~/.rbenv



5.PNG

Step6: Enter:

echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
exec $SHELL



Step7: Clone ruby plugins

git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build



6.PNG

Step8: Run following commands

echo 'export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bashrc
exec $SHELL



Step9: Install ruby

rbenv install 2.3.1
rbenv global 2.3.1



8.PNG
Step10: Install bundler with gem (this will take some time)

gem install bundler
rbenv rehash



9.PNG

Step11: install radiator

gem install radiator


Step12: Download luckyluke

$ git clone https://gist.github.com/07cfb044f625beb22724371b85cea0e4.git luckyluke



11.PNG

Step13: Open luckyluke folder and install

$ cd luckyluke
$ bundle install



12.1.PNG

Step14: We need to edit luckyluke.yml and remove acccounts social and bad.account with our own username and Private Key.

Click on files:
13.PNG

click on luckyluke folder
14.PNG

Open luckyluke.yml
15.PNG

Remove the example accounts under voters (social and bad.account) and replace it with your steemit username and Private Key. You can also edit other parameters such as vote weight, min sbd etc. Also you can add as many bots as wanted to check for transfers. I've used booster and treeplanter in this example.
@binkley done great job on list of voting bots here!
Once edited, save and go back to terminal.
16.PNG

Step15: Run luckyluke

ruby luckyluke.rb



17.PNG

Luckyluke will now do its Thing!!

You can check Inertia's full App Catalog here!

Special thanks to @scrooger for requesting this tutorial :)


Upvote and share if you found this useful!
If you encounter any problems, hit me up on steemit chat or discord :orionsbelt

H2
H3
H4
3 columns
2 columns
1 column
20 Comments