Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Py-Scripts Documentation #144

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/04_LIBCURL_IMPERSONATE_PY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Using curl-impersonate in PY-Scripts

It is possible to make [request_curl](https://github.com/Notifysolutions/request_curl) work with
libcurl-impersonate instead of libcurl. Check out the [documentation](https://github.com/Notifysolutions/request_curl#usage-with-curl-impersonate) for more information.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ These docs describe the various usage options.
3. [Using libcurl-impersonate](03_LIBCURL_IMPERSONATE.md)
1. [In PHP scripts](03_LIBCURL_IMPERSONATE_PHP.md)
2. [In JS scripts](03_LIBCURL_IMPERSONATE_JS.md)
3. [In Python scripts](04_LIBCURL_IMPERSONATE_PY.md)