Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsaouda/quinta-feira
Quinta-Feira (Thursday) is a very simple WhatsApp bot I made to play with auto-responders on my birthday.
https://github.com/dsaouda/quinta-feira
bot happy-birthday nodejs whatsapp whatsapp-web
Last synced: 11 days ago
JSON representation
Quinta-Feira (Thursday) is a very simple WhatsApp bot I made to play with auto-responders on my birthday.
- Host: GitHub
- URL: https://github.com/dsaouda/quinta-feira
- Owner: dsaouda
- License: apache-2.0
- Created: 2021-07-01T18:28:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T00:42:31.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T17:29:10.685Z (almost 2 years ago)
- Topics: bot, happy-birthday, nodejs, whatsapp, whatsapp-web
- Language: JavaScript
- Homepage:
- Size: 957 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README-en.md
- License: LICENSE
Awesome Lists containing this project
README
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/cb029ac75551403c956b2a61209ddf27)](https://www.codacy.com/gh/dsaouda/quinta-feira/dashboard?utm_source=github.com&utm_medium=referral&utm_content=dsaouda/quinta-feira&utm_campaign=Badge_Grade)
[![Depfu](https://badges.depfu.com/badges/81ca77d532e5c0006c9f195ea91ec86a/overview.svg)](https://depfu.com/github/dsaouda/quinta-feira?project_id=28278)# Quinta-Feira
Quinta-Feira (Thursday) is a very simple WhatsApp bot I made to play with auto-responders on my birthday.
## But why (Quinta-Feira) Thursday?
The idea of the name is to play with Tony Stark's artificial intelligence name, F.R.I.D.A.Y.thursday was the day i put the bot to reply to automatic messages (my birthday) hehehe.
Also I wanted to convey the idea of evolution, like the bot is not very good, but when it "evolves" to Friday it will be better. Hehehe
## Settings
Copy the `.env.sample` file and paste it with the name `.env`, open the file and make the settings.
## How to run?
Install the latest version of node (https://nodejs.org/en/download/)
Then access the project directory via the command line and then type:
`npm install`
Once this is done, just run:
`node thursday.js help` to see available options or to run the bot run `node thursday.js bot`
The browser will open, so I scanned the qrcode and enjoy :)
## Observation / Attention!!!
This program uses browser automation to interact with WhatsApp. WhatsApp has a history of blocking the phone when detecting use of unofficial apis. In this case, we are automating the browser, which is an official WhatsApp program, I don't know if that hurts its use rights, so use this program at your own risk.