Python: Need help with GeoIP tracing
Hey, I am currently making a bot for skype. Basically, you write a command in the chat and it will execute the command. The commands I have right now is not that advanced, so I'm looking into making a IP trace command. I've seen people do it with skypebots.
You basically type -trace IP and it will look up the ip and print it out in this format in the skype chat:
Country:
State:
City:
Postal Code:
Would anyone be willing to help me with this?
The only way I can think of is to use a Skype Resolver to first find the IP based on the user's Skype name and then get that IP and use an API to trace and locate that IP.
This is just a suggestion based on what I think you could do, it might be wrong, and if it is, someone please correct me. Good luck with your program!