Indiigo007
Junior Member
- Nov 11, 2009
- 189
- 191
Does anyone know of a tool or method to export a user's followers to a text file?
TweetAttacks Pro can do it.
I have TA Pro. I don't think it can gather a user's followers and export, can it?
https://api.twitter.com/1/followers/ids.json?cursor=-1&screen_name=user_id
javascript:var x=document.body.innerHTML;var a=x.indexOf("ids")+6;var b=x.indexOf("]", a);var i=x.substring(a, b); i=i.replace(/,/gi,"<br/>");document.body.innerHTML=i;
I have TA Pro. I don't think it can gather a user's followers and export, can it?
No tools that I know of, but just coded this up real quick.
Step 1: Load this URL in your browser (replace user_id with the target user's username)
Step 2: Paste this code into the address bar and hit enter.*Code:https://api.twitter.com/1/followers/ids.json?cursor=-1&screen_name=user_id
Step 3: Copy the Twitter IDs that are now printed within the window.Code:javascript:var x=document.body.innerHTML;var a=x.indexOf("ids")+6;var b=x.indexOf("]", a);var i=x.substring(a, b); i=i.replace(/,/gi,"<br/>");document.body.innerHTML=i;
Step 4: ???
Step 5: Profit.
* Anyone using FF6+ won't be able to run the script unless they install NoScript and permit the execution of unlinked bookmarklet code. Run it in Chrome or IE.
http://www.blackhatworld.com/blackhat-seo/2326417-post4.html