What's Happening?
By Fanny Jiang
What's Happening?
Fanny Jiang built this chatbot, named Eve, using Node/Express to create the simple HTTP server, API.AI, a natural language understanding platform, and the Eventbrite's REST-based API as the source of events. She wrote webhooks connecting the Facebook server and API.AI to the chatbot's Node server, allowing for the data retrieval between the different platforms to occur in real-time. This means that when a customer chats with Eve and requests an event in a certain city, Eve will be able to analyze the text for the event and city "intents", search Eventbrite for matching events, and then respond back to the customer with a suggestion, all within a matter of seconds! If you'd like to chat with Eve, you can find her at m.me/whatshappeningEVE. Source code: https://github.com/fanny-jiang/whats-happening-bot

