How to Install and Uninstall python36-cfscrape Package on openSuSE Tumbleweed
Last updated: December 23,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python36-cfscrape" package
Here is a brief guide to show you how to install python36-cfscrape on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python36-cfscrape
Copied
2. Uninstall "python36-cfscrape" package
Here is a brief guide to show you how to uninstall python36-cfscrape on openSuSE Tumbleweed:
$
sudo zypper remove
python36-cfscrape
Copied
3. Information about the python36-cfscrape package on openSuSE Tumbleweed
Information for package python36-cfscrape:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-cfscrape
Version : 2.1.1-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 69,3 KiB
Installed : No
Status : not installed
Source package : python-cfscrape-2.1.1-1.7.src
Summary : Python module to bypass Cloudflare's anti-bot page
Description :
A simple Python module to bypass Cloudflare's anti-bot page (also known as "I'm
Under Attack Mode", or IUAM), implemented with Requests.
This can be useful if you wish to scrape or crawl a website protected with
Cloudflare. Cloudflare's anti-bot page currently just checks if the client
supports Javascript, though they may add additional techniques in the future.
Due to Cloudflare continually changing and hardening their protection page,
cfscrape requires Node.js to solve Javascript challenges. This allows the script
to easily impersonate a regular web browser without explicitly deobfuscating and
parsing Cloudflare's Javascript.
Note: This only works when regular Cloudflare anti-bots is enabled (the
"Checking your browser before accessing..." loading page). If there is a
reCAPTCHA challenge, you're out of luck. Thankfully, the Javascript check page
is much more common.
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-cfscrape
Version : 2.1.1-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 69,3 KiB
Installed : No
Status : not installed
Source package : python-cfscrape-2.1.1-1.7.src
Summary : Python module to bypass Cloudflare's anti-bot page
Description :
A simple Python module to bypass Cloudflare's anti-bot page (also known as "I'm
Under Attack Mode", or IUAM), implemented with Requests.
This can be useful if you wish to scrape or crawl a website protected with
Cloudflare. Cloudflare's anti-bot page currently just checks if the client
supports Javascript, though they may add additional techniques in the future.
Due to Cloudflare continually changing and hardening their protection page,
cfscrape requires Node.js to solve Javascript challenges. This allows the script
to easily impersonate a regular web browser without explicitly deobfuscating and
parsing Cloudflare's Javascript.
Note: This only works when regular Cloudflare anti-bots is enabled (the
"Checking your browser before accessing..." loading page). If there is a
reCAPTCHA challenge, you're out of luck. Thankfully, the Javascript check page
is much more common.