A way to set up reminders, automate texts, and organise all the links and texts you send to yourself on WhatsApp.
Note
This project is still a huge work in progress
- Clone this repo
git clone https://github.com/funinkina/whatsapp-notebot.git
cd whatsapp-notebot
- Install npm packages
npm install
- Run using
npm start
- Run the node client using
npm start
- You will see a QR-CODE in your terminal
- Open whatsapp, go to linked devices and scan the QR
- And you are all set.
- Send message to yourself on whatsapp using the format specified below
You can automate any text you want to send someone after any amount of duration (in minutes).
/sendtext
<contact name>
<message>
<duration> minutes
For example, if you want to send a message to 'John Doe' for a meeting in 2 hours:
/sendtext
John doe
Join the meeting
120 minutes
As long as you are running everything local, everything is on your device only.
- schedule a message to send to someone after a specific interval.
- Make it a fully dockerised app
- Integrate google calendar to set up reminders
- Sort all the miscellaneous stuff you send yo yourself using LLM