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

Uploaded Python 3

File details

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

File metadata

  • Download URL: echoscan-0.1.9.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.9.tar.gz
Algorithm Hash digest
SHA256 08ed5882a97ad0f808ae145fea554d5f13234a2d6146df3d4bcbb2d9c74130d5
MD5 a622336a86126b638d2365e61c6e4501
BLAKE2b-256 e24d93a2f55689161c977365b6feecfee5d5d1146e123a7d9b640379e142203f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: echoscan-0.1.9-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.9-py3-none-any.whl
Algorithm Hash digest
SHA256 c6dbb867a3a5951e8bd3a0684c43c4ec03681c73e1d476ca3bc7db7d26d80619
MD5 e0de8c149b75ca53bde9b0c4822983fb
BLAKE2b-256 838857297b8af10470274d353d8d6b5a2c6414540752a4687f22759f30c04745

See more details on using hashes here.

Provenance

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