A command-line interface for n8n chat webhooks.
You can install n8n-chat-cli from PyPI:
pip install n8n-chat-cliYou can use the n8n-chat command to start a chat session.
n8n-chat <your_n8n_chat_webhook_url>You can set the N8N_CHAT_URL environment variable to your n8n chat webhook URL.
export N8N_CHAT_URL=<your_n8n_chat_webhook_url>
n8n-chatOnce connected, you can type your messages and press Enter. To exit, type exit or press Ctrl+C.
This project is licensed under the MIT License.
Contributions are welcome! Please open an issue or submit a pull request.
To release a new version, create a new tag with the version number and push it to the repository. The workflow will then automatically create a GitHub release and publish the package to PyPI.
git tag v0.1.3
git push origin v0.1.3