Skip to main content

A simple chatbot

Project description

chatbot-lite

A Python-based chatbot designed to provide conversational responses.

Table of Contents

  1. Prerequisites
  2. Installation
  3. Set Up SSL Certificates (For MacOS/Linux)
  4. Run the Application

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chatbot_lite-0.1.2.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

chatbot_lite-0.1.2-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

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

Hashes for chatbot_lite-0.1.2.tar.gz
Algorithm Hash digest
SHA256 a92ee06a9b8af8051e79fad71e3776be543a426b986b892b2860ce4998195c29
MD5 d22fddf128c21b1c01dbe430cb873229
BLAKE2b-256 5e71a742a22f10598d71cd71cbbc0cf00cff7ef040639f8e1766f7bfdc97253d

See more details on using hashes here.

File details

Details for the file chatbot_lite-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for chatbot_lite-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9218481790e614b56263005af0d69fb05a6362e72b0af84ed09ea9e5b0da68da
MD5 de408992e083b6f6e8c113eebfb4fd11
BLAKE2b-256 d090d2fdad4082ebeb7ca9a76ae3d4b84c75d6a7672b5f08dfff16f080f58930

See more details on using hashes here.

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