Sued is an AI designed to respond and assist in WhatsApp groups.
-
Clone the repository:
git clone https://github.com/paulomunizdev/sued.git cd sued
-
Add your OpenAI API key to the
.env
file. -
Install NVM (Node Version Manager):
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash source ~/.bashrc
-
Remove existing Node.js and npm installations (if any):
sudo apt remove nodejs npm
-
Install Node.js using NVM:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash nvm install node nvm use node
-
Install dependencies:
npm install
-
Start the application:
npm start
-
Scan the WhatsApp QR Code displayed in the terminal to authenticate.
-
Enjoy!