I have a list of Twitter users and I want to check if they have accounts on other social media platforms. For that, I've come across an application called Sherlock that runs directly on the computer's command prompt (cmd).
My question is whether it's possible to use that application in Google Colab or a similar IDE, as I don't feel comfortable working directly in the command prompt.
Yes, you can use Google Colab or a similar IDE for running
sherlockbut you have to follow installation instructions mentioned here. Then you can runsherlockusing this python code in your IDE.