chatgpt-scraper

1.0.1 • Public • Published

Scraper for chatgpt. (No api, No limit, 100% free)


My Chatgpt Api And Other Apis On:- https://vihangayt.me

Example

const {
ChatGpt
} = require('chatgpt-scraper');

//await ChatGpt('prompt');
const res = await ChatGpt('Hi');
console.log(res);

OutPut

{
    owner: '@vihangayt0',
    response: 'Hi there! How can I assist you today?'
}

Package Sidebar

Install

npm i chatgpt-scraper

Weekly Downloads

1,643

Version

1.0.1

License

ISC

Unpacked Size

58 kB

Total Files

3

Last publish

Collaborators

  • vihangayt_npm