All Projects → phoemur → Ipgetter

phoemur / Ipgetter

Licence: wtfpl
Utility to fetch your external IP address

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ipgetter

Airshare
Cross-platform content sharing in a local network
Stars: ✭ 497 (+235.81%)
Mutual labels:  cli, networking
Netctl
Profile based systemd network management
Stars: ✭ 163 (+10.14%)
Mutual labels:  cli, networking
Bandwhich
Terminal bandwidth utilization tool
Stars: ✭ 6,737 (+4452.03%)
Mutual labels:  cli, networking
Wireguard Manager
Self-hosted Wireguard Installer / Manager for CentOS, Debian, Ubuntu, Arch, Fedora, Redhat, Raspbian
Stars: ✭ 478 (+222.97%)
Mutual labels:  cli, networking
Carvel Kwt
Kubernetes Workstation Tools CLI
Stars: ✭ 119 (-19.59%)
Mutual labels:  cli, networking
Xcv
✂️ Cut, Copy and Paste files with Bash
Stars: ✭ 144 (-2.7%)
Mutual labels:  cli
Musicnow
CLI tool to download songs with metadata.
Stars: ✭ 146 (-1.35%)
Mutual labels:  cli
.codebits
📚 List of resources for Algorithms and Data Structures in Python & other CS topics @2017
Stars: ✭ 144 (-2.7%)
Mutual labels:  networking
Micro Starter
[Deprecated] 🔷 Basic (opinionated) starter kit for a micro app with webpack build
Stars: ✭ 144 (-2.7%)
Mutual labels:  cli
Kcli
A kafka command line browser
Stars: ✭ 148 (+0%)
Mutual labels:  cli
Is Esm
🌳 CLI tool which checks if a package is distributed in ECMAScript module format. Helps you reason if the package is tree-shakable.
Stars: ✭ 147 (-0.68%)
Mutual labels:  cli
Steamkit
SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
Stars: ✭ 1,926 (+1201.35%)
Mutual labels:  networking
Handwrite
Handwrite generates a custom font based on your handwriting sample.
Stars: ✭ 145 (-2.03%)
Mutual labels:  cli
Usocket
Universal socket library for Common Lisp
Stars: ✭ 146 (-1.35%)
Mutual labels:  networking
Strest
⚡️ CI-ready tests for REST APIs configured in YAML
Stars: ✭ 1,746 (+1079.73%)
Mutual labels:  cli
Python Sploitkit
Devkit for building Metasploit-like consoles
Stars: ✭ 148 (+0%)
Mutual labels:  cli
Osm
🚚 ☁️ Object Store Manipulator - curl for cloud storage
Stars: ✭ 144 (-2.7%)
Mutual labels:  cli
Taskwarrior
Taskwarrior - Command line Task Management
Stars: ✭ 2,239 (+1412.84%)
Mutual labels:  cli
Hub Tool
🧪 Docker Hub experimental CLI tool
Stars: ✭ 147 (-0.68%)
Mutual labels:  cli
Ios Nd Networking
Resources for Udacity's iOS Networking with Swift course.
Stars: ✭ 145 (-2.03%)
Mutual labels:  networking

About - UNMAINTAINED - No Maintenance Intended

This module is designed to fetch your external IP address from the internet. It is used mostly when behind a NAT. It picks your IP randomly from a serverlist to minimize request overhead on a single server

If you want to add or remove your server from the list contact me on github

Copyright © 2014 [email protected] This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.

API Usage

>>> import ipgetter
>>> myip = ipgetter.myip()
>>> myip
   '8.8.8.8'

Shell Usage

$ python -m ipgetter    
'8.8.8.8'

Installation

# pip install ipgetter

Or download the tarball or git clone the repository and then:

# python setup.py install

ChangeLog

0.7 (2018-01-09)

  • 40 servers
  • SSL + cookie support
  • bug fixes

0.6 (2014-10-30)

  • 45 servers
  • Simpler is better

0.5.2 (2014-08-12)

  • Fix servers (current 42 servers)
  • License

0.4 (2014-03-01)

  • Serverlist = 44 servers
  • Added timeout for getting the IP

0.3.2 (2014-03-01)

  • Fix distutils issues

0.2 (2014-03-01)

  • Fix python 2 backwards compatibility

0.1 (2014-02-28)

  • You can retrieve your IP.
  • Serverlist = 16 servers
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].