Recent content by marcoolfr

  1. M

    how to like a lot of pages

    So I made a script. First I put all the names of the entities I want to like in a file. Line by line. Then I made another script with cURL and a loop on the lines: while read LINE; do curl -s --get --data-urlencode "q=$LINE Facebook" XXXReplace this with the google ajax api, this is a URL and...
  2. M

    how to like a lot of pages

    I am running a service providing some communication help for sport teams. I want to like the fb pages of these teams. The best would be if I could put all the names of the club in a file, press a button and get a list of facebook pages to like. then I would just go there and press like on all of...
  3. M

    how to like a lot of pages

    Hi, I need to look for a lot of pages, and like them. (few hundreds I think, not doing this by hand, and I can't delegate, I need to make the decisions) I have a long list of keywords, I need to search for facebook pages with these keywords and I want to like some of them. Does anybody know a...
  4. M

    My Journey Into Bulk Email

    Anyone has a linux version for that?
Back
Top