Skip to content

API server for load sites blocked with cloudflare "ddos protection"

Notifications You must be signed in to change notification settings

skinner12/bypass-cloudflare-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANTI BOT APIs

This server API load a webpage blocked for bot and return HTML code.

Based on: undetected-chromedriver

Installation

sudo apt install -y xvfb
sudo curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo tee -a /usr/share/keyrings/linux_signing_key.pub
sudo echo "deb [arch=amd64]  http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list
sudo apt-get -y update
sudo apt-get -y install google-chrome-stable
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.9

About

API server for load sites blocked with cloudflare "ddos protection"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages