A simple chatbot
Project description
chatbot-lite
A Python-based chatbot designed to provide conversational responses.
Table of Contents
Prerequisites
Install Python
Make sure you have Python 3.12 installed on your system. You can download it from the official Python website.
Install PIP
Ensure that you have pip installed on your system. Follow the pip installation guide if it's not already installed.
Installation
To install the chatbot-lite package directly from the GitHub repository, use the following command:
pip install git+https://github.com/Mahes2/chatbot-lite.git
Set Up SSL Certificates (For MacOS/Linux)
If you encounter SSL certificate issues while making requests, you may need to set up your environment to use proper certificates. You can do this by running the following commands:
CERT_PATH=$(python -m certifi)
export SSL_CERT_FILE=${CERT_PATH}
export REQUESTS_CA_BUNDLE=${CERT_PATH}
Run the Application
To execute the chatbot, simply run the main.py file:
python main.py
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chatbot_lite-0.1.2.tar.gz.
File metadata
- Download URL: chatbot_lite-0.1.2.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a92ee06a9b8af8051e79fad71e3776be543a426b986b892b2860ce4998195c29
|
|
| MD5 |
d22fddf128c21b1c01dbe430cb873229
|
|
| BLAKE2b-256 |
5e71a742a22f10598d71cd71cbbc0cf00cff7ef040639f8e1766f7bfdc97253d
|
File details
Details for the file chatbot_lite-0.1.2-py3-none-any.whl.
File metadata
- Download URL: chatbot_lite-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9218481790e614b56263005af0d69fb05a6362e72b0af84ed09ea9e5b0da68da
|
|
| MD5 |
de408992e083b6f6e8c113eebfb4fd11
|
|
| BLAKE2b-256 |
d090d2fdad4082ebeb7ca9a76ae3d4b84c75d6a7672b5f08dfff16f080f58930
|