Edit: I meant script, not BOT. My bad.
Building on Ostego's and Jack's Tumblr iMacro scripts.
This one will repeatedly like photos by tag on auto for the whole day. You will need to use a tag that is really popular because you will want fresh content each time it loops through the script. The below uses the example 'fun'. I'm sure you could come up with something better then that though..
When running the script set the repeat for 24. It's meant to repeat every 8 minutes, liking 5 photos... which makes it do about 960 likes per day. Safely putting you under the 1000 per day like limit. IF THE LIMITS CHANGE, then change the wait times!
Make sure you log in before you run this and change the URL to the tag you want. Remove the spaces in the url also.
Again, thank you Ostego and Jack for the original iMacros.
Building on Ostego's and Jack's Tumblr iMacro scripts.
This one will repeatedly like photos by tag on auto for the whole day. You will need to use a tag that is really popular because you will want fresh content each time it loops through the script. The below uses the example 'fun'. I'm sure you could come up with something better then that though..
When running the script set the repeat for 24. It's meant to repeat every 8 minutes, liking 5 photos... which makes it do about 960 likes per day. Safely putting you under the 1000 per day like limit. IF THE LIMITS CHANGE, then change the wait times!
Make sure you log in before you run this and change the URL to the tag you want. Remove the spaces in the url also.
Code:
URL GOTO=http : // www . tumblr. com / tagged / fun
Again, thank you Ostego and Jack for the original iMacros.
Code:
VERSION BUILD=7401110 RECORDER=FX
SET !TIMEOUT_STEP 0
SET !REPLAYSPEED fast
WAIT SECONDS=1
URL GOTO=http : // www . tumblr. com / tagged / fun
TAB T=1
TAG POS=1 TYPE=A ATTR=ID:like_button_*
SET !TIMEOUT_STEP 10
SET !ERRORIGNORE YES
WAIT SECONDS=2
TAG POS=2 TYPE=A ATTR=ID:like_button_*
SET !TIMEOUT_STEP 10
SET !ERRORIGNORE YES
WAIT SECONDS=2
TAG POS=3 TYPE=A ATTR=ID:like_button_*
SET !TIMEOUT_STEP 10
SET !ERRORIGNORE YES
WAIT SECONDS=2
TAG POS=4 TYPE=A ATTR=ID:like_button_*
SET !TIMEOUT_STEP 10
SET !ERRORIGNORE YES
WAIT SECONDS=2
TAG POS=5 TYPE=A ATTR=ID:like_button_*
SET !TIMEOUT_STEP 10
SET !ERRORIGNORE YES
WAIT SECONDS=480
Last edited: