[GET] Mass Twitter ID Scraper

ItsBlinkHere

Regular Member
Joined
Apr 27, 2014
Messages
408
Reaction score
150
So I was needing to scrape some twitter user IDs and I couldn't find a very fast tool to do it with. So I wrote this one out in Java today. Just paste in your keys, tokens and the user whose followers you want to scrape. Hit start and go have some coffee. It gets 5k Ids every minute.

I just scraped 475K with it.:yeah:

If you don't have Java installed, it will not work of course. If you don't fill in all the fields it will probably explode your computer. If you don't select a file to save it will make you step on a Lego the next time you walk around. You should name the file with a .txt and you also should let it finish before you close the window.

Not all twitter bots use Ids (supremacy does use ids) so they might not help you anyway.

If you have a problem its not my fault. LOLZ

ps. Its the first time i'm posting links. Am i doing something wrong?

File
https://www.mediafire.com/download/hf8bda57fc6jc6d/TwitterIDScraper.jar
Virus Scan
https://www.virustotal.com/en/file/d4c713958dd9d19a6a6f1882eaa04fe1fcf674d6d790c7a96057d68d0578ddb2/analysis/1411975214/

Edit
--------
Just tested it on my linux box. It should work on any system as long as you have [h=1]Java SE Development Kit 8[/h].
test.png
 
Last edited:
Let me check it. I was using "Twitter Money Bot" for ID collecting but this seems much faster.

edit: it does not work, file does not open at all. I have reinstalled java just in case, but still nothing. I am on win7 64 ultimate
Do I need to install Java SE Development Kit 7 for this to work ?
 
Yep... you need [h=1]Java SE Development Kit 8[/h]If it still don't work just let me know. Its working on all my computers.
 
Ok, set, working. I have misunderstand it, tool is collecting user ID's in numbers, not usernames (which I need)

but cool and fast.
 
What bot do you use for following? Twitter Supremacy Allows you to follow users with the IDs. I'm just curious...
 
any serious feedback on twitter supremacy ? ..recommended ?
 
I am not using them for following or any other activity on twitter, I am collecting usernames for wordlists, for bruteforce and password testing.
 
hi OP
could you share the source code also? so if it's possible for you..
 
hi OP
could you share the source code also? so if it's possible for you..
I just used the twitter4j library. If you know anything about Java you should be able to through something like this together in about 30min.
 
Probably a dumb question, but what do I fill in for consumer_key, consumer_secret, auth_token and auth_token_secret?
 
Last edited:
Probably a dumb question, but what do I fill in for consumer_key, consumer_secret, auth_token and auth_token_secret?

You need to make a twitter app...google it to find out how.
 
Works great - even on Mac! Thanks a LOT!

Would it also be possible to export more info (like their actual name + twitter handle)?
 
Works great - even on Mac! Thanks a LOT!

Would it also be possible to export more info (like their actual name + twitter handle)?
Nope...that take way longer, actually five times as long.
 
Back
Top