Build a WhatsApp Chatbot with Python, Flask and Twilio
1–10 of 66 posts
Re: Build a WhatsApp Chatbot with Python, Flask and Twilio
#2Other apps like telegram allows anyone to directly interact with them
Re: Build a WhatsApp Chatbot with Python, Flask and Twilio
#3I really didn't like the WhatsApp approach on this. Basically only partnering with few big vendors like twilio and then asking people to build apps via them (by basically paying for it). Other apps like telegram allows anyone to directly interact with them
It seems that independent developers will never get legal access to integrate automation or build CRM type apps using WhatsApp, which sucks considering how prevalent WhatsApp usage is.
Re: Build a WhatsApp Chatbot with Python, Flask and Twilio
#4Re: Build a WhatsApp Chatbot with Python, Flask and Twilio
#5This is funny because just today I decided to join Telegram to develop a bot.
I managed to bang out a few when I had a day off a few months back. Very satisfying.
Re: Build a WhatsApp Chatbot with Python, Flask and Twilio
#6This is funny because just today I decided to join Telegram to develop a bot.
Telegram bot writing is silly easy. If you use the python module you can basically just write the whole thing as a set of functions in a file (with decorators that watch telegram for triggers) and one function that automatically polls and does all the responding at the end. I managed to bang out a few when I had a day off a few months back. Very satisfying.
Re: Build a WhatsApp Chatbot with Python, Flask and Twilio
#7Re: Build a WhatsApp Chatbot with Python, Flask and Twilio
#8I really didn't like the WhatsApp approach on this. Basically only partnering with few big vendors like twilio and then asking people to build apps via them (by basically paying for it). Other apps like telegram allows anyone to directly interact with them
Re: Build a WhatsApp Chatbot with Python, Flask and Twilio
#9Re: Build a WhatsApp Chatbot with Python, Flask and Twilio
#10I really didn't like the WhatsApp approach on this. Basically only partnering with few big vendors like twilio and then asking people to build apps via them (by basically paying for it). Other apps like telegram allows anyone to directly interact with them
The issue is the 3rd party. I don't understand why it needs to go through another service.