Skip to content

Instantly share code, notes, and snippets.

@beunwa
Last active December 16, 2015 13:38
Show Gist options
  • Save beunwa/5442627 to your computer and use it in GitHub Desktop.
Save beunwa/5442627 to your computer and use it in GitHub Desktop.
extract twitters followers
$('.stream-item-header').each(function(index) { console.log($(this).find('.fullname')[0].innerHTML+';'+$(this).find('.username')[0].innerHTML) });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment