chatgpt-scraper
1.0.1 • Public • Published Scraper for chatgpt. (No api, No limit, 100% free)
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
Version | Downloads (Last 7 Days) | Tag |
---|
1.0.1 | 1,894 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.1 | 1,894 | |
1.0.0 | 0 | |
Package Sidebar
Install
Weekly Downloads