Skip to main content

EchoScan package for Python

Project description

echoscan (Python)

中文 | English

中文

可用调用方式

  • EchoScanLiteClient()
  • EchoScanProClient(api_key=...)

方法:

  • Lite: get_report(imprint)
  • Pro: get_report(imprint), get_history(imprint, days=..., from_=..., to=..., recent=...)

History 查询:

仅 Pro 客户端可用(需要 Pro API Key)。

返回值与错误

get_report() 顶层结构:

{
  "analysis": {},
  "lyingCount": 0,
  "projection": {}
}

get_history() 顶层结构:

{
  "imprint": "fp_session_...",
  "range": {},
  "recent": [],
  "summary": {},
  "timeline": []
}

完整字段说明链接:echoscan

示例

import os
from echoscan import EchoScanProClient

pro = EchoScanProClient(api_key=os.environ["ECHOSCAN_PRO_KEY"])
report = pro.get_report("fp_session_123")
history = pro.get_history("fp_session_123", from_="2026-03-01", to="2026-03-18", recent=20)

print(report)
print(history)

English

Usage

  • EchoScanLiteClient()
  • EchoScanProClient(api_key=...)

Methods:

  • Lite: get_report(imprint)
  • Pro: get_report(imprint), get_history(imprint, days=..., from_=..., to=..., recent=...)

History query:

Pro-only (requires a Pro API key).

Response and errors

get_report() top-level shape:

{
  "analysis": {},
  "lyingCount": 0,
  "projection": {}
}

get_history() top-level shape:

{
  "imprint": "fp_session_...",
  "range": {},
  "recent": [],
  "summary": {},
  "timeline": []
}

Full field reference: echoscan

Example

import os
from echoscan import EchoScanProClient

pro = EchoScanProClient(api_key=os.environ["ECHOSCAN_PRO_KEY"])
report = pro.get_report("fp_session_123")
history = pro.get_history("fp_session_123", from_="2026-03-01", to="2026-03-18", recent=20)

print(report)
print(history)

Project details


Download files

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

Source Distribution

echoscan-0.1.1.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

echoscan-0.1.1-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file echoscan-0.1.1.tar.gz.

File metadata

  • Download URL: echoscan-0.1.1.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for echoscan-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a845dd3c0b3ab9b694739ccba4ad9b6c3e3af36acdb12edbcf092c941dd81906
MD5 313273feb100df652359ba10b292360b
BLAKE2b-256 3f786553e0c0e9da509bfeb84dcad98eaf8a97fdf0c9922b98db5b74a4d6a201

See more details on using hashes here.

Provenance

The following attestation bundles were made for echoscan-0.1.1.tar.gz:

Publisher: publish-python.yml on ozzxzzo/fingerprint-system

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file echoscan-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: echoscan-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for echoscan-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1b28959ae846402f2cc65933b8b34b3e3fe73ae44dc92839007dc6b3b355c5ba
MD5 796e326fd2d050db537699cd0a221e69
BLAKE2b-256 9b393eb64e31ba6e343a40dfc22a5382a3bebef7fcfd8d3542ca9fdba7c20ae2

See more details on using hashes here.

Provenance

The following attestation bundles were made for echoscan-0.1.1-py3-none-any.whl:

Publisher: publish-python.yml on ozzxzzo/fingerprint-system

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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