-1
I’m starting with Python now and I’m developing a project to find users with multiple accounts on a given site. The IP’s are already downloaded, but it remains to be able to verify if, comparing the IP’s, two or more IP’s come from the same computer. For example:
Given the IP’s 177.158.xxx.xxx and 177.135.xxx.xxx is it possible to know if they come from the same computer/network? If so, how do?
Will your application be accessed via internet, LAN, intranet? Make it clear who is going to access your application.
– Samuel Haidu
Thank you for trying to help me, but I already solved the problem. I couldn’t do what was described in my question, but I solved it in another way. Once again, thank you.
– Wevelly Felipe