https://github.com/frederik-uni/docker-cloudflare-bypasser
A simple api that runs within a container that returns user-agent and cookies
https://github.com/frederik-uni/docker-cloudflare-bypasser
anti-bot anti-detect anti-detection bypass-cloudflare cloudflare-bypass cloudflare-bypasser cloudflare-scraper undetectable web-crawling
Last synced: 4 months ago
JSON representation
A simple api that runs within a container that returns user-agent and cookies
- Host: GitHub
- URL: https://github.com/frederik-uni/docker-cloudflare-bypasser
- Owner: frederik-uni
- Created: 2025-04-28T13:17:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-04-29T10:06:18.000Z (5 months ago)
- Last Synced: 2025-05-18T02:11:56.233Z (5 months ago)
- Topics: anti-bot, anti-detect, anti-detection, bypass-cloudflare, cloudflare-bypass, cloudflare-bypasser, cloudflare-scraper, undetectable, web-crawling
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-cloudflare-bypasser
A simple api that runs within a container that returns user-agent and cookies
```
docker run -p 8000:8000 frederikuni/docker-cloudflare-bypasser:latestcurl -X POST "http://127.0.0.1:8000/bypass-cloudflare" \
-H "Content-Type: application/json" \
-d '{"url": "https://nopecha.com/demo/cloudflare"}'
```