An intelligent Hinge bot that uses Google Gemini AI, LangGraph, Computer Vision, and ADB to automatically analyze profiles, make smart decisions, and send personalized comments.
# Clone and setup
git clone https://github.com/alexechoi/hinge-automation.git
cd hinge-automation/app/
# Install dependencies
uv sync
# Configure API key
echo "GEMINI_API_KEY=your-key-here" > .env
# Run
uv run python main_agent.pyRequirements:
- Android phone with Hinge installed
- ADB installed
- Gemini API key
Device Setup:
- Go to Settings โ About phone โ tap Build number 7 times to enable Developer Options
- Go to Settings โ Developer options โ enable USB debugging
- Connect your phone via USB and authorize your computer when prompted
Tips:
- Disable screen timeout on your device
- Open Hinge before starting the agent
- Enable Do Not Disturb to avoid interruptions
- The free Gemini API key has a low rate limit that may not be sufficient
- Automation can be unreliable with UI changes or unexpected app states
- For educational and research purposes only โ use at your own risk
MIT License