{"id":16592206,"url":"https://github.com/pveyes/octopub","last_synced_at":"2026-03-04T18:32:13.252Z","repository":{"id":37888677,"uuid":"185202186","full_name":"pveyes/octopub","owner":"pveyes","description":"GitHub public data as a service","archived":false,"fork":false,"pushed_at":"2023-06-21T22:11:47.000Z","size":133,"stargazers_count":4,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T12:23:14.396Z","etag":null,"topics":["github","lambda","now","profile","rust","scraper","serverless"],"latest_commit_sha":null,"homepage":"https://octopub.now.sh","language":"Rust","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/pveyes.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}},"created_at":"2019-05-06T13:27:21.000Z","updated_at":"2023-03-11T12:21:12.000Z","dependencies_parsed_at":"2025-02-14T07:32:02.946Z","dependency_job_id":"1a4e5526-b82b-4d13-a581-0794d6895172","html_url":"https://github.com/pveyes/octopub","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pveyes/octopub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pveyes%2Foctopub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pveyes%2Foctopub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pveyes%2Foctopub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pveyes%2Foctopub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pveyes","download_url":"https://codeload.github.com/pveyes/octopub/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pveyes%2Foctopub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30089344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T18:31:08.343Z","status":"ssl_error","status_checked_at":"2026-03-04T18:31:07.708Z","response_time":59,"last_error":"SSL_read: 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":["github","lambda","now","profile","rust","scraper","serverless"],"created_at":"2024-10-11T23:19:56.953Z","updated_at":"2026-03-04T18:32:13.216Z","avatar_url":"https://github.com/pveyes.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# octopub\n\n\u003e GitHub public data as a service\n\n## Usage\n\nThis service provides easy way to retrieve 2 public data from GitHub without creating access token:\n\n### Get public profile\n\nSend GET request to `https://octopub.now.sh/profile/:username`\n\nExample:\n\n```sh\ncurl -H \"Accept: application/json\" https://octopub.now.sh/profile/pveyes\n```\n\nResponse type:\n\n```ts\ntype PublicProfileResponse = {\n  username: string\n  name?: string\n  bio?: string\n  site?: string\n}\n```\n\n### Get public repository data\n\nSend GET request to `https://octopub.now.sh/repo/:owner/:repo`\n\nExample:\n\n```sh\ncurl -H \"Accept: application/json\" https://octopub.now.sh/repo/pveyes/octopub\n```\n\nResponse type:\n\n```ts\ntype PublicRepoResponse = {\n  description: string\n  link?: string\n  watchCount: number\n  starCount: number\n  forkCount: number\n}\n```\n\n## Limitation\n\n- Data retrieved using this service won't be as complete as GitHub API\n- Providing same result with GitHub API is non goal\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpveyes%2Foctopub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpveyes%2Foctopub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpveyes%2Foctopub/lists"}