Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahemys/ip-address
get your public ip address and save to log
https://github.com/mahemys/ip-address
ip-address
Last synced: about 1 month ago
JSON representation
get your public ip address and save to log
- Host: GitHub
- URL: https://github.com/mahemys/ip-address
- Owner: mahemys
- License: mit
- Created: 2023-08-21T14:38:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-21T14:54:11.000Z (over 1 year ago)
- Last Synced: 2023-08-21T15:58:39.725Z (over 1 year ago)
- Topics: ip-address
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ip address log
- IPAddress_Log.py
- created by mahemys; 2021.04.04
- !perfect, but works!
- MIT License; no license; free to use!
- update 2021-04-04; initial review**purpose**
- get your public ip address and save to log**how to use**
- just copy file to your location
- run this python script in terminal**process**
- get ip address from web sites which provide ip info and save to log**ipinfo.io**
- ipinfo.io - refer documentation for latest info.
- Free-Plan - https://ipinfo.io/developers/responses#free-plan
- MissingAuth - https://ipinfo.io/missingauth
- Unauthenticated - Request limit increase from 1k/day to 50k/month.
- Rate Limits - Free usage is limited upto 50,000 API requests per month.
- request - https://ipinfo.io/{ip}/{field}/
- field - ip, hostname, anycast, city, region, country, loc, org, postal, timezone, readme**footnote**
- let me know if you find any bugs!
- Thank you mahemys