## SpeedyBot-loco
SpeedyBot Loco is a Python library for handling Webex bots and adaptive cards, with an included CLI for easy setup and management.
Warning: Use googles-- highly experimental conversation design infra
```sh
pip install speedybot-loco
```
### Library
\```python
from speedybot import Bot, Cards
bot = Bot(token="your_token")
cards = Cards()
\```
## CLI Flags
| Command | Flag | Description |
| --------- | --------------- | ------------------------------ |
| `token` | `-t`, `--token` | Set the bot token |
| `webhook` | `-t`, `--token` | Set the bot token |
| | `-p`, `--port` | Port to listen on |
| | `--path` | Path to send POST requests |
| `run` | `-t`, `--token` | Set the bot token |
| | `-f`, `--file` | Path to the Python file to run |
## Sample CLI Commands
### Set Bot Token
\```bash
speedybot-loco token -t abc123
\```
### Run Webhook Server
\```bash
speedybot-loco webhook -t abc123 -p 8080 --path /webhook
\```
### Run a Python File
\```bash
speedybot-loco run -t abc123 -f examples/example1/my_bot.py
\```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Building and Publishing
### Build the distribution
\```bash
python setup.py sdist bdist_wheel
\```
### Upload to PyPI
\```bash
pip install twine
twine upload dist/\*
\```
## Trouble shooting
```sh
pip uninstall speedybot-loco
pip show speedybot-loco
pip list | grep speedybot-loco
which speedybot-loco
```
Raw data
{
"_id": null,
"home_page": "https://github.com/valgaze/speedybot-loco",
"name": "speedybot-loco",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Victor Algaze",
"author_email": "valgaze@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/38/a4/9b5e6d8065fd52676bf798b9d389d4b0300f39bde89a1b73556ffa027b72/speedybot_loco-0.1.1.tar.gz",
"platform": null,
"description": "## SpeedyBot-loco\n\nSpeedyBot Loco is a Python library for handling Webex bots and adaptive cards, with an included CLI for easy setup and management.\n\nWarning: Use googles-- highly experimental conversation design infra\n\n```sh\npip install speedybot-loco\n```\n\n### Library\n\n\\```python\nfrom speedybot import Bot, Cards\n\nbot = Bot(token=\"your_token\")\ncards = Cards()\n\\```\n\n## CLI Flags\n\n| Command | Flag | Description |\n| --------- | --------------- | ------------------------------ |\n| `token` | `-t`, `--token` | Set the bot token |\n| `webhook` | `-t`, `--token` | Set the bot token |\n| | `-p`, `--port` | Port to listen on |\n| | `--path` | Path to send POST requests |\n| `run` | `-t`, `--token` | Set the bot token |\n| | `-f`, `--file` | Path to the Python file to run |\n\n## Sample CLI Commands\n\n### Set Bot Token\n\n\\```bash\nspeedybot-loco token -t abc123\n\\```\n\n### Run Webhook Server\n\n\\```bash\nspeedybot-loco webhook -t abc123 -p 8080 --path /webhook\n\\```\n\n### Run a Python File\n\n\\```bash\nspeedybot-loco run -t abc123 -f examples/example1/my_bot.py\n\\```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Building and Publishing\n\n### Build the distribution\n\n\\```bash\npython setup.py sdist bdist_wheel\n\\```\n\n### Upload to PyPI\n\n\\```bash\npip install twine\ntwine upload dist/\\*\n\\```\n\n## Trouble shooting\n\n```sh\npip uninstall speedybot-loco\n\npip show speedybot-loco\npip list | grep speedybot-loco\nwhich speedybot-loco\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Use googles-- highly experimental conversation design infra",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/valgaze/speedybot-loco"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "56ee0e6a5ae3e3f0c1c981d0e46344c79997802887761dc80eaf7b65314d3266",
"md5": "4263b4b15c3793d492a9eecf64fd9e1b",
"sha256": "79bcd9b21d3c33e405aaf32c29c28b55b37b364c5d742964d2a2bca363fb8bda"
},
"downloads": -1,
"filename": "speedybot_loco-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4263b4b15c3793d492a9eecf64fd9e1b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3807,
"upload_time": "2024-07-24T22:41:47",
"upload_time_iso_8601": "2024-07-24T22:41:47.259461Z",
"url": "https://files.pythonhosted.org/packages/56/ee/0e6a5ae3e3f0c1c981d0e46344c79997802887761dc80eaf7b65314d3266/speedybot_loco-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "38a49b5e6d8065fd52676bf798b9d389d4b0300f39bde89a1b73556ffa027b72",
"md5": "73120beb7811a3ccfdf2d9356874d90a",
"sha256": "8f31c75e737685e706f35186c7a4a9c5c474ce7e20ad7801dfe84e09299d8661"
},
"downloads": -1,
"filename": "speedybot_loco-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "73120beb7811a3ccfdf2d9356874d90a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3322,
"upload_time": "2024-07-24T22:41:48",
"upload_time_iso_8601": "2024-07-24T22:41:48.907899Z",
"url": "https://files.pythonhosted.org/packages/38/a4/9b5e6d8065fd52676bf798b9d389d4b0300f39bde89a1b73556ffa027b72/speedybot_loco-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-24 22:41:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "valgaze",
"github_project": "speedybot-loco",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "speedybot-loco"
}