clone the repository
$ git clone https://github.com/XaviaTeam/facebook-bot-chatgpt.git
install dependencies
$ npm install
Open .env.example, add your appstate (base64) using c3c-fbstate, openaikey, and change prefix to your liking, then save it as .env
$ mv .env.example .env
$ npm start