| Name | hqapi-client JSON |
| Version |
1.0.3
JSON |
| download |
| home_page | None |
| Summary | Python client for HQAPI.com |
| upload_time | 2025-10-17 13:47:51 |
| maintainer | None |
| docs_url | None |
| author | HQAPI |
| requires_python | >=3.8 |
| license | None |
| keywords |
hqapi
screenshot
screenshots
|
| VCS |
|
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
hqapi_client
============
Python client for HQAPI.com that allows you to interact with the HQAPI
service easily. Get your API tokens at https://hqapi.com/
Features
--------
- Simple and intuitive Python interface
- Send screenshots and capture data
- Works with Python 3.8+
Installation
------------
You can install `hqapi-client` via pip:
.. code-block:: bash
pip install hqapi-client
Usage
-----
Here is a basic example of how to use the client:
.. code-block:: python
from hqapi_client import HQAPIClient
client = HQAPIClient(api_key="YOUR_API_KEY")
screenshot = client.capture_screenshot(url="https://example.com")
print(screenshot)
Dependencies
------------
- `requests>=2.30.0`
License
-------
This project is licensed under the MIT License.
Contact
-------
Author: HQAPI
Raw data
{
"_id": null,
"home_page": null,
"name": "hqapi-client",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "hqapi, screenshot, screenshots",
"author": "HQAPI",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/aa/7e/f7251657cb27e2192565ca19831c7de6f7239b21c1f75356f9dbbdc593b9/hqapi_client-1.0.3.tar.gz",
"platform": null,
"description": "hqapi_client\n============\n\nPython client for HQAPI.com that allows you to interact with the HQAPI\nservice easily. Get your API tokens at https://hqapi.com/\n\n\nFeatures\n--------\n- Simple and intuitive Python interface\n- Send screenshots and capture data\n- Works with Python 3.8+\n\nInstallation\n------------\nYou can install `hqapi-client` via pip:\n\n.. code-block:: bash\n\n pip install hqapi-client\n\nUsage\n-----\nHere is a basic example of how to use the client:\n\n.. code-block:: python\n\n from hqapi_client import HQAPIClient\n\n client = HQAPIClient(api_key=\"YOUR_API_KEY\")\n screenshot = client.capture_screenshot(url=\"https://example.com\")\n print(screenshot)\n\nDependencies\n------------\n- `requests>=2.30.0`\n\nLicense\n-------\nThis project is licensed under the MIT License.\n\nContact\n-------\nAuthor: HQAPI\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Python client for HQAPI.com",
"version": "1.0.3",
"project_urls": null,
"split_keywords": [
"hqapi",
" screenshot",
" screenshots"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "356332e0f4537bd79ef2b203989aa35a311bfcc5fcfbf816e585c0df24dffe4a",
"md5": "c9db61931da5fa8ab7fe00fdda5007d5",
"sha256": "c958ffd3d12a40bcfd28bbe9d0dc3010aae30d15b832896ea5d5daf9ec7bfba9"
},
"downloads": -1,
"filename": "hqapi_client-1.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c9db61931da5fa8ab7fe00fdda5007d5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 2978,
"upload_time": "2025-10-17T13:47:50",
"upload_time_iso_8601": "2025-10-17T13:47:50.313523Z",
"url": "https://files.pythonhosted.org/packages/35/63/32e0f4537bd79ef2b203989aa35a311bfcc5fcfbf816e585c0df24dffe4a/hqapi_client-1.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aa7ef7251657cb27e2192565ca19831c7de6f7239b21c1f75356f9dbbdc593b9",
"md5": "0ced5fe25d9b0404abb9d17a1fc795b6",
"sha256": "8bdd2748bd57db4edf3325c668a89ec13ba658eefcd0a01a3caf6d34f7b0a6f7"
},
"downloads": -1,
"filename": "hqapi_client-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "0ced5fe25d9b0404abb9d17a1fc795b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 2675,
"upload_time": "2025-10-17T13:47:51",
"upload_time_iso_8601": "2025-10-17T13:47:51.375692Z",
"url": "https://files.pythonhosted.org/packages/aa/7e/f7251657cb27e2192565ca19831c7de6f7239b21c1f75356f9dbbdc593b9/hqapi_client-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-17 13:47:51",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "hqapi-client"
}