Welcome to geekbot-cli, the official command-line interface for Geekbot users. Designed to seamlessly integrate with your daily workflow, geekbot-cli empowers teams to conduct asynchronous standups, check-ins, and reports directly from their terminal. Say goodbye to context switching and streamline your communication with unparalleled convenience.
Simply run this command in terminal:
pip install geekbot-cli
Or install through source code:
git clone https://github.com/geekbot-com/geekbot-cli.git
cd geekbot-cli/
In this case you might want to use pip to install the bindings as well
pip install -e .
Just run this command:
geekbot
If you are using source without pip, you can run this:
python geekbot_cli/main.py
We believe in the power of community and open-source. If you have suggestions, bug reports, or would like to contribute, please visit our GitHub repository. Your contributions are what make geekbot-cli an amazing tool for everyone.
Need assistance or encountered a bug? We encourage you to open an issue on this repository. Before creating a new issue, please search our existing issues to see if your question or problem has already been addressed.
Our team monitors GitHub issues regularly and will do our best to address your concerns promptly. Your feedback is invaluable in improving geekbot-cli, and we appreciate your contribution to making it better for everyone.
geekbot-cli is released under the MIT License. Feel free to use, modify, and distribute it as per the license terms.