Skip to main content

No project description provided

Project description

Alexa Chatbot

Genrale Information

Alexa chatbot is a simple python pakcage for createing chatbot in python, it's help you to create a basic chatbot

github

Installation


pip install alexachatbot

First you need to install alexa-chatbot from pypi it's open-source and completelly free

Features


  • Lightweight and Fast
  • Supoort mutiples language
  • Easy to use

Usage


Here is a simple Exampel how can you user Alexa-chatbot

reply() | function


from alexachatbot.alexaAI import reply
text = "How are you?"
res = reply(text)
print(res)
# do further things what you want to do with res

Note: text pateamter are require and it should be string It's Supoort mutiples language so you can pass any kind of message and you will get a good reply

Other example of reaply function

from alexachatbot.alexaAI import reply
text = "こん に ち わ"
res = reply(text)
print(res)
# same as do further things what you want to do with res

replylang() | function


from alexachatbot.alexaAI import replylang
text = "what are you doing right now?"
lang = 'en'
res = replylang(text,lang)
print(res)
# same as do further things what you want to do with res

Note: text and lang both pateamter are require and it should be string It's Supoort mutiples language so you can pass any kind of message and you will get a good reply

Note: Alexa chatbot using a api, but sometimes api go down so don't worry and wait a little bit

License


Alexa chatbot is released under MIT License, See License for more detalis

Contect


Sololearn Discosrd server Telegram youtube git-hub Gamil

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

alexachatbot-0.0.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

alexachatbot-0.0.2-py3-none-any.whl (3.5 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