An open API service indexing awesome lists of open source software.

https://github.com/ib0b/whatsapeebot


https://github.com/ib0b/whatsapeebot

chatbot chatbots whatsapp whatsapp-api whatsapp-bot whatsapp-chat whatsapp-we

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/uses-js.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/you-didnt-ask-for-this.svg)](https://forthebadge.com)
# WhatsApee BOT EXAMPLE [![Node version](https://img.shields.io/node/v/electron.svg?style=flat)](http://nodejs.org/download/)
[WhatsApee](https://github.com/updatesvc/WhatsApee) is a web based bot for Whatsapp.
This project is heavily inspired by [bruno222/whatsapp-web-bot](https://github.com/bruno222/whatsapp-web-bot)
This bot is an implementation of [WhatsApee](https://github.com/updatesvc/WhatsApee)
A good substitute till WhatsApp releases their API to the public.
However this code is not perfect for production it has a few bugs.

# How to use it?

- Clone the git.
- Install the latest npm and nodeJS for your platform.
- Then in repo folder run the following commands
```npm install```
then run
```npm start```

- Signin using QR code and see the bot run your logic, stored in
**logic.js**

# Bot Logic
This bot is an implementation of [WhatsApee](https://github.com/updatesvc/WhatsApee)
Send a message to yourself Example **"Hi bot"** to start the interaction.

# FAQ

#### So it's possible to create a Bot in Whatsapp Web?

Yes, it is.

#### Am I going to be banned?

Hum, so you already know that Whatsapp does not allow Bots, right?

Well, you're right: Whatsapp will ban you forever if they discovery you are running a Bot on long-term. For a small test: Don't worry, go forward.

**I can't guarantee that you are not getting banned in a long term using this Bot. I really don't think so, but I can't guarantee.**

Made by [@updatesvc](https://github.com/updatesvc/WhatsApee)