Skip to content

ChronoCoders/netprune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetPrune

Crates.io Documentation License: MIT

Smart LinkedIn Connection Management Tool

A Rust-based tool to analyze and manage your LinkedIn network using intelligent keyword filtering.

Installation

cargo install netprune 

Or build from source:

git clone https://github.com/ChronoCoders/netprune.git 
cd netprune 
cargo build --release 

Quick Start

1. Export Your LinkedIn Connections

  1. Go to LinkedIn Settings and Privacy
  2. Data Privacy - Get a copy of your data
  3. Select Connections and download CSV

2. Configure Filters

Copy config.example.toml to config.toml and customize keywords.

3. Analyze Your Network

netprune analyze --input Connections.csv 

4. Export Filtered Connections

netprune export --input Connections.csv --output unwanted.csv 

Important Notice

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:

  1. Use NetPrune for analysis and filtering
  2. Export filtered list to CSV
  3. Remove connections manually via LinkedIn
  4. Spread removals over days or weeks

Links

License

MIT

About

A Rust-based tool for intelligent LinkedIn connection management and filtering

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages