Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 902 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 902 Bytes

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