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
Release files for alexachatbot 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| alexachatbot-0.0.2.tar.gz | 3.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| alexachatbot-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.2 kB
Release files / alexachatbot-0.0.2.tar.gz
| Download URL | alexachatbot-0.0.2.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ad93d083facab5e25629fb5a8a1d8c741643b79dfc0a2e825ad17647809dd0ef
|
|
BLAKE2b-256 checksum How to use checksums |
75598bbbef540b4bff8075e37a4ff217752e7fd1207c417a0844201e4de8c3ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / alexachatbot-0.0.2-py3-none-any.whl
| Download URL | alexachatbot-0.0.2-py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f99c2fd3a437ed1fe7c7d64a122b28860d4381147ce3ba79befb6de82ab8b6bd
|
|
BLAKE2b-256 checksum How to use checksums |
07192521b38662a19f567433656a2325928f1cfc60eeda4516500b88c0d223eb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|