# PyBenChatBot

[](https://pypi.org/project/pybenchatbot/)

-3.9+-red.svg)

## Introduction
PyBEN ChatBot enables anyone to run a custom chatbot on its own python module
## Table of contents
1. [Getting started](#getting-started)
2. [Usage](#usage)
## Getting started
### Installation
Win:
> python -m pip install pybenchatbot -U
macOS:
> python3 -m pip install pybenchatbot -U
## Usage
The package is intended to be run as a module from cli.
Running the command will create a local webserver on the requested port.
The webserver can be accessed at http://127.0.0.1:8000/
Chatbot on your local repository (Run from workspace or specify the path):
> python -m pybenchatbot
> python -m pybenchatbot --target ./myproject --port 8000
Chatbot on a specific module:
> python -m pybenchatbot -t pybenutils -p 8000
Activation time might take a few seconds while the module is being indexed.
Raw data
{
"_id": null,
"home_page": null,
"name": "PyBenChatBot",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "Ben Moskovitch <darkflameben@gmail.com>",
"keywords": "python, Chatbot, utils, utilities, automation, automation-tools",
"author": "Ben Moskovitch",
"author_email": "Ben Moskovitch <darkflameben@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/fe/c5/92f453493ed55758dd85e52a83baea2bf096db81ee230023e6f863ef2b1f/pybenchatbot-1.0.1.tar.gz",
"platform": null,
"description": "# PyBenChatBot\r\n\r\n[](https://pypi.org/project/pybenchatbot/)\r\n\r\n-3.9+-red.svg)\r\n\r\n\r\n## Introduction\r\nPyBEN ChatBot enables anyone to run a custom chatbot on its own python module\r\n\r\n## Table of contents\r\n1. [Getting started](#getting-started)\r\n2. [Usage](#usage)\r\n\r\n## Getting started\r\n\r\n### Installation\r\nWin:\r\n> python -m pip install pybenchatbot -U\r\n\r\nmacOS:\r\n> python3 -m pip install pybenchatbot -U\r\n\r\n## Usage\r\nThe package is intended to be run as a module from cli.\r\n\r\nRunning the command will create a local webserver on the requested port. \r\nThe webserver can be accessed at http://127.0.0.1:8000/\r\n\r\nChatbot on your local repository (Run from workspace or specify the path):\r\n> python -m pybenchatbot\r\n> python -m pybenchatbot --target ./myproject --port 8000\r\n \r\nChatbot on a specific module:\r\n> python -m pybenchatbot -t pybenutils -p 8000\r\n\r\nActivation time might take a few seconds while the module is being indexed.\r\n",
"bugtrack_url": null,
"license": null,
"summary": "PyBEN ChatBot enables anyone to run a custom chatbot on its own python module",
"version": "1.0.1",
"project_urls": {
"Homepage": "https://github.com/DarkFlameBEN/PyBenChatBot"
},
"split_keywords": [
"python",
" chatbot",
" utils",
" utilities",
" automation",
" automation-tools"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "5ea551e8a6704c9d712f6195c780551a204e1ca916d1143d39c02bc6b908b2ba",
"md5": "6e1b1df7063d3a34797ebfc97dc7ca22",
"sha256": "378091bda3edc2d55299581c97478f040ac3239b123d0e67087092e21b2b5cd0"
},
"downloads": -1,
"filename": "pybenchatbot-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6e1b1df7063d3a34797ebfc97dc7ca22",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 6257,
"upload_time": "2025-09-13T07:58:50",
"upload_time_iso_8601": "2025-09-13T07:58:50.726325Z",
"url": "https://files.pythonhosted.org/packages/5e/a5/51e8a6704c9d712f6195c780551a204e1ca916d1143d39c02bc6b908b2ba/pybenchatbot-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fec592f453493ed55758dd85e52a83baea2bf096db81ee230023e6f863ef2b1f",
"md5": "339a0ab5c2b9c6c31b8173b7cb390d32",
"sha256": "05d1756d53e745d9b80fde5b5040bee2aef5a6e1a6339c25a3abcdc55a9d72ca"
},
"downloads": -1,
"filename": "pybenchatbot-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "339a0ab5c2b9c6c31b8173b7cb390d32",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 5760,
"upload_time": "2025-09-13T07:58:51",
"upload_time_iso_8601": "2025-09-13T07:58:51.882038Z",
"url": "https://files.pythonhosted.org/packages/fe/c5/92f453493ed55758dd85e52a83baea2bf096db81ee230023e6f863ef2b1f/pybenchatbot-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-13 07:58:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DarkFlameBEN",
"github_project": "PyBenChatBot",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pybenchatbot"
}