python-cloudscraper 1.2.71~git20230426.cbb3c0ea-1 source package in Ubuntu

Changelog

python-cloudscraper (1.2.71~git20230426.cbb3c0ea-1) unstable; urgency=medium

  * New upstream release

 -- Carles Pina i Estany <email address hidden>  Sun, 10 Dec 2023 00:23:18 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cloudscraper_1.2.71~git20230426.cbb3c0ea-1.dsc 2.4 KiB 11215101144f14ea7640c1eaac424ec6be01d92e1da4fcfeb1dad2426be418d2
python-cloudscraper_1.2.71~git20230426.cbb3c0ea.orig.tar.gz 109.8 KiB 3eda7955c8497d35265c6c9c56a0d2c70ed47beb58efc690d5cfb67a63ceb8ca
python-cloudscraper_1.2.71~git20230426.cbb3c0ea-1.debian.tar.xz 3.1 KiB e463d0368ba8634704eb67668881f2ef40b20802abfcd47199d803bd5022e9d4

No changes file available.

Binary packages built by this source

python3-cloudscraper: Request pages with Cloudflare's anti-bot page

 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.