{"id":27715680,"url":"https://github.com/gojiplus/ycombo","last_synced_at":"2026-05-10T16:34:30.542Z","repository":{"id":289561507,"uuid":"971669672","full_name":"gojiplus/ycombo","owner":"gojiplus","description":"ycombo: Post a Random GitHub Repo to Hacker News","archived":false,"fork":false,"pushed_at":"2025-04-23T23:25:08.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-27T01:06:49.882Z","etag":null,"topics":["github","hacker-news","ycombinator"],"latest_commit_sha":null,"homepage":"","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/gojiplus.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}},"created_at":"2025-04-23T22:02:37.000Z","updated_at":"2025-04-23T23:25:11.000Z","dependencies_parsed_at":"2025-04-23T23:32:14.757Z","dependency_job_id":null,"html_url":"https://github.com/gojiplus/ycombo","commit_stats":null,"previous_names":["gojiplus/ycombo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gojiplus%2Fycombo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gojiplus%2Fycombo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gojiplus%2Fycombo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gojiplus%2Fycombo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gojiplus","download_url":"https://codeload.github.com/gojiplus/ycombo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251073641,"owners_count":21532019,"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","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":["github","hacker-news","ycombinator"],"created_at":"2025-04-27T01:06:53.068Z","updated_at":"2026-05-10T16:34:30.508Z","avatar_url":"https://github.com/gojiplus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 ycombo: Post a Random GitHub Repo. to Hacker News\n\nThis GitHub Action picks a random public repo from your GitHub profile (or orgs) and submits it to [Hacker News](https://news.ycombinator.com/submit) via a headless browser using your session cookie.\n\nPerfect for passive social proof, open-source visibility, or quietly testing demand.\n\n---\n\n## ✨ Features\n\n- Picks repos from your GitHub username and any orgs you specify\n- Filters to repos with ≥5 stars\n- Generates a `Show HN: {repo}` title\n- Submits to Hacker News using Playwright and your HN session cookie\n\n---\n\n## 🔧 Setup\n\n### 1. Secrets\nAdd the following GitHub Action secrets:\n\n| Name            | Description                                  |\n|-----------------|----------------------------------------------|\n| `HN_USER_COOKIE` | Your `user` session cookie from Hacker News |\n\n### 2. Example workflow\n\n```yaml\nname: Post to HN\n\non:\n  schedule:\n    - cron: '0 17 * * 1'  # every Monday\n  workflow_dispatch:\n\njobs:\n  post:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n\n      - uses: ./.github/actions/post-to-hn\n        with:\n          github-username: soodoku\n          github-orgs: appeler,recite,gojiplus\n          hn-cookie: ${{ secrets.HN_USER_COOKIE }}\n```\n\n---\n\n## 🧠 Notes\n\n- Repos must have at least 5 stars to be considered.\n- The Hacker News `user` cookie should be stable unless you log out or change your password.\n- You can monitor your posts at: `https://news.ycombinator.com/submitted?id=YOUR_USERNAME`\n\n---\n\n## 📦 Local Testing\nTo run it manually:\n```bash\nexport GITHUB_USERNAME=soodoku\nexport GITHUB_ORGS=appeler,recite\nexport HN_USER_COOKIE='your_cookie_here'\npython scripts/post_repo_to_hn.py\n```\n\n---\n\n## License\nMIT © Gojiplus\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgojiplus%2Fycombo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgojiplus%2Fycombo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgojiplus%2Fycombo/lists"}