Metadata-Version: 2.1
Name: geekbot_cli
Version: 0.1.4
Summary: Interact with Geekbot through terminal
Home-page: https://github.com/geekbot-com/geekbot-cli
Author: The Geekbot team
Author-email: hey@geekbot.io
License: MIT
Keywords: geekbot standup workflow
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click ==7.1.2
Requires-Dist: requests ==2.25.1
Requires-Dist: rich ==9.13.0
Requires-Dist: prompt-toolkit ==3.0.18
Requires-Dist: keyring ==24.3.0
Requires-Dist: coverage

# Geekbot CLI
## Streamline Your Standups from the Command Line

Welcome to geekbot-cli, the official command-line interface for [Geekbot](https://geekbot.com/) 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.

[![codecov](https://codecov.io/gh/geekbot-com/geekbot-cli/branch/main/graph/badge.svg)](https://codecov.io/gh/geekbot-com/geekbot-cli)

### Installation

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 .
```

### Usage

Just run this command:
```
geekbot
```

If you are using source without pip, you can run this:
```
python geekbot_cli/main.py
```

### Contributing
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](https://github.com/geekbot-com/geekbot-cli). Your contributions are what make geekbot-cli an amazing tool for everyone.

### Support
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.

### License
geekbot-cli is released under the MIT License. Feel free to use, modify, and distribute it as per the license terms.
