hiryou / cmyip-cli

A command-line utility written in Python that parses data from the cmyip.com webpage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cmyip CLI

Cmyip CLI is a simple Python script that parses data returned from cmyip.com - a webpage that returns the IP address, hostname and GeoIP information about your client. This project is indented to be a fun weekend project but maybe people might actually find it useful!

GPL3 Logo

Requirements: Python 3.2+

Instructions

  1. Install the Python dependencies first by running: pip install -r requirements.txt

  2. Run the script: ./cmyip_cli.py

Licence

This project is licenced under and, to the best of my knowlege, is valid under the GNU General Public Licence v3. A copy of the licence text can be found within the LICENCE file of this repository.

About

A command-line utility written in Python that parses data from the cmyip.com webpage.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%