Have fun with Twitter, and do not pay for things you can AUTOMATE easily

by FblwN
7 replies
When you are looking around how to get targeted followers that engage, you see everyone is referring something, and that thing in the end they will benefit from in some way. But what everyone is not telling you, is that you actually have the power right in your browser, that you can benefit from and use to automate whatever method you see out there, and not just rely on service or what limit a third part has to offer with their pathetic limit.

Let me reveal the secret to you and let's make Uncle SAM think his method again.

How you would do it manually

Am not gonna boooor you with the method, there are hunderds of methods out there, pick any one you like, the following steps are what i use, and they are my confort zone
  1. Hot girls, celebrities and more Hot Girls (make sure Hot girls are real not fake)
  2. Gather as much interested tweets about whatever your niche is, up to a 100, they should have real engagement, i will show in a later article how to automate this process as well, but for know tweet up to 5 times per day from thesetweets.
  3. The interesting part start following people, look for interested tweets, and follow everyone who retweet or favore that tweet. especially the retweeters these are the kind of people you want.

Automate this process
You can do the previous method manually of course follow up to 800 per day, and unfollow them again in 2 days, you will get up to 1000 by the end of the week, Or you can leverage the power of the dev tools in your browser, and let it do the Job for you, check this video that show the process in less that 2min
Ok are you excited now, this the code behind it.

In chrome
1. Right click inspect elements to open the dev tools
2. Go to tab sources, and select snippets
3. Right click, create new snippet, and copy paste the code below,
4. Hit the run button
5. flY

In firefox
1. Download scratchpad extension if not already available
2. Copy the below code and paste it in a file
3. Open that file with scratchpad
4. Hit the run button
5. Let me know the results

This is the code

If you have any question let me know in the comment.

PHP Code:
/**
 * Follow everyone who liked or retweet a tweet in the browsed <whatever>!é
 *
 * @author: Oussama Elgoumri
 * @version: v0.1
 */

// Because twitter developer's are very smart, we need to use this line ..!
console.log console.__proto__.log;

/**
 * Follow all people on the search results.
 */

var tweets = $('.js-stream-item'),
    
load_more_tweets false,
    
0,    // tweets index
    
fi 1,   // keep track of the number of follows
    
lock false;

/**
 * Log messages, with big smile :)
 *
 * @return void
 */
function log() {
  
console.log console.__proto__.log;
  
console.log('+' fi ' follow');
}

/**
 * Follow everyone who like.
 *
 * @return void
 */
function followLikers() {
  var 
po = $('#permalink-overlay'),
      
po
            
.find('.js-stat-favorites')
            .
find('a');

  if (! 
lock && /d+/.test(a.text())) {
    
lock true;
    
a.click();
    
window.ct setTimeout(followLikers5000);
  } else if (
lock) {
    var 
follows = $('#activity-popup-dialog')
                    .
find('.activity-content')
                    .
find('.not-following button.user-actions-follow-button');

    
// Follow the unfollowed:
    
if (follows.length 0) {
      
follows[0].scrollIntoView(true);
      
follows[0].click();
      
fi += 1;
      
log();
      
window.ct setTimeout(followLikers1000);
      return;
    }

    
// Close the popup:
    
$('#activity-popup-dialog')
      .
find('.modal-close')
      .
click();

    
// Close the overlay;
    
$('#permalink-overlay')
      .
find('.PermalinkProfile-dismiss span')
      .
click();

    
// Move on with your life:
    
+= 1;
    
window.ct setTimeout(loopTweets3000);
  }
}

/**
 * Follow everyone who retweets.
 *
 * @return void
 */
function followRetweeters() {
  var 
follows = $('#activity-popup-dialog')
                  .
find('.activity-content')
                  .
find('.not-following button.user-actions-follow-button');

  
// Follow the unfollowed:
  
if (follows.length 0) {
    
follows[0].scrollIntoView(true);
    
follows[0].click();
    
fi += 1;
    
log();
    
window.ct setTimeout(followRetweeters1000);
    return;
  }

  
// Close the popup:
  
$('#activity-popup-dialog')
    .
find('.modal-close')
    .
click();

  
lock false;
  
window.ct setTimeout(followLikers1000); // More than enough time to close the popup.
}

/**
 * Follow every godamn person inside the box.
 *
 * @return void
 */
function followThemeAll(tweet) {
  var 
po = $('#permalink-overlay');
  var 
po
    
.find('.js-stat-retweets')
    .
find('a');
    
  
// Is it loaded?
  
if (=== null) {
    return 
setTimeout(followThemeAll1000tweet);
  }

  
a.click();
  
setTimeout(followRetweeters5000);
}

/**
 * Go over all the visible tweets.
 *
 * @return void
 */
