All Projects → unixfox → pupflare

unixfox / pupflare

Licence: other
A webpage proxy that request through Chromium (puppeteer) - can be used to bypass Cloudflare anti bot / anti ddos on any application (like curl)

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to pupflare

Cloudflare Scrape
A Python module to bypass Cloudflare's anti-bot page.
Stars: ✭ 2,606 (+1324.04%)
Mutual labels:  cloudflare, anti-bot-page, protected-page, scrape, scraping-websites
FlareSolverrSharp
FlareSolverr .Net / Proxy server to bypass Cloudflare protection
Stars: ✭ 62 (-66.12%)
Mutual labels:  chromium, cloudflare, puppeteer
Flaresolverr
Proxy server to bypass Cloudflare protection
Stars: ✭ 241 (+31.69%)
Mutual labels:  chromium, cloudflare, puppeteer
Headless Chrome Crawler
Distributed crawler powered by Headless Chrome
Stars: ✭ 5,129 (+2702.73%)
Mutual labels:  chromium, puppeteer
Gotenberg
A Docker-powered stateless API for PDF files.
Stars: ✭ 3,272 (+1687.98%)
Mutual labels:  chromium, puppeteer
Webster
a reliable high-level web crawling & scraping framework for Node.js.
Stars: ✭ 364 (+98.91%)
Mutual labels:  chromium, puppeteer
Recorder
A browser extension that generates Cypress, Playwright and Puppeteer test scripts from your interactions 🖱 ⌨
Stars: ✭ 277 (+51.37%)
Mutual labels:  chromium, puppeteer
Wendigo
A proper monster for front-end automated testing
Stars: ✭ 121 (-33.88%)
Mutual labels:  chromium, puppeteer
Puppeteer Docs Zh Cn
Google Puppeteer 文档的中文版本 , 目标版本 1.9.0, 翻译中...
Stars: ✭ 61 (-66.67%)
Mutual labels:  chromium, puppeteer
Puppeteer Sharp
Headless Chrome .NET API
Stars: ✭ 2,122 (+1059.56%)
Mutual labels:  chromium, puppeteer
Reactopt
A CLI React performance optimization tool that identifies potential unnecessary re-rendering
Stars: ✭ 1,975 (+979.23%)
Mutual labels:  chromium, puppeteer
mitm-play
Man in the middle using Playwright
Stars: ✭ 13 (-92.9%)
Mutual labels:  chromium, puppeteer
pccomponentes-buy-bot
A script made to buy any out-of-stock product off spanish stores
Stars: ✭ 34 (-81.42%)
Mutual labels:  chromium, puppeteer
Puppetron
Puppeteer (Headless Chrome Node API)-based rendering solution.
Stars: ✭ 429 (+134.43%)
Mutual labels:  chromium, puppeteer
Secret Agent
The web browser that's built for scraping.
Stars: ✭ 151 (-17.49%)
Mutual labels:  chromium, puppeteer
Chrome Aws Lambda
Chromium Binary for AWS Lambda and Google Cloud Functions
Stars: ✭ 2,502 (+1267.21%)
Mutual labels:  chromium, puppeteer
Pyppeteer
Headless chrome/chromium automation library (unofficial port of puppeteer)
Stars: ✭ 1,286 (+602.73%)
Mutual labels:  chromium, puppeteer
LInkedIn-Reverese-Lookup
🔎Search LinkedIn profile by email address📧
Stars: ✭ 20 (-89.07%)
Mutual labels:  chromium, puppeteer
throughout
🎪 End-to-end testing made simple (using Jest and Puppeteer)
Stars: ✭ 16 (-91.26%)
Mutual labels:  chromium, puppeteer
Google Meet Scheduler
😴 Attends classes for you.
Stars: ✭ 150 (-18.03%)
Mutual labels:  chromium, puppeteer

How to launch

  1. Install NodeJS
  2. npm install
  3. npm start

How to use

Send your request to the server with the port 3000 and add your URL to the "url" query string like this: http://localhost:3000/?url=https://example.org

To show the browser window, set the environment variable PUPPETEER_HEADFUL=1. To use a proxy, set the PUPPETEER_PROXY environment variable, for example PUPPETEER_PROXY=localhost:8080. To specify user data directory, set PUPPETEER_USERDATADIR=/path/to/dir.

Docker

Available as a Docker image here: https://quay.io/repository/unixfox/pupflare

docker run -d -p 3000:3000 quay.io/unixfox/pupflare
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].