Python logo

Python

A programming language that lets you work quickly and integrate systems more effectively.

Python components are the workhorse of your bot. They run the code that does the interesting things: authenticates a user, books the flights, orders a pizza, etc. Components connect to BFML at each “state”. Meya has built-in components for common operations, but, more importantly, allows developers to write their own code in Python to make their bot actually do the thing they want it to do, whatever that thing actually is.

Use Cases

  • Connect to external APIs
  • Advanced data processing
  • Custom flow routing
  • Programmatic message creation

Features

  • Import popular Python modules
  • Create messages and advanced card UIs
  • Programmatic routing
  • Re-use code in modules
  • Integrates with Meya's provided database

Ready to start?

Start trial
  • 14-day free trial, no credit card required
  • Includes advanced mobile & web chat UI
  • Unlimited custom flows and components
  • In-browser developer console with CLI access