exfil-kit


Nameexfil-kit JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/animal-0x/exfil-kit
SummaryA stealthy data extraction toolkit
upload_time2025-02-12 05:27:17
maintainerNone
docs_urlNone
authoranimal-0x
requires_python<4.0,>=3.11
licenseMIT
keywords scraping data-extraction stealth automation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # exfil-kit

A stealthy data extraction toolkit built with Botright and Botasaurus.

## Installation

```bash
pip install exfil-kit
```

## Quick Start

```python
from exfil_kit import StealthExtractor

extractor = StealthExtractor()
data = extractor.extract("https://example.com")
print(data)
```

## Features

- Built on Botright and Botasaurus
- Stealth-focused extraction
- Clean, reliable data output
- Simple, focused API

## License

MIT

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/animal-0x/exfil-kit",
    "name": "exfil-kit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "scraping, data-extraction, stealth, automation",
    "author": "animal-0x",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/9a/b2/d8f35ef16df43f5d043e46327c1c29f2e9755f57fe2e4db11185c9a12fee/exfil_kit-0.1.0.tar.gz",
    "platform": null,
    "description": "# exfil-kit\n\nA stealthy data extraction toolkit built with Botright and Botasaurus.\n\n## Installation\n\n```bash\npip install exfil-kit\n```\n\n## Quick Start\n\n```python\nfrom exfil_kit import StealthExtractor\n\nextractor = StealthExtractor()\ndata = extractor.extract(\"https://example.com\")\nprint(data)\n```\n\n## Features\n\n- Built on Botright and Botasaurus\n- Stealth-focused extraction\n- Clean, reliable data output\n- Simple, focused API\n\n## License\n\nMIT\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A stealthy data extraction toolkit",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://github.com/animal-0x/exfil-kit#readme",
        "Homepage": "https://github.com/animal-0x/exfil-kit",
        "Repository": "https://github.com/animal-0x/exfil-kit"
    },
    "split_keywords": [
        "scraping",
        " data-extraction",
        " stealth",
        " automation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2a583593aaf3a417c128898d42b515184048d9090d3bc885c170eac2c205ca0",
                "md5": "c19544e7e1a673db03f9bc495101b261",
                "sha256": "db174cbc8602ba624025949fa21b9392a75be27835c31f19dd585385f0a32ec6"
            },
            "downloads": -1,
            "filename": "exfil_kit-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c19544e7e1a673db03f9bc495101b261",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 4741,
            "upload_time": "2025-02-12T05:27:15",
            "upload_time_iso_8601": "2025-02-12T05:27:15.651761Z",
            "url": "https://files.pythonhosted.org/packages/f2/a5/83593aaf3a417c128898d42b515184048d9090d3bc885c170eac2c205ca0/exfil_kit-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ab2d8f35ef16df43f5d043e46327c1c29f2e9755f57fe2e4db11185c9a12fee",
                "md5": "d70332569c5f92eaffe4a1545559bf1e",
                "sha256": "5ee6241875d3458547d7c5e1d04a5b46107494230123f9aaa1523ff893a69d4d"
            },
            "downloads": -1,
            "filename": "exfil_kit-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d70332569c5f92eaffe4a1545559bf1e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 2902,
            "upload_time": "2025-02-12T05:27:17",
            "upload_time_iso_8601": "2025-02-12T05:27:17.631674Z",
            "url": "https://files.pythonhosted.org/packages/9a/b2/d8f35ef16df43f5d043e46327c1c29f2e9755f57fe2e4db11185c9a12fee/exfil_kit-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-12 05:27:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "animal-0x",
    "github_project": "exfil-kit",
    "github_not_found": true,
    "lcname": "exfil-kit"
}
        
Elapsed time: 0.40963s