HuntGo files everything into a Google Sheet you own — there is no HuntGo server. One script, pasted once, turns a blank sheet into the whole pipeline.
Go to sheets.new and name it, e.g. HuntGo Pipeline. Don't create any tabs — the script builds them all.
For appsscript.json: Project Settings ⚙ → tick “Show appsscript.json”, open it, paste over. It sets the London timezone and the exact permissions. Save with ⌘S / Ctrl+S.
HuntGo/exec — with the Copy button under it. Then click Done.“Anyone” does not expose your sheet. The script refuses every request that does not carry your own api_token, which it creates for you in Step 3 — so the URL on its own opens nothing. You copy that token in Step 5.
Two things go into the extension: the URL, and the token your sheet made for you. Both are required.
api_token (a 32-character code). Not there? In the Apps Script editor pick showApiToken in the function list and press Run — it prints the token in the log./exec URL into Pipeline URL and the 32-character code into Pipeline token.Without the token every request is refused, so nobody who finds your /exec URL can read or write your sheet. To change it later: clear the api_token cell, run formatSheets again, and paste the new code into the extension.
HuntGo needs a key even to try it — the trial is 5 hunts and 5 Terapeak validations.
The sheet's Settings tab controls winner-alert emails, your eBay fee model (business or private, category fee %, VAT) — edit a cell and every winner row's profit recomputes live.
Upgrading later: paste the new script over the old → Save → Run ▶ formatSheets → Deploy → Manage deployments → ✏️ → New version.
Stuck? zahoor@pycode.co.uk · Privacy · © Pycode Ltd