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
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file alexachatbot-0.0.2.tar.gz
.
File metadata
- Download URL: alexachatbot-0.0.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad93d083facab5e25629fb5a8a1d8c741643b79dfc0a2e825ad17647809dd0ef |
|
MD5 | 45f840d3accfff5176146651ddd3d3e5 |
|
BLAKE2b-256 | 75598bbbef540b4bff8075e37a4ff217752e7fd1207c417a0844201e4de8c3ae |
File details
Details for the file alexachatbot-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: alexachatbot-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f99c2fd3a437ed1fe7c7d64a122b28860d4381147ce3ba79befb6de82ab8b6bd |
|
MD5 | 33c2ef05bb4e761ebc37219a14839c02 |
|
BLAKE2b-256 | 07192521b38662a19f567433656a2325928f1cfc60eeda4516500b88c0d223eb |