Skip to main content

Lib to make AI chatbot with other additional utilities

Project description

ChatbotAPI

An python package to make it easier to connect to the brainshop API and make a working AI chatbot

How to install it

Do py -m pip install ChatbotAPI and you are done.

How to use?

There are various commands and utilities in this package. To use it just do

from ChatbotAPI.chatbasics import Chatbot
bot = Chatbot(BrainId, ApiKey, BotName, history, debug)
data = bot.sendmsg("Hi")  
print(data)  
  1. To get Brain Id and other info go to BrainShop
  2. Make an account
  3. Make a brain and don't change any settings
  4. Go to the settings tab and copy the BrainID and APIkey and then use it
  5. Use boolean for history and debug switch.
  6. To turn on spellchecker use bot.spellcheck(True)
  7. Voila! It works! Now enjoy your AI chatbot.
    Thats All

Features

AI Chatbot. Can make interesting conversations.
Can do math.
Can say jokes.
Has history function and debugging with logs.
Support multiple bot instances with different settings

Docs

Wiki

PackageWebsite - ChatbotAPI on Pypi
AuthorWebsite - PaulStudios

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

ChatbotAPI-2.1.2.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

ChatbotAPI-2.1.2-py3-none-any.whl (5.0 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