Api.ai - TRVL - A messenger bot which tells you whether it is cheaper to take an Uber or Lyft
Inspiration
I and my friends use Uber a lot when our parents aren't able to pick us up. However, this gets very expensive in the long run. We knew that there were ride-sharing alternatives, but we didn't know which would be more cost efficient. This inspired us to make this chatbot.
How we built it
We used Api.ai to create a bot which would send requests to our Heroku server, which would ping both Uber and Lyft API's to get price estimates based on a latitude and longitude extracted from the location sent by the user. Our Heroku server was coded in Python and used HTTP and POST to request Uber and Lyft's servers for information.
Challenges
We only managed to get the backend working, which returns prices based on location into a json format. We couldn't get the messenger bot working due to issues with webhooks and api.ai communicating with facebook's API's.
What we learned
We learned how to use Python to code with web API's and we also learned how to use webhooks and how to deploy and communicate with a server running a web app.
What's next
We hope to include other ride-sharing services in the future, and we also would like to add the ability to show time estimates for the ride to arrive.
Log in or sign up for Devpost to join the conversation.