AbhishekSrikanth / pycloudtrace

The `pycloudtrace` library provides a Python function for parsing data from the Cloudflare CDN "https://1.1.1.1/cdn-cgi/trace" endpoint. This endpoint provides information about the client's network and device, such as the IP address, location, and HTTP headers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pycloudtrace

The pycloudtrace library provides a Python function for parsing data from the Cloudflare CDN "https://1.1.1.1/cdn-cgi/trace" endpoint. This endpoint provides information about the client's network and device, such as the IP address, location, and HTTP headers.

Installation

pip install pycloudtrace

Usage

from pycloudtrace import cdn_trace

data = cdn_trace()

Contributing

Pull requests are welcome!

About

The `pycloudtrace` library provides a Python function for parsing data from the Cloudflare CDN "https://1.1.1.1/cdn-cgi/trace" endpoint. This endpoint provides information about the client's network and device, such as the IP address, location, and HTTP headers.

License:MIT License


Languages

Language:Python 100.0%