{"id":20137280,"url":"https://github.com/runfunrun/indexing-tool","last_synced_at":"2025-09-11T02:37:07.183Z","repository":{"id":226029675,"uuid":"767546461","full_name":"RUNFUNRUN/indexing-tool","owner":"RUNFUNRUN","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-31T10:44:14.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T00:50:23.190Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/RUNFUNRUN.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}},"created_at":"2024-03-05T13:45:38.000Z","updated_at":"2024-08-31T10:42:49.000Z","dependencies_parsed_at":"2024-03-05T15:05:40.663Z","dependency_job_id":"cb359ada-55b4-4e10-b4a9-ebf57c421e28","html_url":"https://github.com/RUNFUNRUN/indexing-tool","commit_stats":null,"previous_names":["runfunrun/indexing-tool"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RUNFUNRUN/indexing-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RUNFUNRUN%2Findexing-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RUNFUNRUN%2Findexing-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RUNFUNRUN%2Findexing-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RUNFUNRUN%2Findexing-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RUNFUNRUN","download_url":"https://codeload.github.com/RUNFUNRUN/indexing-tool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RUNFUNRUN%2Findexing-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274568434,"owners_count":25309281,"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-09-11T02:00:13.660Z","response_time":74,"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":"2024-11-13T21:26:26.631Z","updated_at":"2025-09-11T02:37:07.166Z","avatar_url":"https://github.com/RUNFUNRUN.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# indexing-tool\n\nTo install dependencies:\n\n```bash\nbun install\ntouch urls.ts\ntouch service_account.json\n```\n- `urls.ts` sample:\n\n```ts\nexport const urls = [\n 'https://www.example.com/posts/1',\n 'https://www.example.com/posts/2',\n];\n```\n\n- `service_account.json` is the service account key file for Google Cloud Storage. You can create a service account key file from the [Google Cloud Console](https://console.cloud.google.com/iam-admin/serviceaccounts).\n\n```json\n{\n  \"type\": \"service_account\",\n  \"project_id\": \"your-project-id\",\n  \"private_key_id\": \"your-private-key-id\",\n  \"private_key\": \"your-private-key\",\n  \"client_email\": \"your-client-email\",\n  \"client_id\": \"your-client-id\",\n  \"auth_uri\": \"https://accounts.google.com/o/oauth2/auth\",\n  \"token_uri\": \"https://oauth2.googleapis.com/token\",\n  \"auth_provider_x509_cert_url\": \"https://www.googleapis.com/oauth2/v1/certs\",\n  \"client_x509_cert_url\": \"your-client-x509-cert-url\",\n  \"universe_domain\": \"googleapis.com\"\n}\n```\n\nTo run:\n\n```bash\nbun start\n```\n\nThis project was created using `bun init` in bun v1.0.30. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunfunrun%2Findexing-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunfunrun%2Findexing-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunfunrun%2Findexing-tool/lists"}