gowithgaurav
Junior Member
- Dec 10, 2010
- 102
- 89
Hey guys,
hardly shared anything on this forum and today i decide to share something :beer:
I saw many of the people here wanted to get images of facebook fanpages and wanted a bot to do it, infact someone shared it too but it didn`t worked for me :breakpc1:so i decide to make one
ok what you need is go to the fanpge photos--> go to the album from where you want to scrape the images from and note the total images present in the album(important)-->click on the first photo and copy its URL-->replace https://www with m in the URL.
now open imacros for firefox and save this code in a macros (with .iim extension)
SET !ERRORIGNORE YES
TAG POS=1 TYPE=IMG ATTR=ALT
hoto CONTENT=EVENT:SAVEITEM
ONDOWNLOAD FOLDER=C:\Users\Administrator\Documents\iMacros\Downloads\download folder FILE={{!LOOP}}.jpg WAIT=YES
TAG POS=1 TYPE=A ATTR=TXT:Next
download folder is the place where you want to save the scraped images
Now run the imacros with loops=photos in the album
Hurray you scraped the whole album
MODS sorry if posted in wrong section
Let me know if you like it then i will share some more imacros bots
hardly shared anything on this forum and today i decide to share something :beer:
I saw many of the people here wanted to get images of facebook fanpages and wanted a bot to do it, infact someone shared it too but it didn`t worked for me :breakpc1:so i decide to make one
ok what you need is go to the fanpge photos--> go to the album from where you want to scrape the images from and note the total images present in the album(important)-->click on the first photo and copy its URL-->replace https://www with m in the URL.
now open imacros for firefox and save this code in a macros (with .iim extension)
SET !ERRORIGNORE YES
TAG POS=1 TYPE=IMG ATTR=ALT
ONDOWNLOAD FOLDER=C:\Users\Administrator\Documents\iMacros\Downloads\download folder FILE={{!LOOP}}.jpg WAIT=YES
TAG POS=1 TYPE=A ATTR=TXT:Next
download folder is the place where you want to save the scraped images
Now run the imacros with loops=photos in the album
Hurray you scraped the whole album
MODS sorry if posted in wrong section
Let me know if you like it then i will share some more imacros bots