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
- Host: GitHub
- URL: https://github.com/ib0b/whatsapeebot
- Owner: ib0b
- Created: 2019-03-17T22:23:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T22:24:00.000Z (over 7 years ago)
- Last Synced: 2025-06-01T16:18:44.412Z (about 1 year ago)
- Topics: chatbot, chatbots, whatsapp, whatsapp-api, whatsapp-bot, whatsapp-chat, whatsapp-we
- Language: JavaScript
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](https://forthebadge.com) [](https://forthebadge.com) [](https://forthebadge.com)
# WhatsApee BOT EXAMPLE [](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)