This repository contains the code for a WhatsApp bot. The bot is designed to interact with users on WhatsApp, providing various functionalities as defined in the code.
- Automated Responses: The bot can send automated responses based on user inputs.
- Custom Commands: Define custom commands to perform specific actions.
- Integration with APIs: Connect the bot with external APIs to fetch and display data.
- User Management: Manage user interactions and store user data.
- Node.js
- npm (Node Package Manager)
- WhatsApp Business API
- Clone the repository:
git clone https://github.com/SC136/WhatsApp_Bot.git cd WhatsApp_Bot - Install the dependencies:
npm install
- Start the bot:
node main.js
- Authentication: Login with the QR code generated in the terminal, from your WhatsApp on mobile.
Contributions are welcome! Please fork the repository and create a pull request with your changes.