Blog of James Brown
  • Archives
  • Categories
  • Tags
  • About

retrieval

2024-05-27
Ip Info Collect

Tutorial:

https://stackoverflow.com/questions/24678308/how-to-find-location-with-ip-address-in-python

To obtain IP of ourselves, we can visit:

1
2
curl https://api.ipify.org

To get geo info of our IP, visit:

1
2
curl https://ipinfo.io | jq .country

TO get geo info of any IP, use:

https://pypi.org/project/IP2Location/

https://ip2location-python.readthedocs.io/en/latest/quickstart.html

Read More

Links

  • Project Cybergod
  • Project Pyjom
  • Project Prometheus
  • Project Pyjom
  • Blog Source Code
  • My Github
  • Samoyedsun's Blog
  • Atlant1c's Blog
  • Gregoryuan's Blog
  • Yubingtao's Blog

© 2024 James Brown with help from Hexo and Twitter Bootstrap. Theme by Freemind.

▲