Call: (209) 560-6611

Follow Twitter Users Automatically For Free

Date: August 6, 2012 Author: ang Category: Social Networking Tutorials Tags: , Comments: 0

There are a lot of 'twitter auto follow' programs out there, but most of them aren't free. Using a free keyboard macro program called  'AutoHotKey'  you can easily follow people on twitter for free. A keyboard macro program is a  program that allows you to build scripts for your keyboard commands. A Twitter account and a default installation of AutoHotKey is required to complete this tutorial.

  1. Click on the Windows start menu button and select the program 'AutoHotkey'.
  2. If you see this message:

    Click 'Yes'.
  3. A Notepad will open with a bunch of sample script text in it. Just delete the contents of the sample script, we don't need it.
  4. In the notepad enter the text:
     Javascript |  copy code |? 
    1
    #space::
    2
    Loop 1000000
    3
    {
    4
    Send {LButton}
    5
    Send {Down}
    6
    Sleep 2000
    7
    }
  5. Click 'File' then select the 'Save As...' option.
  6. Save the file to your Desktop as 'AutoFollowTwitter.ahk'.
  7. Close the Notepad file.
  8. Go to your Windows Systems Tray and close any instances of 'AutoHotKey' that may be running.
  9. Double click the file we saved to the desktop called 'AutoFollowTwitter.ahk'. How we have our script running in the background waiting to be activated.
  10. Open a browser window and sign into your Twitter account at Twitter.com.
  11. In the 'Search' field, type in the a topics to find Twitter followers or a certain interest. For example, if you blog about Libertarianism, enter that in the search field and Twitter accounts about Libertarianism will come up.
  12. Click on the 'People' link in the top left of the screen.
  13. You will notice that a list of 'Follow' buttons appear waiting to be clicked muhuhaha!....
  14. Place your cursor on the top 'Follow' button.
  15. Press the 'space-bar' while pressing the 'Windows key' and release to activate the 'AutoFollowTwitter.ahk' script. Notice how the cursor automatically scrolls down the page automatically clicking the follow button.

The page will automaticall scroll down, and the cursor will click on all of the the 'Follow' buttons. Here are some important rules and the limitations Twitter has regarding how many Twitter accounts you can follow per day, etc....

To stop your AutoHotKey script you need to click the icon in the 'Systems Tray' and exit the script as shown in step 8.

Here's the 'Free Auto Follow Twitter Script' in action

Leave a Reply

Your email address will not be published. Required fields are marked *

Before you post, please prove you are sentient.

What is 4 * 3?

Before you post, please prove you are sentient.

what is 8 plus 3?