Local, offline Telegram chat transcriber - voice & video via Whisper, screenshots via OCR, photos via a local vision model
Project description
whispergram
A Telegram chat — voice, video and photos — as one searchable transcript, fully local. Transcribe voice & round-video notes with Whisper (faster-whisper), read text from screenshots with OCR, and caption photo scenes with a local vision model — all merged into one chronological, LLM-ready file. 100% offline, no API key, no cloud.
Every line is tagged by sender and timestamp — voice, video and photos turned into readable text:
[2026-06-20 12:33] Alex (voice 14s): just finished the auth flow, take a look
[2026-06-20 12:35] You: nice, send the diagram
[2026-06-20 12:46] Alex (photo, described): a hand-drawn architecture diagram on a whiteboard | text: Login -> API -> DB
[2026-06-20 12:47] You (video-note 6s): looks great, let's ship it
[2026-06-20 12:47] Alex (sticker 👍)
Photos become text two ways: a local vision model captions the scene (on by default), and
--ocrreads any text in the image.
Why?
An audio-heavy Telegram chat is unreadable and unsearchable — you cannot grep a voice note, and
you cannot hand a folder of .ogg files to an LLM. The alternatives are worse: Telegram Premium
transcribes one message at a time by hand, and cloud speech APIs upload your private audio to a
third party. whispergram transcribes every voice and video note in one pass, entirely on
your own machine, and weaves them back into the text timeline as a single file you can read,
search, or feed to a model.
Features
| Feature | Description |
|---|---|
| Voice + video notes | Both voice_message and round video_message notes are transcribed inline with the text |
| One merged file | A single merged_chat.md, chronological, every line tagged [time] sender |
| 100% local & offline | faster-whisper runs on your machine — no upload, no API key, no account |
| Lossless mapping | Stickers, photos, animations, documents, music, locations, polls and contacts appear as markers — nothing content-bearing is dropped |
| Handles missing media | Notes excluded from the export are clearly marked [not exported], never fed to the model |
| All text shapes | Reconstructs plain, rich, and entity-based message text (links, mentions, custom emoji) |
| Dry-run | Preview the full merge with --dry-run — no model download, no GPU, instant |
| GPU or CPU | CUDA with automatic CPU fallback; a one-command Windows CUDA fix is built in |
| Auto-detect | Finds the export JSON (any filename) and the language per file |
| Regular videos | --video-files also transcribes ordinary video files' audio, not just round notes |
| Photo OCR | --ocr pulls text out of photos with local Tesseract — great for screenshots |
| Photo descriptions | Photos are captioned automatically by a local model (BLIP) when whispergram[describe] is installed — --no-describe to skip |
| Tested | 64 offline tests on the Python 3.9–3.13 CI matrix |
Quick Start
1. Install
Via PyPI (recommended):
pip install whispergram
Or clone for development:
git clone https://github.com/davidmalko87/whispergram.git
cd whispergram
pip install -r requirements.txt
You also need ffmpeg on your PATH:
# Linux: sudo apt install ffmpeg
# macOS: brew install ffmpeg
# Windows: choco install ffmpeg (or: winget install Gyan.FFmpeg)
2. Export your chat from Telegram
Telegram Desktop → open the chat → ⋮ menu → Export chat history. In the dialog:
- Format: JSON (required — whispergram reads the JSON export, not the HTML one).
- Tick the media you want whispergram to use:
| Export option | Tick it? | What whispergram does with it |
|---|---|---|
| Voice messages | ✅ | Transcribed — the core feature |
| Video messages | ✅ | Round video notes — transcribed |
| Photos | ✅ for captions / --ocr |
Scene-captioned and/or OCR'd; without it, photos show as a plain (photo) |
| Videos | optional, for --video-files |
Regular videos — their audio is transcribed |
| Stickers | ⬜ not needed | Shown as (sticker 😅) from the JSON metadata — the file itself isn't used |
| GIFs | ⬜ not needed | Shown as (animation) from the JSON metadata |
| Files | ⬜ not needed | Shown as (file: report.pdf) from the JSON metadata |
⚠️ Drag the "Size limit" slider up. It defaults to 8 MB, and any file larger than that is not downloaded — those messages come out as
[not exported]. Voice notes are tiny, but video notes, videos, and hi-res photos routinely exceed 8 MB, so raise the slider (toward the max) to be sure your media actually lands in the export. (This is the usual reason notes show as[not exported].)
You get a folder with a .json file plus voice_messages/, video_files/, photos/ … subfolders
for whatever you ticked.
3. Run
From inside the export folder:
whispergram
# or, without installing:
python whispergram.py
…or point it at the folder:
whispergram "path/to/ChatExport_2026-06-20"
The result is merged_chat.md in the export folder.
Example output
[2026-06-20 12:33] Alex: did you get the files?
[2026-06-20 12:34] Alex (voice 6s): one sec, recording the summary now ...
[2026-06-20 12:35] You (photo, described): a screenshot of a calendar app | text: Sprint review - Fri 15:00
[2026-06-20 12:36] Alex (video-note 8s): [not exported]
[2026-06-20 12:36] You (sticker 😅)
Photo captioning is automatic once
whispergram[describe]is installed; add--ocrfor the in-image text, or--no-describefor a plain(photo)marker.
How each message appears
| Message type | In the merged file |
|---|---|
| Text | [time] sender: message text |
| Voice note | [time] sender (voice 12s): <transcript> |
| Round video note | [time] sender (video-note 8s): <transcript> |
| Voice/video note with caption | [time] sender (voice 12s): <transcript> | caption: <text> |
| Voice/video not downloaded | [time] sender (voice 12s): [not exported] |
| Sticker | [time] sender (sticker 😅) |
Photo, --no-describe |
[time] sender (photo): caption (plain marker, no captioning) |
| Animation / GIF | [time] sender (animation) |
| Document | [time] sender (file: report.pdf): caption |
| Location / poll / contact | [time] sender (location) · (poll) · (contact) |
| Music / audio file | [time] sender (audio: Artist - Title) — transcribe with --audio-files |
| Regular video file | [time] sender (video) — transcribe the audio with --video-files |
Photo (default, [describe] installed) |
[time] sender (photo, described): a caption of the scene |
Photo + --ocr |
[time] sender (photo, described): <scene> | text: <text found in the image> |
Photo + --ocr --no-describe |
[time] sender (photo, text): <text found in the image> |
Sticker / GIF + --describe-hq |
[time] sender (sticker 😅, described): … · (animation, described): … |
Markers can be turned off with --no-media-markers (voice/video notes are always transcribed).
✅ Round-trip Validated
The merge has been validated against a real 770-message Telegram export (a live, audio-heavy chat — not a synthetic fixture). Every dimension was diffed against the source JSON:
| Dimension | In export | In merged file | Result |
|---|---|---|---|
| Voice notes (downloaded) | 4 | 4 transcribed | ✅ |
| Round video notes (not downloaded) | 5 | 5 [not exported] |
✅ |
| Other media (stickers, photos, animations, videos, audio, …) | 107 | 107 markers | ✅ |
| Text messages | 654 | 654 | ✅ |
| Messages dropped | — | 0 | ✅ |
All 770 messages map to 770 lines — the per-type counts match the source exactly, and not-exported notes are never sent to the model. (An earlier version silently dropped 88 of those messages — every sticker, photo, and caption-less media item — leaving misleading gaps. The round-trip is what surfaced it.)
That export is private, so these counts were measured locally and are not reproducible from this repo. The synthetic export under
tests/fixtures/reproduces the same lossless mapping across every media type and guards it automatically in CI. A faithful merge is only proven once it has been run end-to-end and the output diffed back against every message type — structural validity alone is not enough.
Known Limitations
These follow from the Telegram export format and from speech recognition itself — not from a lack of effort in the tool:
| Area | Status | Notes |
|---|---|---|
| Round video notes | Audio only, if downloaded | Telegram often excludes the binary; those show [not exported] |
Music / audio_file |
Off by default | Opt in with --audio-files; songs are otherwise not run through ASR |
| Photo OCR | Text-in-image only | --ocr reads visible text (great for screenshots), not a description of the scene; needs Tesseract + language packs |
| Photo descriptions | Best-effort, local | On by default with whispergram[describe] (BLIP via transformers) — captions are a short, English scene gist, not literal fact; --no-describe to skip |
| Stickers / GIFs / cartoons | --describe-hq only |
Local models caption cartoons/memes roughly; --describe-hq (Qwen2-VL, multi-frame for GIFs) is much better but heavier — still best-effort, never exact |
| Speaker labels | Sender only | Each note is attributed to its Telegram sender; no in-audio diarization |
| Timestamps | Minute resolution | Telegram exports YYYY-MM-DDThh:mm; seconds are not shown |
| Reactions / edits / replies | Not represented | The merged file is a clean reading transcript, not a full forensic dump |
| Transcription accuracy | Model-dependent | large-v3 is best for uk/ru; --lang forces a language if auto-detect slips |
Options
whispergram --device cpu --model large-v3-turbo # no GPU, fast
whispergram --lang uk # force a language
whispergram --dry-run # preview the merge, no transcription
whispergram --audio-files # also transcribe music/long audio files
whispergram --video-files # also transcribe regular videos' audio
whispergram --ocr --ocr-lang ukr+rus+eng # read text from photos (local Tesseract)
whispergram --no-describe # skip photo scene captions
whispergram --describe-hq # better captions + describe stickers/GIFs (Qwen2-VL)
whispergram --offline # zero network calls (use cached models only)
whispergram --out result.md # custom output path
| Flag | Default | Notes |
|---|---|---|
--device |
cuda |
cuda or cpu; auto-falls back to CPU if the GPU fails |
--model |
large-v3 |
try large-v3-turbo or medium if CPU is slow |
--lang |
auto | force a code like uk, ru, en if auto-detect mislabels |
--out |
merged_chat.md |
output file |
--audio-files |
off | also transcribe audio_file messages (music, long memos) |
--video-files |
off | also transcribe regular video files' audio track |
--ocr |
off | extract text from photos with local Tesseract OCR |
--ocr-lang |
eng |
Tesseract language(s), e.g. ukr+rus+eng |
--no-describe |
off | skip photo scene captions (on by default when [describe] is installed) |
--describe-model |
blip-large |
BLIP caption model id; use ...-base for faster/lighter |
--describe-hq |
off | high-quality describer (Qwen2-VL) + captions stickers/GIFs; needs [describe-hq] |
--offline |
off | use only cached models; make zero network calls |
--no-media-markers |
off | omit (sticker) / (photo) / (file) markers |
--dry-run |
off | map the chat without loading a model or transcribing |
--setup-cuda-windows |
— | copy CUDA DLLs next to ctranslate2, then exit (Windows GPU fix) |
GPU (CUDA) setup
Linux / macOS: with a working CUDA install it runs as-is on --device cuda.
Windows — the common pitfall is RuntimeError: Library cublas64_12.dll is not found:
- Install the CUDA runtime wheels (no full CUDA Toolkit needed):
pip install nvidia-cublas-cu12 nvidia-cudnn-cu12 pip install -U "ctranslate2>=4.5"
- If it still can't find the DLL, copy them next to CTranslate2 (the reliable fix):
python whispergram.py --setup-cuda-windows
- Or skip the GPU entirely:
--device cpu --model large-v3-turbo.
CTranslate2 loads cuBLAS/cuDNN lazily in native code that ignores
os.add_dll_directory, which is why placing the DLLs inside the package dir is the dependable solution.
FAQ
How do I transcribe Telegram voice messages?
Export the chat from Telegram Desktop as JSON (with voice messages), then run whispergram in the
export folder. Every voice note is transcribed with Whisper and merged into the text chat.
Is it private / offline? Does my audio leave my machine?
Yes. Transcription, captioning and OCR run locally and need no account or API key. The tool makes no
network calls with your data — your chat audio, photos and transcripts never leave your machine.
The only network use is a one-time download of the model weights (public files) from Hugging
Face; usage telemetry is off by default, and --offline forces cache-only with zero network
calls once the models are downloaded.
Do I need a GPU?
No. It runs on CPU (--device cpu); use --model large-v3-turbo for speed. A CUDA GPU is faster.
Does it handle round video messages / video notes?
Yes — round video_message notes are transcribed from their audio, just like voice notes. Regular
video files are transcribed too with --video-files.
Can it read text from photos / screenshots?
Yes — --ocr runs local Tesseract over photos and drops the extracted text inline as
(photo, text): ... (ideal for screenshots).
Can it describe what's in a photo, not just the text?
Yes, and it's automatic: once you pip install whispergram[describe], photos are captioned by a
small local model (BLIP via transformers — uses your GPU if you have one, else CPU)
with no flag needed. It composes with --ocr to give both the scene and the in-image text. Captions
are a short, English, best-effort gist. Pass --no-describe to turn it off, or --describe-model Salesforce/blip-image-captioning-base for a faster/lighter model. The BLIP-large model (~1.9 GB)
downloads once on the first photo, then stays offline.
Can it describe stickers and GIFs too?
Yes, with --describe-hq (pip install whispergram[describe-hq]). That switches to a stronger model
(Qwen2-VL) that's much better on cartoons and actions, and it reads GIFs multi-frame to catch
the motion — e.g. (animation, described): a character in a suit walking into an arena. It's heavier
(~4.4 GB; slow on CPU, fast on GPU), and cartoon/meme captions are still best-effort, never exact.
Which languages work?
Any language Whisper supports. large-v3 handles Ukrainian and Russian well; use --lang uk (or
ru, en, …) to force one if auto-detection slips.
How is this different from Telegram Premium's transcription? Premium transcribes one message at a time, by hand, in the app. whispergram transcribes the entire chat in one pass, offline, and produces a single searchable file.
Project Structure
whispergram/
├── whispergram.py # The tool: text reconstruction, mapping, transcription, CLI
├── requirements.txt # Runtime dependency (faster-whisper)
├── pyproject.toml # Packaging + ruff + pytest configuration
├── CHANGELOG.md
├── CONTRIBUTING.md
├── LICENSE
├── README.md
│
├── .github/
│ ├── workflows/
│ │ ├── ci.yml # ruff + pytest on Python 3.9–3.13 (no transcription deps)
│ │ └── publish.yml # tag v* → verify version → build → PyPI (trusted publishing)
│ ├── ISSUE_TEMPLATE/
│ └── dependabot.yml
│
└── tests/
├── test_whispergram.py # 64 offline tests — no model download or GPU required
└── fixtures/
└── sample_export/
└── result.json # synthetic export (safe to commit; used by tests + CI)
⚠️ Privacy
This tool processes private conversations, and the transcripts it produces are just as sensitive as the audio. Two rules:
- Nothing leaves your machine. Transcription, captioning and OCR are fully local; the tool makes
no network calls with your data and needs no credentials. The only network use is a one-time
download of public model weights from Hugging Face — telemetry is off by default, and
--offlineguarantees zero network calls once the models are cached. - Never commit your exports or transcripts. The included
.gitignoreblocks chat data (*.json, audio files,merged_chat.md,ChatExport_*/) by default — keep it. Build your repo in a folder separate from any export, keep any--outpath inside the export folder, and rungit statusbefore pushing to confirm only code is staged. The only data file in this repo is the synthetic fixture undertests/fixtures/.
Requirements
- Python 3.9+
- ffmpeg on your PATH
faster-whisper>= 1.0 (pip install -r requirements.txt)- For NVIDIA GPU on Windows:
nvidia-cublas-cu12,nvidia-cudnn-cu12,ctranslate2>=4.5 - For
--ocr(optional): the Tesseract binary on your PATH (with language packs, e.g.ukr,rus) pluspip install whispergram[ocr] - For photo descriptions (optional):
pip install whispergram[describe](transformers + torch — prebuilt wheels, no compiler; uses your GPU if present). Captioning is then automatic; the ~1.9 GB BLIP-large model downloads once on the first photo, then runs offline. Use--describe-model Salesforce/blip-image-captioning-basefor a lighter model, or--no-describeto turn it off - For high-quality captions + sticker/GIF describe (optional):
pip install whispergram[describe-hq](addstorchvision) and pass--describe-hq. Uses Qwen2-VL (~4.4 GB, slow on CPU / fast on GPU)
The test suite needs none of the above — only
ruffandpytest.
Changelog
See CHANGELOG.md for the full version history.
Contributing
See CONTRIBUTING.md for the development setup, the privacy rule, and the versioning / release policy.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file whispergram-0.5.0.tar.gz.
File metadata
- Download URL: whispergram-0.5.0.tar.gz
- Upload date:
- Size: 31.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e443b94b134e7047b80a9ccafe31bc70e63595e1a0476a50f40e535555d18e9b
|
|
| MD5 |
bd30de5fd98666c8a349df9b01eebd62
|
|
| BLAKE2b-256 |
714514abdad84e2be9dd9781260af0c185c94d0bea40448e2f1b2773a62f3bc6
|
Provenance
The following attestation bundles were made for whispergram-0.5.0.tar.gz:
Publisher:
publish.yml on davidmalko87/whispergram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
whispergram-0.5.0.tar.gz -
Subject digest:
e443b94b134e7047b80a9ccafe31bc70e63595e1a0476a50f40e535555d18e9b - Sigstore transparency entry: 1951497595
- Sigstore integration time:
-
Permalink:
davidmalko87/whispergram@7fba5315121146dfabd1177d2245093d9ca0a469 -
Branch / Tag:
refs/tags/v0.5.0 - Owner: https://github.com/davidmalko87
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@7fba5315121146dfabd1177d2245093d9ca0a469 -
Trigger Event:
push
-
Statement type:
File details
Details for the file whispergram-0.5.0-py3-none-any.whl.
File metadata
- Download URL: whispergram-0.5.0-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50d712b702faa80d84beafad5cdcb5aa8acff66dbdc959d7c47a67c8012fc9f1
|
|
| MD5 |
d67eedaa59ce568b0298d9c43a6a6b9f
|
|
| BLAKE2b-256 |
cad2e84da1b648721d83f6ae418d6aae96831991cef9c9b12da9f9f60c3b3749
|
Provenance
The following attestation bundles were made for whispergram-0.5.0-py3-none-any.whl:
Publisher:
publish.yml on davidmalko87/whispergram
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
whispergram-0.5.0-py3-none-any.whl -
Subject digest:
50d712b702faa80d84beafad5cdcb5aa8acff66dbdc959d7c47a67c8012fc9f1 - Sigstore transparency entry: 1951498164
- Sigstore integration time:
-
Permalink:
davidmalko87/whispergram@7fba5315121146dfabd1177d2245093d9ca0a469 -
Branch / Tag:
refs/tags/v0.5.0 - Owner: https://github.com/davidmalko87
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@7fba5315121146dfabd1177d2245093d9ca0a469 -
Trigger Event:
push
-
Statement type: