https://github.com/neongamerbot-qk/hackclubai-cli
Hackclub AI cli
https://github.com/neongamerbot-qk/hackclubai-cli
cli deno
Last synced: 4 months ago
JSON representation
Hackclub AI cli
- Host: GitHub
- URL: https://github.com/neongamerbot-qk/hackclubai-cli
- Owner: NeonGamerBot-QK
- License: apache-2.0
- Created: 2025-03-05T15:07:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T19:47:59.000Z (over 1 year ago)
- Last Synced: 2025-04-15T19:06:45.556Z (about 1 year ago)
- Topics: cli, deno
- Language: TypeScript
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hackclub AI CLI
Hackclub AI CLI is a command-line interface for interacting with Hackclub's AI services. This tool allows you to perform various actions such as getting stats, sending greetings, and starting chat sessions directly from your terminal.

## Features
- **Help**: Prints a help message with available commands.
- **Hey**: Prints a greeting message.
- **Stats**: Fetches and displays usage statistics from ai.hackclub.com.
- **Chat**: Starts an interactive chat session with the AI.
## Installation
To install the Hackclub AI CLI, you need to have [Deno](https://deno.land/) installed. Once you have Deno, you can compile the CLI using the following command:
```sh
deno compile --allow-env --allow-net --allow-run --output dist/hackclub-ai main.ts
```