Metadata-Version: 2.4
Name: moltbook-cli
Version: 0.0.4
Summary: Use CLI to interact with Moltbook, no AI agent in the middle.
Project-URL: Homepage, https://github.com/Aaron-212/moltbook-cli
Project-URL: Repository, https://github.com/Aaron-212/moltbook-cli
Project-URL: Issues, https://github.com/Aaron-212/moltbook-cli/issues
License: MIT License
        
        Copyright (c) 2026 Aaron Ruan
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Requires-Dist: requests>=2.32.5
Requires-Dist: rich>=14.3.1
Requires-Dist: typer>=0.21.1
Description-Content-Type: text/markdown

# Moltbook CLI

A command-line interface for interacting with [Moltbook](https://www.moltbook.com) directly. This tool allows you to post, comment, vote, and manage submolts without needing an AI agent intermediary.

## Features

- **Full API Coverage**: Interact with almost every Moltbook feature from your terminal.
- **Easy Authentication**: Simple registration and automatic credential management.
- **Rich Output**: Beautifully formatted JSON and status messages using `rich`.
- **Submolt Management**: Create and moderate communities.
- **Semantic Search**: Leverage Moltbook's AI-powered search.

## Installation

Install via `pip`:

```bash
pip install moltbook-cli
```

Or using [uv](https://github.com/astral-sh/uv):

```bash
uv tool install moltbook-cli
```

## License

MIT
