{"id":341,"date":"2022-07-10T00:00:00","date_gmt":"2022-07-10T00:00:00","guid":{"rendered":"https:\/\/tac.debuzzify.com\/?p=341"},"modified":"2023-06-27T13:58:52","modified_gmt":"2023-06-27T13:58:52","slug":"find-social-media-profiles-by-username","status":"publish","type":"post","link":"https:\/\/www.the-analytics.club\/find-social-media-profiles-by-username\/","title":{"rendered":"Discover Anyone\u2019s Social Media Profiles in Seconds"},"content":{"rendered":"\n

I always wondered how people use different online platforms. I wanted to follow the prominent figures I found on Twitter and LinkedIn. But it’s a hassle finding people on the internet.<\/p>\n\n\n\n

I used to Google their names to see where else they were active. This approach works but is still manual. It’ll be a nightmare if I want to automate any part of this.<\/p>\n\n\n\n

Say you want to build a database of professionals in your domain. I wouldn’t google them individually.<\/p>\n\n\n\n

There are paid services to do the job. But I wouldn’t use them either. Why would I pay for a third-party service while this little Python does it for free?<\/p>\n\n\n\n

The tool’s Sherlock.<\/p>\n\n\n\n

Sherlock is a Python project. It helps us look up various social media platforms for profiles. You could look up people by their usernames on LinkedIn, Twitter, Instagram, Medium, etc.<\/p>\n\n\n\n\n\n

Getting ready to gather social media profiles.<\/h2>\n\n\n\n

Before using the tool, we must install it. You can use the following script to install it in a virtual environment. Technically we’re not installing Sherlock. We clone Sherlock’s repository and only install its dependencies.<\/p>\n\n\n\n

Note you could also install it using Poetry to avoid the pitfalls of using virtual environments<\/a> directly.<\/p>\n\n\n\n