Skip to content

moffa13/CloudflareScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudflareScraper

A Qt Cloudflare scraper. Use it if your application needs to bypass cloudflare anti-bot security.


Installation

if you're going to use it as an external library, just run

qmake src\CloudflareScraper.pro

if you want to use the example, run

qmake "DEFINES+=NO_DLL" src\CloudflareScraper.pro

then run

nmake

or

make

CLI

To write the html page into a file, simply do

CloudflareScraper http://www.******.com/ > result.html 2> error.log

About

C++ Cloudflare scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published