This repository contains multiple bot projects for azkey.azuki.blue.
CLI tool for managing Azure keys and analyzing Misskey posts.
Features:
- User post analysis with AI evaluation
- Next post generation based on posting patterns
- Random post generation
- Direct posting to Misskey
Usage:
cd azkey-bot
uv run python -m azkey_bot.cli analyze --total-count=500 --post
uv run python -m azkey_bot.cli next --postRoumu bot for azkey.azuki.blue.
Features:
- (To be implemented)
Usage:
cd azkey-bot-roumu
uv run python -m azkey_bot_roumu.cli statusEach project has its own:
pyproject.toml- Dependencies and configurationREADME.md- Project-specific documentationCLAUDE.md- Claude Code guidance
export i='YOUR_MISSKEY_ACCESS_TOKEN'
export OPENROUTER_API_KEY='YOUR_OPENROUTER_KEY'# Install specific project
cd azkey-bot
pip install -e .
cd azkey-bot-roumu
pip install -e .