python3-cloudscraper

Request pages with Cloudflare's anti-bot page
  https://github.com/VeNoMouS/cloudscraper
  0
  no reviews



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.

The cloudscraper API is the same as requests.sessions.Session.

python-cloudscraper try to solve the challenge using a Python native solver. Other possible solvers: using nodejs to solve the JavaScript challenge or using external APIs. The documentation specify which ones are available (/usr/share/doc/python3-cloudscraper/README.md.gz).

This package installs the library for Python 3.