I have an old project in python : Get the IP corresponding to a location. I know we can get IP from a location (I've read this), and I would like to know if it's possible to reverse the process.
Here's the idea I had:
•Using the method given in the link, and a "for", to test a large range of IP until we get the wanted location. With some filters I hope we can reduce the amount of IP to test. => Long, and not very efficient
•Exploring the database given here, but I don't know how
Does it's possible ? If yes, what's the best solution for you ?
Thanks for your help :)