WeSearch

Username Studio — find short Telegram usernames with a local LLM

·2 min read · 0 reactions · 0 comments · 5 views
#technology#software development#open source#telegram#local llm
Username Studio — find short Telegram usernames with a local LLM
⚡ TL;DR · AI summary

Username Studio is a locally-run tool designed to help users find short, available Telegram usernames by generating and scoring candidates using a local LLM. It supports multiple username styles, filters results by length and validity, and allows optional availability checks via the Telegram API. The tool includes a web dashboard for easy interaction and prioritizes user safety with dry-run modes and rate limit handling.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3907683) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } sattop 02 Posted on May 2 Username Studio — find short Telegram usernames with a local LLM #python #showdev #opensource #telegram If you've ever tried to find a short, clean Telegram username — you know how painful it is. Everything good is taken. You end up typing random combinations for 20 minutes. I built a local tool to fix that. What is Username Studio? Username Studio generates, scores, and checks short Telegram usernames (5–6 chars) using a local LLM.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)