mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
7b4fce7a79
A simple Python module to bypass Cloudflare's anti-bot page (also known as "I'm Under Attack Mode", or IUAM), implemented with Requests. https://github.com/Anorov/cloudflare-scrape Approved by: rakuco (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10813
10 lines
505 B
Plaintext
10 lines
505 B
Plaintext
A simple Python module to bypass Cloudflare's anti-bot page (also known as "I'm
|
|
Under Attack Mode", or IUAM), implemented with Requests. Cloudflare changes
|
|
their techniques periodically, so I will update this repo frequently.
|
|
|
|
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.
|
|
|
|
WWW: https://github.com/Anorov/cloudflare-scrape
|