June 24, 2022 No Comments

Automate Messages Using WhatsApp Business API & Flask – Part 1

WhatsApp Business API has been available for a long but the access was provided to selected businesses only or we had to purchase it via designated third-party vendors. After a long wait, finally WhatsApp Business API is made accessible to all the businesses! This will open up opportunities for many small-scale businesses who would like […]

June 24, 2022 No Comments

Extend Session Timeout For Dialogflow Chatbot

In Dialogflow, the session for agents is maintained by Dialogflow itself. Session continuous the conversation flow between the agent and the user.  Why is it necessary to extend the Dialogflow session? In the conversation with the chatbot, if a user takes longer than 30 minutes to respond to the agent then the session between the user […]

June 24, 2022 No Comments

How To Integrate Dialogflow ES API To Add NLP Capabilities In Your Chatbot?

In our previous tutorial, we have demonstrated how to create chatbots using Python for various channels such as: Telegram Discord Facebook Messenger Slack Whatsapp API Now, all those bots would be good but they will have one limitation. They don’t have NLP capabilities. So, based upon user’s inputs, we’ll be able to provide fixed answers […]

April 22, 2022 No Comments

Create Facebook Messenger Bot Using Python Tutorial with Examples

Introduction We have previously prepared a tutorial on creating a Facebook Messenger Bot using the Dialogflow integration. Here, we will learn how to create a Facebook Messenger Bot using the Facebook Graph API.  In the following tutorial, we will learn how we can create a Facebook messenger bot to get the different types of responses such as text, generic, […]

April 19, 2022 No Comments

Create WhatsApp Bot With Twilio Using Python Tutorial With Examples

Introduction WhatsApp is unarguably the most popular messaging app which helps people to connect across the globe. It is fair to say WhatsApp is becoming an integral part of our life. The Platform has more than two billion monthly active users. With this much potential user base, any business cannot afford to ignore WhatsApp. We […]

April 16, 2022 1 Comment

Create Discord Bot Using Python Tutorial With Examples

Introduction Discord is a group-chat platform similar to Skype, TeamSpeak, or Slack that allows users to communicate simple text messages as well as rich messaging. In this tutorial, we will learn to create a Discord bot and add it to our channel. How we can send text, image, video, audio, files through the bot, and […]

April 13, 2022 No Comments

Create Slack Bot Using Python Tutorial With Examples

Introduction Slack is a useful tool for remote teams to interact more quickly and keep documents in one location. Slackbot is helpful for creating automatic messages for many purposes. Here in this tutorial, we will learn how we can create a bot in slack and add it to our channel and get the text response […]

April 11, 2022 No Comments

Create Telegram Bot Using Python Tutorial With Examples

Introduction For engaging conversations, the automated chatbot is really beneficial. On platforms such as Facebook, Google, and others, we can develop chatbots. In this tutorial, we will learn about how we can create a Telegram chatbot and use it to prepare text messages with rich responses. Here we learn how we can get different types […]

July 6, 2021 No Comments

Appointment Booking Chatbot For Hospitals / Clinics

This pandemic has really taught us so many lessons. Among all the bad things that happened during these terrible times, one thing that proved to be a savior to mankind is the innovation and investment done in the Healthcare IT sector. After the contribution of our frontline workers, Healthcare IT has proved to be the […]