Home / Companies / Twilio / Blog / Post Details
Content Deep Dive

Build a Secret Santa Bot for WhatsApp Using Python and Twilio

Blog post from Twilio

Post Details
Company
Date Published
Author
Gabriela Cavalcante
Word Count
5,162
Language
English
Hacker News Points
-
Summary

We have built a Secret Santa bot that receives messages, processes them and replies to the users. The bot uses Twilio's WhatsApp API and Flask as the backend framework. It models a database to store the Secret Santa event and its participants. We tested our bot code using pytest and verified its functionality with several test cases.