https://github.com/neguindev/bot-wa-v2
Bot WA V2 is a WhatsApp bot that integrates with various services like OpenAI, DeepAI, and Firebase to provide a range of functionalities.
https://github.com/neguindev/bot-wa-v2
Last synced: 10 months ago
JSON representation
Bot WA V2 is a WhatsApp bot that integrates with various services like OpenAI, DeepAI, and Firebase to provide a range of functionalities.
- Host: GitHub
- URL: https://github.com/neguindev/bot-wa-v2
- Owner: NeguinDev
- Created: 2023-03-21T03:17:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T04:05:05.000Z (almost 3 years ago)
- Last Synced: 2025-08-17T18:29:59.240Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 275 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bot WA V2
## Description
Bot WA V2 is a WhatsApp bot that integrates with various services like OpenAI, DeepAI, and Firebase to provide a range of functionalities.
## Requirements
- Node.js
- Baileys (WhatsApp Web API)
- OpenAI
- DeepAI
- Firebase
## Installation
Clone the repository:
```bash
git clone https://github.com/NeguinDev/bot-wa-v2.git
```
Install the dependencies:
```bash
npm install
```
Rename `.env.exemple` to `.env` and fill in the required environment variables:
```
PREFIX=/
OPENAI_API_KEY=your_openai_api_key
```
## Usage
To start the bot, run:
```bash
npm start
```
For development:
```bash
npm run dev
```
## Features
### Commands
The bot supports various commands for different functionalities like downloading Instagram posts, generating stickers, and more.
### AI Integration
The bot integrates with OpenAI's GPT-3 to provide conversational capabilities.
### Image Editing
The bot uses DeepAI for image editing tasks.
### Data Storage
The bot uses Firebase for storing and retrieving data.
## License
ISC