https://github.com/michaelaquilina/whatismyip
Command line tool to print out your current ip address
https://github.com/michaelaquilina/whatismyip
Last synced: 7 months ago
JSON representation
Command line tool to print out your current ip address
- Host: GitHub
- URL: https://github.com/michaelaquilina/whatismyip
- Owner: MichaelAquilina
- License: apache-2.0
- Created: 2014-11-22T23:38:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-23T22:40:57.000Z (almost 11 years ago)
- Last Synced: 2024-11-16T23:40:35.816Z (11 months ago)
- Language: Python
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
whatismyip
==========Command line tool to print out your current ip address.
Works by scraping the contents of www.whatismyip.com
Requirements:
* BeautifulSoup4
* lxml
* requestsThe best way to utilise this script is to create a symbolic link in `/usr/local/bin` to the `whatismyip.py` script.
ln -s /path/to/whatismyip/whatismyip.py /usr/local/bin/whatismyip
This will allow you to run the `whatismyip` command from anywhere.