So finally after a ton of trial and error, I have come up (with help from Google of course) with a Pinterest iMacros script for Firefox that allows you to pin as many images from a folder on your computer as you'd like.
I haven't come up with a script to edit the "source" yet so you can add cloaked aff-links to CPA offers, websites, etc, but if you have one, feel free to share it!
This is my first post, so go nice!
I made this script on December 11, 2014 and it's working for me
Happy Pinning!
- Download Image Downloader (Firefox Add-On)
- Can't link to it because I'm new so just google search for it and it has a blue icon with a white downarrow
- Navigate to whatever page on Pinterest which has popular pins in your category (Recipes, Fashion, etc)
- Using the Image Downloader, download all the images you want to pin and save them into a folder in your Documents folder
- Once you have them all in a folder in your documents folder, copy and paste the file names into an Excel sheet with only the first column with all the file names (ex. Cell A1 should have 'b5e2063a0fc42c94667391f4a7d8e93d.jpg' in text only; Cell A2 should have another filename, and so on)
- Save this Excel sheet with a simple name (such as pinimages.csv) to the "Datasource" folder for iMacros
- YOURUSERNAME/iMacros/Datasources/pinimages.csv
- Use the following script:
-
Code:
VERSION BUILD=8871104 RECORDER=FXTAB T=1 SET !ERRORIGNORE YES SET !DATASOURCE [COLOR=#ffff00]filenameLocatedInDatasources.csv[/COLOR] SET !LOOP 1 SET !DATASOURCE_LINE {{!LOOP}} TAG POS=1 TYPE=BUTTON ATTR=TXT:Add<SP>Pin TAG POS=1 TYPE=BUTTON ATTR=TXT:Upload<SP>a<SP>Pin TAG POS=1 TYPE=INPUT:FILE FORM=NAME:NoFormName ATTR=NAME:file CONTENT=/Users/USERNAME/Documents/pinimages/{{!COL1}} WAIT SECONDS=5 TAG POS=1 TYPE=TEXTAREA FORM=NAME:NoFormName ATTR=ID:pinFormDescription CONTENT=[COLOR=#ffff00][I]PUT<SP>YOUR<SP>DESCRIPTION<SP>HERE (<SP> is for spaces between words)[/I][/COLOR] WAIT SECONDS=5 TAG POS=1 TYPE=BUTTON FORM=NAME:NoFormName ATTR=TXT:Pin<SP>it WAIT SECONDS=3 TAG POS=1 TYPE=BUTTON FORM=class:standardForm ATTR=type:submit WAIT SECONDS=4
-
- Navigate to the board you wish to pin your images too
- Set Loop to something really high (9999)
- Make sure it's working before you let it run
- Play with the WAIT SECONDS time to fit your liking, don't get banned!
I haven't come up with a script to edit the "source" yet so you can add cloaked aff-links to CPA offers, websites, etc, but if you have one, feel free to share it!
This is my first post, so go nice!
I made this script on December 11, 2014 and it's working for me
Happy Pinning!