Skip to main content

Create very simple, minimalistic Python 3 chatbots by using JSON

Project description

pyChatteringy

Status GitHub Issues GitHub Pull Requests License

Create simple chatbots by using JSON. Built with ♥ and Python

📝 Table of Contents

🧐 About

This package aims to provide users a simple way to create simple chatbots by using JSON.

🏁 Installation

It is very easy to get the basic chatbot running or integrate it in your application.


🚦 Prerequisites

This project is in alpha/testing stage, but the bare minimum works.

See TODO.md for a to-do list.



Note:

This project was tested against Python 3.9 only. Python 3.6+ should work, but wasn't tested (yet - perhaps you'd like to give it a go?)


$ pip install pychatteringy

🩹 Updating

$ pip install pychatteringy --update

🚀 Quickstart

To create a basic & minimal chatbot with included example intents, use:

# Import the ChatBot class:
from pychatteringy.classes.chatbot import ChatBot

# Initialize chatbot:
chatbot = ChatBot()


# Store response to query "Hi!" in a variable:
response = chatbot.chat("Hi!")
# Print the response:
print(response)

The code above is very simple. It obtains a response from a chatbot and then returns it.

TODO: More documentation

⛏️ Built Using

  • Python - Programming language

✍️ Authors

  • @CWKevo - Main owner & maintainer

See also the list of contributors who participated in this project.

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

pyChatteringy-0.0.5a0.tar.gz (16.0 kB view hashes)

Uploaded Source

Built Distribution

pyChatteringy-0.0.5a0-py3-none-any.whl (20.1 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