- You can create a project and get an API key here:
https://console.cloud.google.com
url = "https://youtube.com/shorts/qYcVT3BAQJA?si=McC5WjFirpPaW_JB"
bot_detector = YouTubeDetector(url)
matches = bot_detector.get_text_similarity()
matches.to_csv("./matches.csv")
-
This is the output once we run a similarity search.
-
I noticed bots were referencing a "flood in 2017" across multiple comments.
-
This will group these comments together and rank them towards the top.
-
IT SHOULD BE NOTED: This method does not have 100% accuracy. Some human users may genuinely comment repititous text. It is up to you to make the final determination.