Skip to main content

Get IP, ISP, Location, OS from flask request

Project description

This library get some useful information from flask’s request object.Such as IP Address, ISP, Location, Web Browser, Operating System, etc.

Example

from flask import Flask
from flask_ipinfo import IPInfop

app = Flask(__name__)
ipinfo = IPInfo()

@app.route("/")
def hello():
    return "Your IP Address is :" + ipinfo.ipaddress

if __name__ == "__main__":
    app.run()

Supports

Tested on Python 3.5

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Flask_IPInfo-0.0.10-py2.py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page