Imacro Script for bulk money tranfer between steemit users.

in #steemit7 years ago (edited)

ims1.png

Hi Guys, Last few days I tried to find a good money transfer bot or any SBD transfer service by which I can transfer SBD to all my followers at once as a tips. But I didn't find one, now I have to send all them one by one.

But you know many of us have hundreds of follower or sometime some post will appear that all post earnings will be distribute equally to upvoters, so that time it is very difficult to transfer money to all followers or upvoter manually.

To solve this issue I just create Imacro script which transfer SBD to all mention steemit users which you are mentioned automatically.

So let Start the method:-

1 . First of all we need Imacro script addon for Firefox. Why only Firefox? Because Imacro addon is perfect works on Firefox inky. So get Imacro Script of firefox from - https://addons.mozilla.org/en-us/firefox/addon/imacros-for-firefox/

2 . Install Imacro addon to Firefox.

3 . After install you got a Imacro Icon in firefox.
imac2.png

4 . By clicking that icon a sidebar will appear.
imac3.png

5 . But First you have to reddem all your reqard in your wallet page.Orelse this script will not working properly.
imac4.png

6 . Now open the "current.iim" from imacro side bar and paste the following script-

please download full script from here - https://pastebin.com/SJefEEjN

unable to paste full script here due to HTML restriction.

VERSION BUILD=8240212 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
URL GOTO=https://steemit.com/@whiteblood/transfers
EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(4)>DIV>DIV>DIV:nth-of-type(4)>DIV:nth-of-type(2)>SPAN>SPAN>svg" BUTTON=0
EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(4)>DIV>DIV>DIV:nth-of-type(4)>DIV:nth-of-type(2)>SPAN" BUTTON=0
EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV:nth-of-type(3)>DIV>DIV>UL>LI>A" BUTTON=0
WAIT SECONDS=2
VERSION BUILD=8240212 RECORDER=FX
SET !DATASOURCE "E:\DT\followers.csv"
SET !LOOP 1
SET VALUE EVAL("{{INIT}}+{{STEP}}*{{!LOOP}}")
SET !DATASOURCE_LINE {{!LOOP}}
EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV:nth-of-type(3)>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>FORM>DIV:nth-of-type(3)>DIV:nth-of-type(2)>DIV>INPUT" BUTTON=0
EVENTS TYPE=KEYPRESS SELECTOR="HTML>BODY>DIV:nth-of-type(3)>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>FORM>DIV:nth-of-type(3)>DIV:nth-of-type(2)>DIV>INPUT" CHARS={{!COL1}}
EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV:nth-of-type(3)>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>FORM>DIV:nth-of-type(4)>DIV:nth-of-type(2)>DIV>INPUT" BUTTON=0
EVENTS TYPE=KEYPRESS SELECTOR="HTML>BODY>DIV:nth-of-type(3)>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>FORM>DIV:nth-of-type(4)>DIV:nth-of-type(2)>DIV>INPUT" CHARS="0.001"
EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV:nth-of-type(3)>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>FORM>DIV:nth-of-type(5)>DIV:nth-of-type(2)>INPUT" BUTTON=0
EVENTS TYPE=KEYPRESS SELECTOR="HTML>BODY>DIV:nth-of-type(3)>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>FORM>DIV:nth-of-type(5)>DIV:nth-of-type(2)>INPUT" CHARS="Thanks For Following,Here is a little tip For You"
EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV:nth-of-type(3)>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>FORM>SPAN>BUTTON" BUTTON=0
EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(2)>DIV>CENTER:nth-of-type(2)>FORM>DIV>INPUT" BUTTON=0
WAIT SECONDS=03
EVENTS TYPE=KEYPRESS SELECTOR="HTML>BODY>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(2)>DIV>CENTER:nth-of-type(2)>FORM>DIV>INPUT" CHARS="Your steemit username"
EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(2)>DIV>CENTER:nth-of-type(2)>FORM>DIV:nth-of-type(2)>INPUT" BUTTON=0
SET !ENCRYPTION NO
EVENTS TYPE=KEYPRESS SELECTOR="HTML>BODY>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(2)>DIV>CENTER:nth-of-type(2)>FORM>DIV:nth-of-type(2)>INPUT" CHARS="Your Steemit Password"
EVENT TYPE=MOUSEDOWN SELECTOR="HTML>BODY>DIV:nth-of-type(4)>DIV>DIV:nth-of-type(2)>DIV>CENTER:nth-of-type(2)>FORM>DIV:nth-of-type(5)>BUTTON" BUTTON=0
WAIT SECONDS=03

7 . Now save this script with any suitable name.

8 . Create a .CSV file of steemit usernames to whom you want to transfer money. It should be a single column and usernames should written one by one. It should be like this:-
imac5.png
No column header is required.
If you want to know, how to extract your followers or upvoters username is bulk read my post- How To extract bulk followers or upvoters username in a notepad or excel sheet.File must be in .CSV format.

9 . Now open the saved Imacro script file and replace the following with your's value -
imac6.png
imac7.png

10 . All Things are set ,now click the 'repeat micro' from imacro sidebar and enter of total row present in your .CSV file.
Means if you had 706 row/record in your csv file then enter 706 here. And then click on "Play (Loop) to run this script.
imac8.png

  1. Now It's good to go. Just sit and chill, this bot with do the rest.

  2. Here is s video which is saw how quickly it's transfer money to users.

I hope My Imacro Script will really Help you.If you have any query please comment in below.

IF YOU LIKE MY POST, PLEASE UPVOTE AND RESTEEM.

Sort:  

Imacros is great, I have had some experiences with it before....
But in this case, I prefer to use steem API instead of it

Anyway: well-explained, hope we'll be friends

Interesting...so you basically treat your followers like investors and give them dividends. Now you just have to appropriate funds with respect to which followers are the most active in commenting and sharing your posts and you have a winning formula it sounds like.

It is completely awesome!!!
Who's the girl!?!!? YOU ARE THE GIRL!!!
I'm my city and language we say: "¡TE LA RIFASTE!"
great great great! :D
At this moment I really wish I was a whale to upvote you much better than .002c :C
You were just like "oh, there's no script for this, bleh, I will code it" xD

Thank you very much n_n

@whiteblood it's not working :(

Marry Me? LuLz...I can live with more script posts also. Nice!

Very good post @whiteblood,
but I have not "current.iim" in imacro side bar !

This would be great if it worked. Unfortunately it doesn't work.

It throws an error: Can not locate element specified by selector "HTML>BODY>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(4)>DIV>DIV>DIV:nth-of-type(4)>DIV:nth-of-type(2)>SPAN>SPAN>svg", line: 5 (Error code: -921)

@whiteblood, do you have the opportunity to fix this? I can try, but I need to really dive into this Imacro stuff.

The script is executed but no payments are received.
Can there be changes or updates?)

Coin Marketplace

STEEM 0.20
TRX 0.12
JST 0.029
BTC 61038.71
ETH 3404.98
USDT 1.00
SBD 2.50