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.0.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.0-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: echoscan-0.1.0.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.0.tar.gz
Algorithm Hash digest
SHA256 117c6cc77fe04c7aaea7e5260a7f1ce572651fad5804d3776c6144a1f1de85a9
MD5 ad570fd4ff2ec2f5f593e323ad3f2abf
BLAKE2b-256 674da702e695a62fd131d756fdc3c47e732f967ce8d83c14a8a0d68c6c77c9e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for echoscan-0.1.0.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.0-py3-none-any.whl.

File metadata

  • Download URL: echoscan-0.1.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a076b72096fc3256ec959057968dd2d001973a3cf8bf8cbeb0042e45b074233d
MD5 0e0257a0a210a6ab0cd65b90be651b45
BLAKE2b-256 a98f7649e50c8557ec0f771d3d1632da44415380a98d4447fd07632db6324374

See more details on using hashes here.

Provenance

The following attestation bundles were made for echoscan-0.1.0-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