Skip to content
View PxyUp's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing

Organizations

@orchestratora @squzy

Block or report PxyUp

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.

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
PxyUp/README.md

Hi there 👋

Profile views

  • 👯 I'm currently Backend Engineer at Epic Games
  • 🔭 I'm currently working on Fitter — web data for AI agents
  • 😄 Love dunks, football, basketball
  • 📫 Twitter | Telegram

🕵️ Don't just read this README — scrape it live

Tip

Every link below opens the fitter playground — my scraping engine compiled to WebAssembly — and runs a real scrape in your browser. No install, no backend, no API keys: the whole config travels inside the URL.

Live scrape What comes back
🔎 Fact-check this profile my stats straight from the GitHub API, plus an honest verdict field
👨‍💻 Catch me coding my latest public GitHub event, red-handed
Should you star fitter? a live, data-driven, completely unbiased answer
📉 Free financial advice real-time BTC through my proprietary algorithm: change > 0 ? "HODL" : "HODL harder"
🥁 Emergency dad joke fetched, parsed and strongly typed — enterprise-grade humor delivery
🧐 How the magic works (yes, this section is collapsible — GitHub said we could)

Each link carries a declarative fitter config, deflate-compressed into the ?q= parameter. The playground decodes it and the real Go engine — the same code as the fitter CLI and MCP server, compiled to WASM — executes it entirely client-side. This is the "fact-check this profile" config:

{
    "item": {
        "connector_config": {
            "response_type": "json",
            "url": "https://api.github.com/users/PxyUp",
            "server_config": {
                "method": "GET"
            }
        },
        "model": {
            "object_config": {
                "fields": {
                    "name": {
                        "base_field": {
                            "type": "string",
                            "path": "name"
                        }
                    },
                    "works_at": {
                        "base_field": {
                            "type": "string",
                            "path": "company"
                        }
                    },
                    "public_repos": {
                        "base_field": {
                            "type": "int",
                            "path": "public_repos"
                        }
                    },
                    "followers": {
                        "base_field": {
                            "type": "int",
                            "path": "followers"
                        }
                    },
                    "verdict": {
                        "base_field": {
                            "type": "int",
                            "path": "followers",
                            "generated": {
                                "calculated": {
                                    "type": "string",
                                    "expression": "fRes >= 100 ? \"certified influencer\" : \"artisanal, small-batch following\""
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

Want your own? Build a config in the playground, hit Share, paste the link anywhere. LLMs can author these configs too — that's the whole point: fitter is an MCP server, so Claude can scrape the web for you, locally.

📟 fitter, photographed while running — built on the fly for this page view

This is not a committed image. When you loaded this page, a headless browser opened live.html on my GitHub Pages, the real fitter engine (Go → WASM) pulled its configs from this repo, scraped six live sources and rendered the terminal below — you're looking at a photograph of that run, re-taken whenever the image caches expire (hours, not seconds). Click it to watch the same run happen live in your browser:

fitter running — photographed at page load

My projects:

My articles

My competitions:

Pinned Loading

  1. fitter fitter Public

    New way for collect information from the API's/Websites

    Go 131 8

  2. squzy/squzy squzy/squzy Public

    Squzy - is a high-performance open-source monitoring, incident and alert system written in Golang with Bazel and love. Welcome to free SRE

    Go 478 24

  3. vue-not-visible vue-not-visible Public

    Vue directive for conditional rendering element on screen smaller than breakpoints

    JavaScript 22 2

  4. go_monorepo go_monorepo Public

    Example of Golang-monorepo with Bazel

    Python 19 7

  5. protoc-actions protoc-actions Public

    Action for GitHub for generating client, server, grpc gateway and swagger from protofile

    Dockerfile 14 6

  6. Telegram_graph Telegram_graph Public

    Telegram JS Contest March 10-24, 2019

    TypeScript 1