| Crates.io | netprune |
| lib.rs | netprune |
| version | 0.1.0 |
| created_at | 2025-11-26 23:11:20.27941+00 |
| updated_at | 2025-11-26 23:11:20.27941+00 |
| description | A Rust-based tool for intelligent LinkedIn connection management and filtering |
| homepage | https://chronocoders.github.io/netprune/ |
| repository | https://github.com/ChronoCoders/netprune |
| max_upload_size | |
| id | 1952661 |
| size | 2,615,895 |
Smart LinkedIn Connection Management Tool
A Rust-based tool to analyze and manage your LinkedIn network using intelligent keyword filtering.
cargo build --release
Copy config.example.toml to config.toml and customize keywords:
[filters]
keywords = ["blockchain", "crypto", "web3", "rust", "developer"]
cargo run --release -- analyze --input Connections.csv
cargo run --release -- 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:
Recommended Workflow:
[automation]
delay_min_ms = 2000
delay_max_ms = 5000
batch_size = 10
daily_limit = 20
dry_run = true
[filters]
keywords = ["blockchain", "crypto", "web3"]
MIT