1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/net/py-cloudflare-scrape/pkg-descr
Tobias C. Berner 7b4fce7a79 New port: net/py-cloudflare-scrape
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
2017-05-19 15:56:44 +00:00

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