Fb Group Link Extractor + Poster + Joiner [Imacros] promte your business on facebook groups for free


SUBMITTED BY: alemotta

DATE: Feb. 27, 2017, 12:58 a.m.

FORMAT: Text only

SIZE: 2.6 kB

HITS: 1379

  1. Fb Group Link Extractor + Poster + Joiner [Imacros] promte your business on facebook groups for free
  2. Just Go to this link after login to your account
  3. Code:
  4. https://m.facebook.com/groups/?seemore&refid=27
  5. And run the extractor play in loop upto 2000 it will stop after last one for example if you have 300 groups in your list it will stop exact after 300 . file will be saved in D: Drive
  6. #Fb Group Link Extractor
  7. Code:
  8. VERSION BUILD=9030808 RECORDER=FX
  9. SET !ERRORIGNORE no
  10. SET !TIMEOUT_PAGE 10
  11. TAB T=1
  12. SET !LOOP 1
  13. 'go to this url given in comment and just play the code it will save all the links do not unncomment it'
  14. 'URL GOTO=https://m.facebook.com/groups/?seemore&refid=27'
  15. TAG XPATH="id('root')/table/tbody/tr/td/div[2]/ul/li[{{!LOOP}}]/table/tbody/tr/td[1]/a" EXTRACT=HREF
  16. 'SET !VAR1 EVAL("var text=\"{{!EXTRACT}}\"; if(text==\" \") text = \"yES\";else text = text.split('/groups')[0].trim();;text;"')'
  17. SAVEAS TYPE=EXTRACT FOLDER=D:\ FILE=fBLinksE.csv
  18. SET !TIMEOUT_STEP 1
  19. #Fb Group Joiner
  20. Code:
  21. VERSION BUILD=9030808 RECORDER=FX
  22. TAB T=1
  23. SET !ERRORIGNORE YES
  24. SET !TIMEOUT_PAGE 120
  25. SET !DATASOURCE D:\fbLINKS.csv
  26. SET !LOOP 1
  27. URL GOTO={{!COL1}}
  28. SET !VAR1 EVAL("var min = 30; var max = 180; var randomNumber = Math.floor(Math.random() * (max - min + 1)) + min; randomNumber;")
  29. TAG XPATH="id('root')/div[1]/form/input[2]"
  30. WAIT SECONDS={{!VAR1}}
  31. #Fb Group Poster From File
  32. Code:
  33. VERSION BUILD=9030808 RECORDER=FX
  34. TAB T=1
  35. SET !ERRORIGNORE YES
  36. SET !TIMEOUT_PAGE 120
  37. SET !DATASOURCE_COLUMNS 10
  38. 'paste all the promotion links in column 2 on csv file and all your text post etc'
  39. SET !DATASOURCE D:\fbLINKS.csv
  40. SET !LOOP 1
  41. SET !VAR1 EVAL("var min = 30; var max = 180; var randomNumber = Math.floor(Math.random() * (max - min + 1)) + min; randomNumber;")
  42. URL GOTO={{!COL1}}
  43. 'remove apostrophe if you wants to post with line break from column'
  44. 'TAG XPATH="id('u_0_0')" CONTENT={{!COL2}}<BR>{{!COL3}}'
  45. TAG XPATH="id('u_0_0')" CONTENT={{!COL2}}
  46. TAG XPATH="id('root')/div[1]/div[3]/form/table/tbody/tr/td[2]/div/input"
  47. SET !TIMEOUT_PAGE 1
  48. URL GOTO=javascript:window.scrollBy(0,100)
  49. URL GOTO=javascript:window.scrollBy(0,200)
  50. URL GOTO=javascript:window.scrollBy(0,300)
  51. URL GOTO=javascript:window.scrollBy(0,400)
  52. URL GOTO=javascript:window.scrollBy(0,600)
  53. URL GOTO=javascript:window.scrollBy(0,800)
  54. WAIT SECONDS={{!VAR1}}

comments powered by Disqus