
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
A lightning-fast VCF contact extractor to CSV, TXT, JSON, HTML, SQLite, or terminal preview
vcfzap is a high-performance, feature-rich command-line tool that extracts contact information from VCF (vCard) files and exports it into multiple formats: CSV, TXT, JSON, HTML, SQLite, or a color-coded terminal preview. Whether you're a developer, sysadmin, or power user, vcfzap makes contact extraction seamless and efficient.
.vcf
files to CSV, TXT, JSON, HTML, or SQLite database.--no-color
, --quiet
, and --no-prompt
are ideal for scripting and CI.pip install vcfzap
git clone https://github.com/musaddiq/vcfzap.git
cd vcfzap
pip install .
vcfzap <VCF_FILE> [OPTIONS]
vcfzap contacts.vcf --preview --limit 5
vcfzap contacts.vcf --csv output.csv --timestamp
vcfzap contacts.vcf --json contacts.json --fields name,phone,email --pretty-json
vcfzap contacts.vcf --html contacts.html --fields email
vcfzap contacts.vcf --sqlite contacts.db --no-prompt
vcfzap --check-dependencies
vcf_file
(positional): Path to your .vcf
file.--csv <file>
: Export to CSV file--txt <file>
: Export to plain text file--json <file>
: Export to JSON file--html <file>
: Export to styled HTML table--sqlite <file>
: Export to SQLite database--preview
: Show contacts in a color-coded terminal table (no file output)--fields name,phone,email
: Comma-separated list of fields to extract--limit N
: Limit number of contacts--timestamp
: Add current timestamp to output filename--max-size N
: Warn if file is larger than N MB--detect-encoding
: Automatically detect file encoding--csv-delimiter ";"
: Set custom delimiter for CSV export--log-file <file>
: Save detailed logs to specified file--no-color
: Disable colored CLI output--quiet
: Suppress non-essential messages--no-logs
: Disable logging entirely--no-prompt
: Disable all interactive prompts (force overwrite, large file warning)--pretty-json
: Enable human-readable indented JSON--check-dependencies
: Check for any missing Python dependencies-v
, --version
: Show version informationField | Description |
---|---|
name | Full name (e.g., John Doe) |
phone | Phone numbers with optional extensions |
email | Email addresses |
address | Full physical address |
organization | Company or organization name |
Format | Description |
---|---|
CSV | Clean spreadsheet with optional delimiter |
TXT | Readable text with labeled fields |
JSON | Compact or pretty-printed structure |
HTML | Styled responsive HTML table |
SQLite | Structured database with dynamic schema |
Preview | Terminal-based color table preview only |
--dry-run
to verify before exporting.--no-prompt
, --quiet
, and --log-file
.vcfzap mycontacts.vcf \
--csv contacts.csv \
--fields name,email,address \
--timestamp \
--detect-encoding \
--log-file logs/vcfzap.log \
--quiet
Crafted with intent by Mallik Mohammad Musaddiq 📧 musaddiqmalik@gmail.com 🔗 GitHub Repo
If this tool made your workflow easier, consider ⭐️ starring the repository or sharing it with others in need. * 📧 musaddiqmalik@gmail.com 🔗 GitHub Repo
If this tool made your workflow easier, consider ⭐️ starring the repository or sharing it with others in need.
FAQs
A lightning-fast VCF contact extractor to CSV, TXT, JSON, HTML, SQLite, or terminal preview
We found that vcfzap demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.