{"id":51899266,"url":"https://github.com/hazeliscoding/gil-sweep","last_synced_at":"2026-07-26T13:30:46.896Z","repository":{"id":372211277,"uuid":"1305234560","full_name":"hazeliscoding/gil-sweep","owner":"hazeliscoding","description":"A local desktop app that answers one question: what should you farm for gil this week in FFXIV.","archived":false,"fork":false,"pushed_at":"2026-07-19T18:15:40.000Z","size":265,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-19T18:17:55.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hazeliscoding.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-18T21:23:17.000Z","updated_at":"2026-07-19T18:15:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hazeliscoding/gil-sweep","commit_stats":null,"previous_names":["hazeliscoding/gil-sweep"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/hazeliscoding/gil-sweep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazeliscoding%2Fgil-sweep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazeliscoding%2Fgil-sweep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazeliscoding%2Fgil-sweep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazeliscoding%2Fgil-sweep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hazeliscoding","download_url":"https://codeload.github.com/hazeliscoding/gil-sweep/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazeliscoding%2Fgil-sweep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35916664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-26T02:00:06.503Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-07-26T13:30:46.827Z","updated_at":"2026-07-26T13:30:46.883Z","avatar_url":"https://github.com/hazeliscoding.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GilSweep ⛏️\n\nA local desktop app (Electron) that answers one question: **what should you farm for gil this week in FFXIV**, given your gatherer levels and MSQ progress.\n\nPulls live Universalis price/velocity aggregates and Saddlebag Exchange trends for a curated database of gatherable items, explains *why* each item sells (recipe consumers, leve turn-ins, GC supply — from Garland Tools data), re-ranks instantly as you drag your MIN/BTN level and expansion sliders, and turns your top farmables into a retainer selling plan (undercut price, stack size that actually sells, market saturation) from live listings. A live Eorzea clock ⏰ shows up-now / next-window timers on every timed node.\n\n## Screenshots 🖼️\n\n**The sweep dashboard** — sliders re-rank instantly; every item carries a price sparkline, node spawn window, and a \"why it sells\" demand breakdown:\n\n![Sweep dashboard](docs/screenshots/sweep.png)\n\n**Market drill-down** — click any row for live listing depth, days of stock, and the hours buyers actually buy:\n\n![Market drill-down](docs/screenshots/market-detail.png)\n\n**Craft value-add** — HQ-aware margins for recipes that use what you farm:\n\n![Crafting margins](docs/screenshots/crafting.png)\n\n**Trends** — week-over-week digest and per-item history charts from your local snapshot archive:\n\n![Trends](docs/screenshots/trends.png)\n\n## Download 📦\n\nFrom [Releases](https://github.com/hazeliscoding/gil-sweep/releases):\n\n- **`gil-sweep-x.y.z-setup.exe`** — installer; **auto-updates** from GitHub releases.\n- **`gil-sweep-x.y.z-portable.exe`** — no install, run from anywhere; re-download to update.\n\nBoth are unsigned, so SmartScreen will warn on first run (More info → Run anyway).\n\n## Run it (dev) 🛠️\n\n```\nnpm run setup   # once: installs desktop + renderer deps (Node 20+)\nnpm run dev     # Angular dev server + Electron window\n```\n\n## Package (portable Windows exe) 🚀\n\n```\nnpm run package:win   # -\u003e desktop/release/gil-sweep-\u003cversion\u003e-portable.exe\n```\n\n## Architecture 🏗️\n\n```\nAngular renderer  --IPC--\u003e  Electron main  --\u003e  Universalis / Saddlebag (live prices)\n   (sliders re-rank locally)            \\--\u003e  JSON snapshots (userData) + bundled item DB\n```\n\n- `desktop/src/main/` — Electron main: sweep engine, market API clients, snapshot persistence.\n- `desktop/renderer/` — Angular 18 standalone renderer; all ranking/filtering happens client-side over the latest snapshot, so slider changes are instant (no refetch).\n- `desktop/data/` — curated item DB and demand signals (recipe consumers, leves, GC supply) shipped with the app.\n\nSnapshots and config live in the OS user-data folder; nothing leaves your machine except the market API calls.\n\nThe item database (`desktop/data/`) is maintainer-curated: every entry's node/location is verified against Garland Tools, and top-selling trap items (FC submarine loot, vendor flips) are tracked but never recommended as farms.\n\n## Credits 🙏\n\n- [Universalis](https://universalis.app/) — market board prices and sale velocities\n- [Saddlebag Exchange](https://saddlebagexchange.com/) — market trend states\n- [Garland Tools](https://garlandtools.org/) — item, node, and recipe data\n\n## License \u0026 disclaimer ⚖️\n\nApache-2.0 (see `LICENSE`). FINAL FANTASY XIV is a registered trademark of Square Enix Holdings Co., Ltd. This project is a fan-made market tool: it is not affiliated with or endorsed by Square Enix, does not interact with the game client, and only reads community market APIs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazeliscoding%2Fgil-sweep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhazeliscoding%2Fgil-sweep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazeliscoding%2Fgil-sweep/lists"}