An open API service indexing awesome lists of open source software.

https://github.com/adysec/clawbot

iLink bot management tool with CLI and web dashboard.
https://github.com/adysec/clawbot

ai claw clawbot clawhub openclaw wechat

Last synced: 3 days ago
JSON representation

iLink bot management tool with CLI and web dashboard.

Awesome Lists containing this project

README

          

# clawbot

iLink bot management tool with CLI and web dashboard.

## Usage

```
Usage: clawbot-web

Commands:
login Log in with a QR code and save the account locally
qrcode Request a login QR code and print it as JSON
qrcode-status Query a login QR code status
account Inspect saved accounts
get-context-token Wait for the next inbound message and print its context token
send Send a text, image, or file message
serve Start the web dashboard server
help Print this message or the help of the given subcommand(s)
```

### Commands

```bash
cargo run -- serve
```