vasani-arpit / WBOT

A simple Web based BOT for WhatsApp™ in NodeJS 😜. Working as of 📅 Feb 4th, 2024
Other
987 stars 314 forks source link

Question / Feature request #258

Closed htppseb closed 2 years ago

htppseb commented 2 years ago

Hey, first of all. i love this program! it works amezing!

is there a way to read text from a txt file or webpage and put it in a message as clear text instead of putting a file?

Greets

vasani-arpit commented 2 years ago

Glad to see WBOT being useful to you.

For your use case, you can use webhook feature.

If you don't have hosting/server to host your webhook app then you can use google sheets with Google App script webapp and connect it via webhook property in bot.json

htppseb commented 2 years ago

Glad to see WBOT being useful to you.

For your use case, you can use webhook feature.

If you don't have hosting/server to host your webhook app then you can use google sheets with Google App script webapp and connect it via webhook property in bot.json

okay thanks ill try that!