Enable maintainers to clear their backlog with one command. Turn "I'll fix this someday" into "Done in 5 minutes."
# 1. Install CLI
pip install -e .
# 2. Log in with GitHub
ubounty login
# 3. Check your wallet status
ubounty whoami
# 4. (Optional) Bind your wallet for bounty payouts
ubounty wallet bind 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb
# 5. Start fixing issues (coming soon!)
ubounty fix-issue 42- Easy GitHub Authentication - Log in with
ubounty loginusing GitHub device flow - Wallet Integration - View and manage your Base wallet for bounty payouts
- AI-Powered Fixes - Use Claude to analyze and fix issues automatically
- Git Integration - Auto-commit and create PRs
- Beautiful CLI - Rich terminal output with progress indicators
ubounty login- Log in with GitHububounty logout- Remove saved credentialsubounty whoami- Show current user and wallet status
ubounty wallet status- Check wallet binding statusubounty wallet bind <address>- Bind wallet address for payouts
ubounty fix-issue <number>- Fix a GitHub issue with AIubounty list-issues- List repository issues
ubounty setup- Interactive configuration guideubounty version- Show version
See SETUP.md for detailed installation and configuration instructions.