Skip to content
View suggydev's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report suggydev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
suggydev/README.md

suggydev

I build CLI tools & Telegram automation in Rust and Python — with tests, CI and docs by default.

Rust Python Telegram SQLite


Featured projects

What it does Stack
👑 tgfeed Self-hosted SaaS: RSS/Atom/JSON feeds for any public Telegram channel — Go API + worker, Next.js dashboard, GitHub OAuth, webhooks, Prometheus, e2e in CI Go · Next.js · Postgres · Docker
SPT Telegram userbot that tracks profile changes — avatars (before/after albums + archive), names, usernames, bios, online status — with instant bot notifications Python · Telethon · Bot API · SQLite
devscope X-ray any GitHub profile: language DNA, stars, streaks, OG cards — no sign-in Next.js · TypeScript · Tailwind
mocki Instant mock REST API from JSON files — zero-dep Go binary (json-server successor): CRUD, filters, pagination, CORS, latency, hot reload Go · stdlib only
sysdash Live system dashboard in pure bash: CPU/mem/disk/net/procs, /proc parsers, bats-tested Bash · shellcheck
git-vanity Bruteforces Git commit metadata in parallel to mint vanity SHA-1 hashes (deadbeef…) — tree untouched, benchmarks included Rust · rayon · git2
json-rollup Deep-merges thousands of JSON files in milliseconds: parallel parse, schema inference, ranked conflict resolution Rust · serde · rayon
git-commit-journal Turns commit history into a first-person dev journal via LLMs — daily reports you didn't have to write Python · OpenAI / Anthropic / Ollama

How I build

  • Proof over promises — every repo ships with unit/integration tests and CI that runs them
  • Docs as a feature — banners, real usage examples, honest "how it works" sections
  • No placeholder debt — configs, licenses and metadata are as finished as the code

Stats

GitHub stats Top languages Contribution streak

Open to interesting problems — the weirder the metadata, the better.

Popular repositories Loading

  1. git-commit-journal git-commit-journal Public

    Turns git history into a first-person dev journal using LLMs (OpenAI / Anthropic / Ollama)

    Python

  2. git-vanity git-vanity Public

    Rust CLI that bruteforces Git commit metadata to mint vanity SHA-1 hashes

    Rust

  3. json-rollup json-rollup Public

    Rust CLI that deep-merges thousands of JSON files in parallel

    Rust

  4. SPT SPT Public

    Telegram userbot that tracks avatar/name/username/bio/online changes with instant bot notifications (Telethon + Bot API)

    Python

  5. suggydev suggydev Public

    Profile README

  6. tgfeed tgfeed Public

    RSS/Atom/JSON feeds for any public Telegram channel — self-hosted, one docker compose up (Go + Postgres)

    Go