I was using a great app to open a whatsapp chat with a given number directly without saving that number in my contact list, but I felt it was overkill and uninstalled it, then searched telegram for a bot doint the same job but couldn't find so decided to make a new one.
- Just visit this url
https://<your-app>/vercel.app/setwebhook-f443dc992ba6
Make sure you have Python 3.9
and poetry installed.
- Clone this repo
git clone https://github.com/416d72/oiwa
cd oiwa
- Run
poetry shell && poetry install
uvicorn main:app