Skip to content

botasaurus-requests is a fork of the hrequests library with the playwright dependencies removed.

License

Notifications You must be signed in to change notification settings

omkarcloud/botasaurus-requests

Repository files navigation

Botasaurus Requests

botasaurus-requests is a fork of the 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

pip install botasaurus-requests

Usage

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 for creating hrequests.

About

botasaurus-requests is a fork of the hrequests library with the playwright dependencies removed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages