Jacks Upload Images To Pinterest Imacros Script

JackSparrow

Elite Member
Joined
Mar 24, 2007
Messages
1,525
Reaction score
2,142
I have created a working imacros script that will upload your images from a specific folder to pinterest.

Here's the method:

Create a folder on desktop called image, then copy and paste 50 images you want to upload onto pinterest into this folder (make sure they are all jpeg files, do not use any other format or the script won't work).

While inside the folder press CTRL+A so that all the image files will be selected and right click the first image file in the folder and click rename.

Type a then press return on your keyboard, after a short while you will notice that all the images file will be renamed a (2), a (3), a (4) etc..

you will notice that the first image file is called simply a, rename this to a (1) .. (note make sure you do a<space>(1))

Open up firefox and log into your pinterest account then run the following imacros script:

Code:
VERSION BUILD=5100505 RECORDER=CR
WAIT SECONDS=10
URL GOTO=[COLOR="#FFFF00"][B]your pinterest dashboard url[/B][/COLOR]
TAG POS=1 TYPE=SPAN ATTR=CLASS:PlusIcon
TAG POS=1 TYPE=DIV ATTR=ID:upload
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:http://pinterest.com/post/ ATTR=NAME:img CONTENT=[COLOR="#FFFF00"][B]folderwherepicturesare[/B][/COLOR]\a<sp>({{!LOOP}}).jpg
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:http://pinterest.com/post/ ATTR=NAME:img CONTENT=[COLOR="#FFFF00"][B]folderwherepicturesare[/B][/COLOR]\a<sp>({{!LOOP}}).jpg
TAG POS=3 TYPE=TEXTAREA ATTR=NAME:caption CONTENT=.
TAG POS=3 TYPE=TEXTAREA ATTR=NAME:caption CONTENT=.
TAG POS=3 TYPE=BUTTON ATTR=TXT:Pin<SP>It

Amend the yellow bits to your own personal settings then set the max loop to 50, then run the script.
 
tnx man i was lookin for something like that all this garbage softwares out there dont have this option tnx a lot i will give it a try
 
I have also created an imacros script that edits your pictures and enters the landing page url for when users click on your pictures on your boards.

Method:

Navigate to the board you wish to add landing page urls to and run the following imacros script in firefox.

Code:
VERSION BUILD=7401110 RECORDER=FX
SET !EXTRACT_TEST_POPUP NO
SET !LOOP 1
TAB T=1
TAG POS={{!LOOP}} TYPE=A ATTR=TXT:Edit EXTRACT=HREF
TAB OPEN
TAB T=2
URL GOTO={{!EXTRACT}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:id_link CONTENT=[COLOR="#FFFF00"][B]url of your landing page goes here[/B][/COLOR]
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:Save<SP>Pin
WAIT SECONDS=3
TAB T=2
TAB CLOSE

Change the yellow bits in the script to your personal specifications. set the max loop to however many images you have in your board.

ENJOY!
 
Guys, i've never played around with imacros. Just installed the plug in.

How do i add the codes above ?
Isn't there a copy/paste or something like that ?

Thanks
 
JackSparrow

Great script using iMacro. How do you create these iMacros? Do you just record it while doing the task and then change the fields for required variable ( hope that you understand what I tried to say )

Thanks
 
JackSparrow

Great script using iMacro. How do you create these iMacros? Do you just record it while doing the task and then change the fields for required variable ( hope that you understand what I tried to say )

Thanks

That is exactly what i do, but with a little bit of magic!
 
how do i input this into imacros im having a difficult time figuring this out !
 
The first macro doesnt work with new pinterest interface, or i am doing something wrong, maybe...

"RuntimeError: element SPAN specified by CLASS:PlusIcon was not found, line: 4 (Error code: -921)"
 
Thank you so much for this, but I couldn't get it to work. Is this still working with the new pinterest layout?
 
You have a great work that has very useful coding which i need it and has been searching for many days
Thanks JackSparrow......
[TABLE="width: 190"]
[TR]
[TD="class: xl275, width: 190"][/TD]
[/TR]
[/TABLE]
 
Great script Jack. I am facing one problem...it is not running background i.e. when I run the iMacro, if I minimize the window it can not pin.
Am I doing something wrong?
Please help
 
Very nice script. Appreciate the work you have done and shared. Thank you!
 
can you update it for the new layout Jack ? I always love your imacros :d !
 
Back
Top