How to Install and Uninstall python3-cfscrape Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-cfscrape" package

Learn how to install python3-cfscrape on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-cfscrape

2. Uninstall "python3-cfscrape" package

This tutorial shows how to uninstall python3-cfscrape on openSUSE Leap:

$ sudo zypper remove python3-cfscrape

3. Information about the python3-cfscrape package on openSUSE Leap

Information for package python3-cfscrape:
-----------------------------------------
Repository : Main Repository
Name : python3-cfscrape
Version : 2.1.1-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 70.8 KiB
Installed : No
Status : not installed
Source package : python-cfscrape-2.1.1-bp155.2.12.src
Upstream URL : https://github.com/Anorov/cloudflare-scrape
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.

5. The same packages on other Linux Distributions