Scraper for chatgpt. (No api, No limit, 100% free)
- Author : Vihanga-YT
https://vihangayt.me
My Chatgpt Api And Other Apis On:-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?'
}