JackSparrow
Elite Member
- Mar 24, 2007
- 1,526
- 2,142
Jack is back again with another quite stable Imacro Script.
This time this imacro script will navigate to a popular Pinterest category of your choosing and repin the first image in the category to the board of your choosing.
Please note due to the categories on Pinterest being updated almost instantly there should be only minor worries with pinning duplicate or wrongly categorized pictures. But sometimes this is not the case and you will need to edit and delete these images from inside your board manually.
In the script below change the YOURCHOSENCATEGORY to the one of your choosing. To find this URL mouse over the Everything category on Pinterest and then mouse of a category that interests you and then right click and copy the categories URL and paste in the script after URL GOTO=.
Change the Your<SP>Boards<SP>Name to the name of your board on Pinterest.
So for example if your board is called Food In General then you would put Food<SP>In<SP>General after TXT: in the script. <SP> simply means the space between the words.
I have tested the script with the Food And Drink category and set the Repeat Macro to 20 and I have seen minimal pinning of duplicate images to the board i specified. I personally would not go higher than 20 with the looping or you may run into problems or hangs with the script.
Enjoy!
THIS ONLY WORKS WITH FIREFOX IMACROS
This time this imacro script will navigate to a popular Pinterest category of your choosing and repin the first image in the category to the board of your choosing.
Please note due to the categories on Pinterest being updated almost instantly there should be only minor worries with pinning duplicate or wrongly categorized pictures. But sometimes this is not the case and you will need to edit and delete these images from inside your board manually.
In the script below change the YOURCHOSENCATEGORY to the one of your choosing. To find this URL mouse over the Everything category on Pinterest and then mouse of a category that interests you and then right click and copy the categories URL and paste in the script after URL GOTO=.
Change the Your<SP>Boards<SP>Name to the name of your board on Pinterest.
So for example if your board is called Food In General then you would put Food<SP>In<SP>General after TXT: in the script. <SP> simply means the space between the words.
I have tested the script with the Food And Drink category and set the Repeat Macro to 20 and I have seen minimal pinning of duplicate images to the board i specified. I personally would not go higher than 20 with the looping or you may run into problems or hangs with the script.
Enjoy!
THIS ONLY WORKS WITH FIREFOX IMACROS
Code:
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
URL GOTO=http://pinterest.com/all/?category=[B][COLOR="#FFFF00"]YOURCHOSENCATEGORY[/COLOR][/B]
TAG POS={{!LOOP}} TYPE=STRONG ATTR=TXT:Repin
WAIT SECONDS=5
TAG POS=1 TYPE=LI ATTR=TXT:[COLOR="#FFFF00"]Your<SP>Boards<SP>Name[/COLOR]
WAIT SECONDS=2
TAG POS=1 TYPE=STRONG ATTR=TXT:Pin<SP>It
WAIT SECONDS=5
Last edited: