01 · Roasts
Zero Tests Across the Board
5 repos scored. 5 repos with HAS_TESTS=no. You've built a Sentry clone, a PyPI library with dual sync/async clients, AND a live Telegram bot with 375 stars — all completely untested. bugfuse literally detects bugs in other people's software without having any tests of its own. The irony is load-bearing.
Seedr Cinematic Universe
You have a Seedr API wrapper (seedrcc) AND a Seedr Telegram bot (SeedrccBot) — which is itself built on the wrapper. That's 189 combined stars and two repos for one niche cloud-storage service that most people have never heard of. Commitment to the bit, respect.
2690 Followers, 7 PRs/Year
Nearly 2700 people are watching you on GitHub and you contributed to the open-source ecosystem with a grand total of 7 PRs this year. Your followers believe in you more than you believe in other people's repos.
47% Graveyard Ratio
Almost half your repos haven't been touched in 2+ years. You're shipping new stuff (bugfuse looks genuinely cool) while quietly maintaining a cemetery of old experiments behind you. Clean up the graveyard or wear it as a badge of hustle — pick a lane.
Python 73% + 'Systems' Domain Tag
The server classified your work as 'systems' but you're writing Python 73% of the time. The most system-y thing in your repos is a Shell config in your dotfiles. TypeScript at 21% from bugfuse's React frontend is doing more domain-lifting than it should have to.
Built using
Zoral
Shadows one worker for a week, then takes over their job with zero extra setup. Behaves exactly like the original.
zoral.ai
02 · Category breakdown
- Impact25% weight63C
- Consistency20% weight65C
- Quality20% weight72B
- Depth15% weight65C
- Breadth10% weight55D
- Community10% weight55D
03 · Stats
365-day commit heatmap
228 active days
Language distribution
- Python73%
- TypeScript21%
- Shell3%
- HTML1%
- JavaScript1%
- CSS0%
- Other1%
04 · Numbers
Owned repos
non-fork
19
Commits
last 12 months
567
Followers
2,690
Joined GitHub
Dec 2019
05 · Top repos
hemantapkh /
seedrcc
Mature Python API wrapper for Seedr.cc with 95 stars, full type hints, comprehensive documentation (docs/ folder + ARCHITECTURE.md), CI/CD pipeline, and both sync/async client implementations. No test suite but solid architecture across 300+ KB codebase.
hemantapkh /
SeedrccBot
A well-structured async Telegram bot for Seedr.cc account management (94 stars). Features dependency injection, encrypted credential storage, multi-account support, and CI/CD, but lacks test coverage. ~543 KB codebase with modern Python tooling (Pydantic, SQLAlchemy, Telethon).
hemantapkh /
TorrentHunt
Python Telegram bot for torrent searching via Jackett/Prowlarr; 375 stars, active maintenance, structured codebase with typed dependencies and CI, but untyped Python source and no test suite.
hemantapkh /
bugfuse
Self-hosted Sentry alternative built with FastAPI, async SQLAlchemy, and React. Typed Python backend with organized service/router/schema layering, integration tests using real Postgres, and well-documented architecture. Pre-release (0.1.0) with functional feature set including event grouping, search, alerting, and iss
hemantapkh /
dotfiles
Personal macOS dotfiles repo using yadm with well-organized shell configs, Neovim setup, tmux, and Brewfile. README documents bootstrap process. 2 stars, 30 recent commits, 160 KB structured codebase with functional shell scripts and configuration management.
06 · Timeline
- Dec 16, 2019Joined GitHub
- Apr 16, 2021Created dotfiles — 🏠 My $HOME: Under construction, always!
- Apr 30, 2021Created TorrentHunt — 🏴☠️ The ultimate torrent bot on telegram
- Jun 26, 2021Created SeedrccBot — 🤖 Telegram bot to manage your seedr.cc account
- Apr 11, 2022Created seedrcc — ⚡ A comprehensive Python API wrapper for seedr.cc
- Feb 24, 2026Created bugfuse — 🪲⚡ Selfhosted lightweight sentry alternative
- Aug 19, 2026Most recent push to dotfiles
07 · Compare
08 · Rubric
How this score was produced
Overall = Σ (category × weight) + gentle top-end curve
Tier thresholds
▸ How the pipeline works
- 01Scrape.Pull every non-fork repo pushed in the last 90 days, plus your contribution calendar, followers, and language byte counts — straight from GitHub's REST & GraphQL APIs.
- 02Triage.A small model reads every repo's file tree + README and picks the 20 files per repo that actually reveal how you code.
- 03Grade each repo. All repos run in parallel through a fast scoring model that reads the picked files and rates each one independently on Impact, Quality, and Depth — with evidence citations.
- 04Aggregate. A larger reasoning model combines the per-repo scores with server-computed stats (heatmap, commit cadence, language entropy, follower count) to produce the 6-dimension profile score + roasts.
- 05Correct.Deterministic server-side checks enforce anchor-scale floors (e.g. a profile with 2,000+ public commits can't score 30 Consistency) and recompute the final verdict.
~90 seconds per profile, ~$0.25 in compute. Total of ~240 files read across your top-12 repos. One rating per GitHub account per day.
▸ Data sources & caveats
- Heatmap & commit totals: GitHub GraphQL
contributionsCollection— covers the last 365 days, includes private repos when the user has opted in (default). - Language %: byte totals across the top 30 owned non-fork repos.
- Curve: a small upward nudge centered on raw score ≈ 70, capping at 100. Prevents specialists from being unfairly penalised for narrow breadth.
- Anchor corrections: when server-measured signals (e.g. privateWorkLikely, multiRepoVolume, follower count) mandate a minimum category score, the aggregation step enforces it. These are signal-conditional, not identity-based floors.