{"id":15650216,"url":"https://github.com/hacksore/oghunt","last_synced_at":"2025-08-20T20:33:09.586Z","repository":{"id":253869042,"uuid":"827838818","full_name":"Hacksore/oghunt","owner":"Hacksore","description":"oghunt uses AI to remove the AI listings from Product Hunt launches  ","archived":false,"fork":false,"pushed_at":"2025-06-13T22:41:08.000Z","size":2759,"stargazers_count":63,"open_issues_count":0,"forks_count":15,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T00:33:55.834Z","etag":null,"topics":["ai-slop","no-ai","producthunt"],"latest_commit_sha":null,"homepage":"https://oghunt.com","language":"TypeScript","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/Hacksore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["Hacksore"],"buy_me_a_coffee":["Hacksore"]}},"created_at":"2024-07-12T13:40:48.000Z","updated_at":"2025-08-01T21:08:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"65efe30a-1b9f-4e3d-a9b1-b658a5f9486e","html_url":"https://github.com/Hacksore/oghunt","commit_stats":null,"previous_names":["hacksore/oghunt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hacksore/oghunt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Foghunt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Foghunt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Foghunt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Foghunt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hacksore","download_url":"https://codeload.github.com/Hacksore/oghunt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Foghunt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271378699,"owners_count":24749197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"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":["ai-slop","no-ai","producthunt"],"created_at":"2024-10-03T12:34:01.505Z","updated_at":"2025-08-20T20:33:09.482Z","avatar_url":"https://github.com/Hacksore.png","language":"TypeScript","funding_links":["https://github.com/sponsors/Hacksore","https://buymeacoffee.com/[\"Hacksore\"]"],"categories":[],"sub_categories":[],"readme":"# oghunt\n\noghunt uses AI to remove the AI listings from today's Product Hunt launches.\n\n![image](https://github.com/user-attachments/assets/28118c37-06df-4081-9504-cac4f18c7c76)\n\n\n## What's inside?\n\nThis Turborepo includes the following packages/apps:\n\n### Apps and Packages\n\n- `web`: a [Next.js](https://nextjs.org/) app powering oghunt\n\n### Utilities\n\nThis Turborepo has some additional tools already setup for you:\n\n- [TypeScript](https://www.typescriptlang.org/) for static type checking\n- [Biome](https://biomejs.dev/) for code linting and formatting\n\n### Build\n\nTo build all apps and packages, run the following command:\n\n```\ncd my-turborepo\npnpm build\n```\n\n### Development\n\nThis is what you need to get up and running\n\n1. Create a ProductHunt account. Then, go to your [API Dashboard](https://www.producthunt.com/v2/oauth/applications). Afterwards, create an application. Set the redirect URI to `https://localhost:3000` for local development purposes. Then, generate a `Developer Token`.\n\n2. Generate a Gemini API key:\n   - Go to [Google AI Studio](https://aistudio.google.com/apikey)\n   - Create a new API key\n   - Copy the key for use in your environment variables\n\n3. Create a `.env` file similar to [.env.example](/.env.example) with the following variables:\n   - `CRON_SECRET`: Set to whatever you'd like locally\n   - `DATABASE_URL`: Set to `\"postgresql://dev:dev@localhost:5432/oghunt\"`\n   - `GEMINI_API_KEY`: Your Gemini API key from step 2\n   - `PRODUCTHUNT_TOKEN`: Your ProductHunt Developer Token from step 1\n\n4. Start the database:\n```\ndocker compose up -d\n```\n\n5. With the docker container running in the background, install dependencies and set up the database:\n   - `pnpm i`\n   - `pnpm db:push` (only needed once to push these changes to the local DB)\n   - `pnpm dev`\n\n6. Seed the database:\n   - Send a GET request to `http://localhost:3000/api/ingest-posts`\n   - Include the header: `Authorization: Bearer CRON_SECRET` where `CRON_SECRET` matches your `.env` value\n\nPlease feel free to check out our [architecture diagram](./public/og-hunt-diagram.excalidraw) in Excalidraw.\n\n## Team\n\n- Lead Developer: [Pizza](https://github.com/RossLitzenberger)\n- Product Owner: [Pati](https://typehero.dev/)\n- Project Manager: [Hacksore](https://github.com/Hacksore)\n- Senior Lead Developer: [Jim](https://github.com/JoshHyde9)\n- Tech Consultant: [Trash](https://github.com/bautistaaa)\n- Algorithm Specialist: [🐝](https://github.com/ArcherScript)\n- Database Engineer: [Overclock](https://github.com/LucFauvel)\n- Knows HTML: [Chad](https://github.com/chadstewart)\n- Lead 404 Engineer: [Shane](https://github.com/swalker326)\n- Lead UI/UX Engineer: [Boston](https://github.com/BostonRohan)\n- System Architect: [Max](https://github.com/maxdemaio)\n- Data Scientist: [TypeSafe](https://github.com/typesafeui)\n- Data Visualization: [Nathan](https://github.com/nathanroark)\n- Senior Lead Frontend Developer: [Jean](https://github.com/Kampouse)\n- Human Resources: [Metalface](https://github.com/metal-face)\n- Scrum Leader: [Aodhan](https://github.com/MVAodhan)\n- 👑✨💅 Our Glorious Lead Tailwind Engineer: [PicklNik](https://github.com/picklenik)\n- Civil Engineering Lead: [Mark](https://github.com/markkhoo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacksore%2Foghunt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacksore%2Foghunt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacksore%2Foghunt/lists"}