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

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

Awesome Lists containing this project

README

        

# Birthday Wish Reply
> Instantly Reply To Birthday Wishes

Instantly 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! 😂
![](example.png)

## Installation

```sh
npm install @open-wa/wa-automate
```
```sh
npm install @androz2091/insta.js
```

## Setup
> INSTAGRAM

Replace
```js
client.login('username', 'pass');
```
with your Instagram Username and Password

>WHATSAPP

SCAN 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)