Recent content by FollowTools

  1. F

    Twitter FollowTools

    Yes to a limited number of users.
  2. F

    Twitter FollowTools

    I don't think any kind of marketing knowledge will make anyone rich on its own. Just like if Zuckerberg shared his coding knowledge would make everyone a Facebook tier site creator.
  3. F

    Expired domain - Does 404 pass juice?

    A 404 response cannot be a 301 at the same time. Unless you mean a 200 OK page, pretending to be 404, without actually sending the 404 status code.
  4. F

    JsRoboKey: Automate your desktop using Javascript

    Crossplatform AHK drived by JS == Win
  5. F

    Automating Google+ Circling

    I have written a Google+ bot which mass adds users to your circles. The way I acheived this is by emulating the events for each user. This was the simplest way to get it running. I am curious, what other methods have you used that are proven to work for circling users?
  6. F

    Twitter FollowTools

    Currently I am unable to reply to Private Messages, for the time being please feel free to message me via electronic mail: My username at google mail
  7. F

    Manipulate address bar via Javascript (Same origin policy)

    You can only use HTML5 push state to alter the path part of the url or change the window.location.hash. Chaning the domain name is not possible and is blocked by web browsers as this poses a major security risk - Imagine people changing the url to: yourbank domain
  8. F

    Bot/Software suggestions - It will be released publicly

    Write it in the language you feel most comfortable with.
  9. F

    Hello BHW

    Awesome software coder. Marketing newbie. Here to learn more about marketing.
  10. F

    Twitter FollowTools

    One of the social programs which I have developed is a simple program with the two most important following options: Follow a number of followers of a particular user Unfollow people not following you back The next feature which I am going to implement is going to be Follow users matching...
  11. F

    Mass Email Senders

    After hitting the 500 / day GMail limit. I simply set up my own SMTP server which allows me to virtually send an unlimited number of emails. 1. Rent a server 2. Install SMTP software 3. Buy a domain, point the domain and setup reverse DNS 4. Send test email to yourself 5. Send your emails to...
  12. F

    Ruby Programmer...

    #!/usr/bin/env ruby puts DATA.read.upcase __END__ I'm a Ruby dev. Recently I have written my own tools for automating Twitter following / unfollowing. I can fully guide you where to start, what are some excellent blogs and books to read. Remember that if you want to learn something you learn...
Back
Top