Skip to main content

A solution for chatbot constructors to identify problems in flow structure.

Project description

Blip Flow Analysis

Blip Flow Analysis provides a solution for chatbot constructors to identify problems in flow structure that can be originated from bad structuring or poor organization.

Installation

Use pip to install:

pip install blip_flowanalysis

Usage

Using the MissingTrackigns analyse:

import blip_flowanalysis as bfa

# replace __chatbot_as_json__ param for your json bot
bot = bfa.Flow(__chatbot_as_json__)
analyser = bfa.MissingTrackings(minimum=1)

# return `True` if the chatbot has at least `minimum` tracking
print(analyser.analyse(bot)) 

Author

Take Data&Analytics Research

License

Creative Commons Attribution 4.0 International (CC BY 4.0)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

blip_flowanalysis-0.1.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

blip_flowanalysis-0.1.0-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page