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?'
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.11,894latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.11,894
1.0.00

Package Sidebar

Install

npm i chatgpt-scraper

Weekly Downloads

1,894

Version

1.0.1

License

ISC

Unpacked Size

58 kB

Total Files

3

Last publish

Collaborators

  • vihangayt_npm