Skip to content

Instantly share code, notes, and snippets.

@kumaraswins
Created December 27, 2019 12:43
Show Gist options
  • Save kumaraswins/fa9eb11c3508761fd52aaae70801b03f to your computer and use it in GitHub Desktop.
Save kumaraswins/fa9eb11c3508761fd52aaae70801b03f to your computer and use it in GitHub Desktop.
Get the VM ip address pythonic way
curl http://checkip.amazonaws.com
import requests
requests.get('http://checkip.amazonaws.com').text.rstrip()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment