diff options
author | Hunter Sezen <orbea@riseup.net> | 2020-02-15 08:16:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-15 08:16:53 +0700 |
commit | ba068cc1f321ec2223b82f53030b784a61ec5566 (patch) | |
tree | 6d56e77b60c782cfce5ed1c1597b8c6a473e22de /python/cloudscraper/README | |
parent | 9b89842eeb78d43ec185fdb5dc60f36c48f7296b (diff) | |
download | slackbuilds-ba068cc1f321ec2223b82f53030b784a61ec5566.tar.gz slackbuilds-ba068cc1f321ec2223b82f53030b784a61ec5566.tar.xz |
python/cloudscraper: Added (Python Module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cloudscraper/README')
-rw-r--r-- | python/cloudscraper/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/cloudscraper/README b/python/cloudscraper/README new file mode 100644 index 0000000000..fda7ca3f57 --- /dev/null +++ b/python/cloudscraper/README @@ -0,0 +1,6 @@ +A simple Python module to bypass Cloudflare's anti-bot page (also known +as "I'm Under Attack Mode", or IUAM), implemented with Requests. + +All of the dependencies require python3 support. + +Optional dependency: brotli |