chatgpt-scraper
v1.0.1
Published
Scraper for chatgpt. (No api, No limit, 100% free)
Downloads
9,412
Maintainers
Readme
Scraper for chatgpt. (No api, No limit, 100% free)
- Author : Vihanga-YT
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?'
}