https://github.com/gizmo-dev/birthdayreply
A Bot to instantly reply to the birthday wishes you receive on Instagram and Whatsapp
https://github.com/gizmo-dev/birthdayreply
instagram-bot whatsapp-bot
Last synced: 2 months ago
JSON representation
A Bot to instantly reply to the birthday wishes you receive on Instagram and Whatsapp
- Host: GitHub
- URL: https://github.com/gizmo-dev/birthdayreply
- Owner: gizmo-dev
- Created: 2021-05-12T22:30:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-19T11:12:23.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T03:51:42.214Z (4 months ago)
- Topics: instagram-bot, whatsapp-bot
- Language: JavaScript
- Homepage:
- Size: 153 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Birthday Wish Reply
> Instantly Reply To Birthday WishesInstantly reply to the birthday Wishes you recieve on whatsapp and instagram using this simple bot!
PS. I Don't recommend doing this as it will piss of the few friends you have! 😂
## Installation
```sh
npm install @open-wa/wa-automate
```
```sh
npm install @androz2091/insta.js
```## Setup
Replace
```js
client.login('username', 'pass');
```
with your Instagram Username and PasswordSCAN THE QR CODE GENERATED IN YOUR TERMINAL ONCE YOU RUN THE CODE WITH YOUR WHATSAPP APPLICATION AS A WHATSAPP WEB LOGIN
>START
```sh
node main.js
```## Attributions
> Thanks To [@open-wa](https://github.com/open-wa) for the whatsapp package! [wa-automate-nodejs](https://github.com/open-wa/wa-automate-nodejs)
> Thanks To [@androz2091](https://github.com/Androz2091) For the instagram package! [insta.js](https://github.com/Androz2091/insta.js)