Community managers, crypto projects, and local businesses print Telegram channel QR codes on flyers, stickers, and conference badges so people join with one scan instead of searching usernames. Hosted QR SaaS charges ~$49/month for a static link — you can generate the same PNG locally for free.
Get your Telegram invite link
In Telegram:
- Open your channel or group
- Tap the channel/group name → Invite Links (or Add Members → Invite to Group via Link)
- Copy the
https://t.me/...invite URL
Examples:
https://t.me/yourchannel
https://t.me/+AbCdEfGhIjKlMnOp
Encode the full HTTPS URL as the QR payload. Scanners open Telegram (app or web) on the join screen.
Tip: create a dedicated invite link per campaign so you can revoke one flyer without rotating your main link.
Free browser generator (no account)
Open this page, paste your Telegram URL, download PNG or SVG. Everything runs client-side; nothing is uploaded:
https://cdn.jsdelivr.net/npm/toolkitlabs-qr@latest/index.html
Mirror: https://ytinumoc.github.io/toolkitlabs-qr/
Batch for events and sticker runs
Printing hundreds of stickers with unique campaign links from a spreadsheet:
npx toolkitlabs-qr@latest qr_batch.py campaigns.csv ./output/
CSV format: one URL per line. Output: PNG files named from the row.
One-time batch CLI pack (EUR 9, no subscription): https://buy.stripe.com/5kQ9AU8X45LKe3A8S15Ne0i?client_reference_id=npm-qr-batch
CC0 · Toolkit Labs
Top comments (0)