botasaurus-requests


Namebotasaurus-requests JSON
Version 4.0.38 PyPI version JSON
download
home_pagehttps://github.com/omkarcloud/botasaurus-requests
Summarybotasaurus_requests is a fork of the requests library with the playwright dependencies removed.
upload_time2024-09-30 02:24:38
maintainerChetan
docs_urlNone
authorChetan
requires_python>=3.5
licenseMIT
keywords tls client http scraping requests humans
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Botasaurus Requests

botasaurus-requests is a fork of the [hrequests](https://github.com/daijro/hrequests) library, featuring the following updates:

- Removal of the playwright dependencies, to make it more lightweight.
- Bug fixes to ensure smooth execution on Windows, eliminating runtime errors.
- Addition of the Google Referer header in the get method to make requests more humane.

## Installation

```bash
pip install botasaurus-requests
```

## Usage

```python
from botasaurus_requests import request

response = request.get(
    "https://www.g2.com/products/omkar-cloud/reviews",
    headers={
        "Referer": "https://www.google.com/",
    },
)
print(response.status_code)
```

## Credits

Kudos to [daijro](https://github.com/daijro) for creating [hrequests](https://github.com/daijro/hrequests).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/omkarcloud/botasaurus-requests",
    "name": "botasaurus-requests",
    "maintainer": "Chetan",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "chetan@omkar.cloud",
    "keywords": "tls, client, http, scraping, requests, humans",
    "author": "Chetan",
    "author_email": "chetan@omkar.cloud",
    "download_url": "https://files.pythonhosted.org/packages/1b/bc/105cc276bcd158f723f31a234b2cc05a409117dec421f2d1fd51f2f5d131/botasaurus_requests-4.0.38.tar.gz",
    "platform": null,
    "description": "# Botasaurus Requests\n\nbotasaurus-requests is a fork of the [hrequests](https://github.com/daijro/hrequests) library, featuring the following updates:\n\n- Removal of the playwright dependencies, to make it more lightweight.\n- Bug fixes to ensure smooth execution on Windows, eliminating runtime errors.\n- Addition of the Google Referer header in the get method to make requests more humane.\n\n## Installation\n\n```bash\npip install botasaurus-requests\n```\n\n## Usage\n\n```python\nfrom botasaurus_requests import request\n\nresponse = request.get(\n    \"https://www.g2.com/products/omkar-cloud/reviews\",\n    headers={\n        \"Referer\": \"https://www.google.com/\",\n    },\n)\nprint(response.status_code)\n```\n\n## Credits\n\nKudos to [daijro](https://github.com/daijro) for creating [hrequests](https://github.com/daijro/hrequests).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "botasaurus_requests is a fork of the requests library with the playwright dependencies removed.",
    "version": "4.0.38",
    "project_urls": {
        "Bug Reports": "https://github.com/omkarcloud/botasaurus-requests/issues",
        "Homepage": "https://github.com/omkarcloud/botasaurus-requests",
        "Source": "https://github.com/omkarcloud/botasaurus-requests"
    },
    "split_keywords": [
        "tls",
        " client",
        " http",
        " scraping",
        " requests",
        " humans"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bbc105cc276bcd158f723f31a234b2cc05a409117dec421f2d1fd51f2f5d131",
                "md5": "a005f69509c88e6c87ba5015c6f0f6c6",
                "sha256": "21abec0d1851fdaca687422082750aaee4e9c2eb939d6aa5361e0ec1f457f572"
            },
            "downloads": -1,
            "filename": "botasaurus_requests-4.0.38.tar.gz",
            "has_sig": false,
            "md5_digest": "a005f69509c88e6c87ba5015c6f0f6c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 37683,
            "upload_time": "2024-09-30T02:24:38",
            "upload_time_iso_8601": "2024-09-30T02:24:38.012176Z",
            "url": "https://files.pythonhosted.org/packages/1b/bc/105cc276bcd158f723f31a234b2cc05a409117dec421f2d1fd51f2f5d131/botasaurus_requests-4.0.38.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-30 02:24:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "omkarcloud",
    "github_project": "botasaurus-requests",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "botasaurus-requests"
}
        
Elapsed time: 0.34598s