function loopTweets() {
  
// More tweets are loaded:
  
if (load_more_tweets) {
    
tweets = $('.js-stream-item');
    
load_more_tweets false;
  }

  
// Do i still have some tweets to go through?
  
if (>= tweets.length) {
    
window.scrollTo(0document.body.scrollHeight);
    
load_more_tweets true;
    
window.ct setTimeout(loopTweets5000);
    return;
  }

  var 
tweet tweets[i],
      
actions tweet.querySelector('.js-actions');

  
// Can i do actions?
  
if (actions === null) {
    
+= 1;
    return 
loopTweets();
  }

  
// Is it interesting? even a bot does not like wasting time.
  
var nb_tweets = $(tweet)
    .
find('.js-actionRetweet')
    .
first()
    .
find('.IconTextContainer')
    .
find('span')
    .
last()
    .
text();

  if (! /^
d+/.test(nb_tweets)) {
    
+= 1;
    
console.log('no');
    return 
loopTweets();
  }

  
// Start the popup:
  
tweet
    
.querySelector('.js-actions')
    .
click();

  
window.ct setTimeout(followThemeAll3000tweet);
}

loopTweets(); 
i've wrote dozen of scripts to automate comon marketing actions for various social media websites, especially facebook, twitter and thumbler. If you are unterested, then let me know i'll be happy to post and share more with you.

