-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
Altug Tatlisu edited this page Nov 26, 2025
·
1 revision
- Go to LinkedIn Settings & Privacy
- Navigate to Data Privacy → Get a copy of your data
- Select Connections only
- Click Request archive
- Wait for email (usually 10-24 hours)
- Download and extract
Connections.csv - Place it in the
data/folder
Analyze your connections and see statistics:
cargo run --release -- analyze --input data/Connections.csvOutput:
- Total connections
- Relevant connections (matching keywords)
- Unwanted connections
- Ghost connections (deactivated accounts)
Export filtered connections to a new CSV:
cargo run --release -- export --input data/Connections.csv --output output/unwanted.csvThis creates a CSV with connections that don't match your filter keywords.
cargo run --release -- remove --input data/Connections.csv --email "your@email.com" --password "password"Instead, we recommend:
- Use the
exportcommand - Review the exported CSV
- Remove connections manually via LinkedIn