
AI-powered LinkedIn engagement assistant
AI-powered LinkedIn engagement assistant. Automatically discover LinkedIn posts and leave thoughtful, unique, AI-generated comments that actually sound like you.

Yappy is a powerful terminal-based tool that uses Google's Gemini AI and Playwright browser automation to help you stay active on LinkedIn without the mindless scrolling.
Install Yappy using your favorite package manager:
pip install yappy
yap
yap # Launch TUI dashboard
yap onboarding # Manually run the setup wizard
yap --no-tui # Run in headless CLI mode
yap --report # Show activity report
yap --about # Show version and system info
The first time you run yap, Yappy will launch with onboarding wizard to help you get set up in minutes. You can re-run this at any time using yap onboarding.
Yappy offers two ways to run, depending on whether you want to watch the magic happen or let it run quietly in the background.
Just run yap to open the interactive dashboard.
If you prefer to let Yappy work while you focus on other things:
yap --no-tui
You can check on its progress anytime by running a report:
yap --report
Configuration is stored at ~/.config/yappy/config.yaml. You can customize your targets:
targets:
- type: feed # Your home feed
max_posts: 15
- type: keyword # Specific topics
value: "AI startups"
max_posts: 5
To remove Yappy from your system:
pip uninstall yappy
# OR if installed via Homebrew:
brew uninstall yappy
To completely remove your configuration, LinkedIn session, and activity logs:
# macOS
rm -rf ~/Library/Application\ Support/yappy
rm -rf ~/.config/yappy
# Linux
rm -rf ~/.local/share/yappy
rm -rf ~/.config/yappy
Distributed under the MIT License. See LICENSE for more information.
Yappy is an independent project and is not affiliated with, authorized, maintained, sponsored, or endorsed by LinkedIn Corporation.