EnjoY
#200 #day #followers #sam #secret #uncle
  • Profile picture of the author deepCode
    Looks like solid work to me

    But beware of following too many people too fast. I let my bot idle for 60-120 seconds between each such action so it can run 24/7
    Signature
    Artificial Intelligence meets content marketing

    >>> AI-Writer.com <<<


    You write the headline & our AI writes the article. (FREE while in alpha)

    {{ DiscussionBoard.errors[10565087].message }}
  • Profile picture of the author MartinaRoberts
    Nice...
    Thanks for sharing...
    {{ DiscussionBoard.errors[10570053].message }}
  • Profile picture of the author kazim
    Thanks a lot for your post. Here is my method
    Tweet regularly
    Pay attention to your Twitter content
    Retweet when you can
    Take advantage of hashtags
    Place a link to your Twitter feed on your blog
    Remind people to follow you on Twitter when they visit your website
    Use other social networking platforms to attract targeted Twitter followers
    {{ DiscussionBoard.errors[10570522].message }}
  • Profile picture of the author Funtobesocial
    Informative post, thanks.
    Signature
    {{ DiscussionBoard.errors[10570858].message }}
  • Profile picture of the author TweetSpecialist
    Wow real nice post
    Originally Posted by FblwN View Post

    When you are looking around how to get targeted followers that engage, you see everyone is referring something, and that thing in the end they will benefit from in some way. But what everyone is not telling you, is that you actually have the power right in your browser, that you can benefit from and use to automate whatever method you see out there, and not just rely on service or what limit a third part has to offer with their pathetic limit.

    Let me reveal the secret to you and let's make Uncle SAM think his method again.

    How you would do it manually

    Am not gonna boooor you with the method, there are hunderds of methods out there, pick any one you like, the following steps are what i use, and they are my confort zone
    1. Hot girls, celebrities and more Hot Girls (make sure Hot girls are real not fake)
    2. Gather as much interested tweets about whatever your niche is, up to a 100, they should have real engagement, i will show in a later article how to automate this process as well, but for know tweet up to 5 times per day from thesetweets.
    3. The interesting part start following people, look for interested tweets, and follow everyone who retweet or favore that tweet. especially the retweeters these are the kind of people you want.

    Automate this process
    You can do the previous method manually of course follow up to 800 per day, and unfollow them again in 2 days, you will get up to 1000 by the end of the week, Or you can leverage the power of the dev tools in your browser, and let it do the Job for you, check this video that show the process in less that 2min Get Targeted Twitter Followers | part â€" 1 - YouTube

    Ok are you excited now, this the code behind it.

    In chrome
    1. Right click inspect elements to open the dev tools
    2. Go to tab sources, and select snippets
    3. Right click, create new snippet, and copy paste the code below,
    4. Hit the run button
    5. flY

    In firefox
    1. Download scratchpad extension if not already available
    2. Copy the below code and paste it in a file
    3. Open that file with scratchpad
    4. Hit the run button
    5. Let me know the results

    This is the code

    If you have any question let me know in the comment.

    PHP Code:
    /**
     * Follow everyone who liked or retweet a tweet in the browsed <whatever>!é
     *
     * @author: Oussama Elgoumri
     * @version: v0.1
     */

    // Because twitter developer's are very smart, we need to use this line ..!
    console.log console.__proto__.log;

    /**
     * Follow all people on the search results.
     */

    var tweets = $('.js-stream-item'),
        
    load_more_tweets false,
        
    0,    // tweets index
        
    fi 1,   // keep track of the number of follows
        
    lock false;

    /**
     * Log messages, with big smile :)
     *
     * @return void
     */
    function log() {
      
    console.log console.__proto__.log;
      
    console.log('+' fi ' follow');
    }

    /**
     * Follow everyone who like.
     *
     * @return void
     */
    function followLikers() {
      var 
    po = $('#permalink-overlay'),
          
    po
                
    .find('.js-stat-favorites')
                .
    find('a');

      if (! 
    lock && /d+/.test(a.text())) {
        
    lock true;
        
    a.click();
        
    window.ct setTimeout(followLikers5000);
      } else if (
    lock) {
        var 
    follows = $('#activity-popup-dialog')
                        .
    find('.activity-content')
                        .
    find('.not-following button.user-actions-follow-button');

        
    // Follow the unfollowed:
        
    if (follows.length 0) {
          
    follows[0].scrollIntoView(true);
          
    follows[0].click();
          
    fi += 1;
          
    log();
          
    window.ct setTimeout(followLikers1000);
          return;
        }

        
    // Close the popup:
        
    $('#activity-popup-dialog')
          .
    find('.modal-close')
          .
    click();

        
    // Close the overlay;
        
    $('#permalink-overlay')
          .
    find('.PermalinkProfile-dismiss span')
          .
    click();

        
    // Move on with your life:
        
    += 1;
        
    window.ct setTimeout(loopTweets3000);
      }
    }

    /**
     * Follow everyone who retweets.
     *
     * @return void
     */
    function followRetweeters() {
      var 
    follows = $('#activity-popup-dialog')
                      .
    find('.activity-content')
                      .
    find('.not-following button.user-actions-follow-button');

      
    // Follow the unfollowed:
      
    if (follows.length 0) {
        
    follows[0].scrollIntoView(true);
        
    follows[0].click();
        
    fi += 1;
        
    log();
        
    window.ct setTimeout(followRetweeters1000);
        return;
      }

      
    // Close the popup:
      
    $('#activity-popup-dialog')
        .
    find('.modal-close')
        .
    click();

      
    lock false;
      
    window.ct setTimeout(followLikers1000); // More than enough time to close the popup.
    }

    /**
     * Follow every godamn person inside the box.
     *
     * @return void
     */
    function followThemeAll(tweet) {
      var 
    po = $('#permalink-overlay');
      var 
    po
        
    .find('.js-stat-retweets')
        .
    find('a');
        
      
    // Is it loaded?
      
    if (=== null) {
        return 
    setTimeout(followThemeAll1000tweet);
      }

      
    a.click();
      
    setTimeout(followRetweeters5000);
    }

    /**
     * Go over all the visible tweets.
     *
     * @return void
     */
    function loopTweets() {
      
    // More tweets are loaded:
      
    if (load_more_tweets) {
        
    tweets = $('.js-stream-item');
        
    load_more_tweets false;
      }

      
    // Do i still have some tweets to go through?
      
    if (>= tweets.length) {
        
    window.scrollTo(0document.body.scrollHeight);
        
    load_more_tweets true;
        
    window.ct setTimeout(loopTweets5000);
        return;
      }

      var 
    tweet tweets[i],
          
    actions tweet.querySelector('.js-actions');

      
    // Can i do actions?
      
    if (actions === null) {
        
    += 1;
        return 
    loopTweets();
      }

      
    // Is it interesting? even a bot does not like wasting time.
      
    var nb_tweets = $(tweet)
        .
    find('.js-actionRetweet')
        .
    first()
        .
    find('.IconTextContainer')
        .
    find('span')
        .
    last()
        .
    text();

      if (! /^
    d+/.test(nb_tweets)) {
        
    += 1;
        
    console.log('no');
        return 
    loopTweets();
      }

      
    // Start the popup:
      
    tweet
        
    .querySelector('.js-actions')
        .
    click();

      
    window.ct setTimeout(followThemeAll3000tweet);
    }

    loopTweets(); 
    i've wrote dozen of scripts to automate comon marketing actions for various social media websites, especially facebook, twitter and thumbler. If you are unterested, then let me know i'll be happy to post and share more with you.

    EnjoY
    Signature

    5000 Twitter Followers delivered in 48 hours for only $21.99 via: 500RealFollowers.com

    {{ DiscussionBoard.errors[10571069].message }}
  • Profile picture of the author simart
    Managing your Twitter Account to get Targeted Twitter Followers

    Tweet regularly.
    Pay attention to your Twitter content.
    Retweet when you can.


    <a href="http://gilltaxiservice.com/">Tempo Travel Service in Chandigarh</a>
    {{ DiscussionBoard.errors[10574567].message }}

Trending Topics