tweetlord - Twitter profile dumper

When solving some stego/forensics chals, I was catching myself a few times thinking of an open source tool for dumping Twitter profiles into nice and neat .xlsx docs.

At that time I had no success in finding such a tool online (maybe I’m just not the best Google searcher) so I wrote a tiny python script to automate that sort of work. Although, CTF tasks does not usually require to interact with large Twitter accounts, I’ve also implemented the authorization switching function to cope with Twitter Rate Limiting if needed. To run this tool you should provide the Twitter developer creds, of course.

You can find it right here: https://github.com/snovvcrash/tweetlord
Happy dumping! :wink:

nice one - thanks for sharing