I2rys / BCFlare

NodeJS module to GET/POST and bypass website's Cloudflare.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BCFlare

NodeJS module to GET/POST and bypass website's Cloudflare

Installation

Github:

git clone https://github.com/I2rys/BCFlare

NPM Packages:

npm i puppeteer-extra-plugin-stealth && npm i puppeteer-extra

This NPM Package:

npm i bcflare

Usage

Get:

BCFlare.get(url, headers, useragent)

Post:

BCFlare.post(url, post_body, headers, useragent)

License

MIT © I2rys

About

NodeJS module to GET/POST and bypass website's Cloudflare.

License:MIT License


Languages

Language:JavaScript 100.0%