# 💽 VXAPI
**[virus.exchange](https://virus.exchange/)** wrapper for python
# Installation
```
pip install vxapi
```
> [!NOTE]
> Get your API key **[here](https://virus.exchange/users/settings)**
# Usage
```
import vxapi
vx = vxapi.vxapi("ENTER YOUR API KEY")
sample = vx.get_sample("9f7b4bd7f9b3dff55e97516a19905cc6af88bae1817f1ad6e5e3e2ca7737f3dc")
print(sample.md5)
> ffdceadfc3973b02f15c0106122c7490
print(sample.sha256)
> 9f7b4bd7f9b3dff55e97516a19905cc6af88bae1817f1ad6e5e3e2ca7737f3dc
print(sample.sha512)
> a33fce3dcb3eb95a638b290757b3a613ca6a125ea324512de40658c62f7a0611775d5d802a6c4d45850c9a25974c2d5f279fd2f6b4ed75d11dc74e8c6f77111a
print(sample.type)
> None
print(sample.size)
> 131072
print(sample.first_seen)
> 2024-03-25 07:20:13+00:00
print(sample.download_link)
> https://s3[.]us-east-1[.]wasabisys[.]com/vxugmwdb/ ...
Raw data
{
"_id": null,
"home_page": "https://github.com/clienthold/vxapi",
"name": "vxapi",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.7",
"maintainer_email": null,
"keywords": null,
"author": "Dmitry Kondrashov",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/97/9d/f020a878b3fa60db58d1a59363906745c3a91d1746817e464ee18c639ffd/vxapi-1.1.tar.gz",
"platform": null,
"description": "# \ud83d\udcbd VXAPI\r\n\r\n**[virus.exchange](https://virus.exchange/)** wrapper for python\r\n\r\n# Installation\r\n\r\n```\r\npip install vxapi\r\n```\r\n\r\n> [!NOTE]\r\n> Get your API key **[here](https://virus.exchange/users/settings)**\r\n\r\n# Usage\r\n\r\n```\r\nimport vxapi\r\n\r\nvx = vxapi.vxapi(\"ENTER YOUR API KEY\")\r\nsample = vx.get_sample(\"9f7b4bd7f9b3dff55e97516a19905cc6af88bae1817f1ad6e5e3e2ca7737f3dc\")\r\n\r\nprint(sample.md5)\r\n> ffdceadfc3973b02f15c0106122c7490\r\nprint(sample.sha256)\r\n> 9f7b4bd7f9b3dff55e97516a19905cc6af88bae1817f1ad6e5e3e2ca7737f3dc\r\nprint(sample.sha512)\r\n> a33fce3dcb3eb95a638b290757b3a613ca6a125ea324512de40658c62f7a0611775d5d802a6c4d45850c9a25974c2d5f279fd2f6b4ed75d11dc74e8c6f77111a\r\nprint(sample.type)\r\n> None\r\nprint(sample.size)\r\n> 131072\r\nprint(sample.first_seen)\r\n> 2024-03-25 07:20:13+00:00\r\nprint(sample.download_link)\r\n> https://s3[.]us-east-1[.]wasabisys[.]com/vxugmwdb/ ...\r\n",
"bugtrack_url": null,
"license": null,
"summary": "virus.exchange wrapper for python",
"version": "1.1",
"project_urls": {
"Homepage": "https://github.com/clienthold/vxapi"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "79e59e8a06b5c61ad7ea050e57116595535708d4ab92bbdff7a78e98f7a1f069",
"md5": "4fa45acf13424da275092b502ec9e985",
"sha256": "3ee0adfc090bc22b37f948e1d1afe2605158a832685eddc7e8bd840cc0fc6bfd"
},
"downloads": -1,
"filename": "vxapi-1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4fa45acf13424da275092b502ec9e985",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.7",
"size": 2729,
"upload_time": "2024-08-25T21:22:51",
"upload_time_iso_8601": "2024-08-25T21:22:51.311060Z",
"url": "https://files.pythonhosted.org/packages/79/e5/9e8a06b5c61ad7ea050e57116595535708d4ab92bbdff7a78e98f7a1f069/vxapi-1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "979df020a878b3fa60db58d1a59363906745c3a91d1746817e464ee18c639ffd",
"md5": "284a0e0599655fbda27597be29a45a3b",
"sha256": "ccdefb96d71e299141a41f69d484ae37c9321e87489600b4ff548db4dd02ba1e"
},
"downloads": -1,
"filename": "vxapi-1.1.tar.gz",
"has_sig": false,
"md5_digest": "284a0e0599655fbda27597be29a45a3b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.7",
"size": 2392,
"upload_time": "2024-08-25T21:22:52",
"upload_time_iso_8601": "2024-08-25T21:22:52.729961Z",
"url": "https://files.pythonhosted.org/packages/97/9d/f020a878b3fa60db58d1a59363906745c3a91d1746817e464ee18c639ffd/vxapi-1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-25 21:22:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "clienthold",
"github_project": "vxapi",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "vxapi"
}