Smart LinkedIn Connection Management Tool
A Rust-based tool to analyze and manage your LinkedIn network using intelligent keyword filtering.
cargo install netprune Or build from source:
git clone https://github.com/ChronoCoders/netprune.git
cd netprune
cargo build --release - Go to LinkedIn Settings and Privacy
- Data Privacy - Get a copy of your data
- Select Connections and download CSV
Copy config.example.toml to config.toml and customize keywords.
netprune analyze --input Connections.csv netprune export --input Connections.csv --output unwanted.csv Browser automation is experimental and not recommended.
LinkedIn Terms of Service prohibit automated access. Using automation may result in:
- Account suspension or ban
- CAPTCHA challenges
- Rate limiting
Recommended Workflow:
- Use NetPrune for analysis and filtering
- Export filtered list to CSV
- Remove connections manually via LinkedIn
- Spread removals over days or weeks
MIT