{"id":48904401,"url":"https://github.com/leoglme/goupixdex","last_synced_at":"2026-05-17T01:01:37.136Z","repository":{"id":351664006,"uuid":"1205386227","full_name":"Leoglme/GoupixDex","owner":"Leoglme","description":"GoupixDex is a personal Pokémon TCG tool that scans cards via OCR, auto-generates Vinted listings, and tracks collection data. It integrates Cardmarket/TCGPlayer prices to suggest profitable listings and provides a dashboard with sales, profits, and inventory stats.","archived":false,"fork":false,"pushed_at":"2026-04-15T23:58:39.000Z","size":7067,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-16T01:25:04.940Z","etag":null,"topics":["cardmarket","cardmarket-api","pokemon","pokemon-api","pokemonapi","tcg","tcgplayer","vinted","vinted-api","vinted-bot"],"latest_commit_sha":null,"homepage":"https://goupixdex.dibodev.fr/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Leoglme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-08T23:16:32.000Z","updated_at":"2026-04-15T23:58:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Leoglme/GoupixDex","commit_stats":null,"previous_names":["leoglme/goupixdex"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Leoglme/GoupixDex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leoglme%2FGoupixDex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leoglme%2FGoupixDex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leoglme%2FGoupixDex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leoglme%2FGoupixDex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Leoglme","download_url":"https://codeload.github.com/Leoglme/GoupixDex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leoglme%2FGoupixDex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31899986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cardmarket","cardmarket-api","pokemon","pokemon-api","pokemonapi","tcg","tcgplayer","vinted","vinted-api","vinted-bot"],"created_at":"2026-04-16T19:00:31.240Z","updated_at":"2026-04-16T19:01:03.401Z","avatar_url":"https://github.com/Leoglme.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://goupixdex.dibodev.fr/\"\u003e\n    \u003cimg src=\"web/assets/images/logo-goupix-dev-256x256.png\" alt=\"GoupixDex\" width=\"160\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# GoupixDex\n\n**GoupixDex** is a personal Pokémon TCG tool that scans cards via OCR, auto-generates Vinted listings, and tracks collection data. It integrates Cardmarket / TCGPlayer prices (via [PokéWallet](https://api.pokewallet.io)) to suggest profitable listings and provides a dashboard with sales, profits, and inventory stats.\n\n**Live app:** [https://goupixdex.dibodev.fr/](https://goupixdex.dibodev.fr/)\n\n## Repository layout\n\n| Path | Description |\n|------|-------------|\n| [`web/`](web/) | Nuxt frontend (dashboard, articles, scan flow) — see [**Web README**](web/README.md) |\n| [`api/`](api/) | FastAPI backend (auth, OCR, pricing, articles, optional Vinted automation) — see [**API README**](api/README.md) |\n| [`o2switch-proxy/`](o2switch-proxy/) | Optional HTTP proxy for PokéWallet when the API host is blocked by upstream network rules |\n\n## Features (high level)\n\n- **Scan \u0026 OCR** — Upload card photos; Groq vision extracts set code, number, and metadata for pricing and titles.\n- **Pricing** — PokéWallet-backed Cardmarket (EUR) and TCGPlayer (USD) signals, with configurable margin.\n- **Inventory** — Articles CRUD, images (e.g. Supabase), sold state and sell price.\n- **Vinted** — Optional automated listing creation (see API docs for credentials and limitations).\n- **Dashboard** — Revenue, profit, and inventory-oriented views.\n\n## Tech stack (overview)\n\n- **Frontend:** Nuxt, Nuxt UI, Vue 3  \n- **Backend:** FastAPI, SQLAlchemy, MariaDB/MySQL, JWT auth  \n- **Integrations:** Groq (vision), PokéWallet (prices), optional Vinted automation\n\nFor setup, environment variables, and run commands, use the dedicated guides:\n\n- **[`web/README.md`](web/README.md)** — install, `pnpm dev`, build  \n- **[`api/README.md`](api/README.md)** — Python venv, migrations, `uvicorn`, Docker, API endpoints  \n\n---\n\n*Internal / personal project; production URL and integrations may change.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoglme%2Fgoupixdex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleoglme%2Fgoupixdex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoglme%2Fgoupixdex/lists"}