Bot Messenger được tích hợp ChatGPT.
git clone https://github.com/Tungchaphet/Chino-chan-Bot.git
cd Chino-chan-Bot
npm i
// ./config/config.js
const config = {
prefix: '/', // Bạn có thể thay prefix ở đây nhé.
openaikey: '', // Đưa token OpenAI của bạn vô đây
cache: new NodeCache({
checkperiod: 10000,
deleteOnExpire: true
}),
ratelimit: new Map(),
commands: new Map(),
aliases: new Map()
}
module.exports = config
Copy và paste json cookies tài khoản của bạn vô file fbstate.json nằm trong folder config. Lấy cookies tài khoản bằng cách sử dụng chrome extension c3c-fbstate.
Chạy bot:
npm start
Và khi terminal của bạn xuất hiện username đã online. thì bạn đã thành công rồi đấy, chúc bạn may mắn :3