{"id":28864939,"url":"https://github.com/nbuild-io/nbuild-nips-chatbot","last_synced_at":"2026-05-06T04:32:50.094Z","repository":{"id":299315129,"uuid":"1001683812","full_name":"nbuild-io/nbuild-nips-chatbot","owner":"nbuild-io","description":"nbuild.io helps Nostr users to understand NIPs and build custom webapps.","archived":false,"fork":false,"pushed_at":"2025-06-22T20:02:25.000Z","size":2139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-30T20:25:17.378Z","etag":null,"topics":["chatbot","expo","nbuild","nips","nips-chatbot","nostr","nostr-protocol","ui"],"latest_commit_sha":null,"homepage":"https://www.nbuild.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nbuild-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-13T20:14:25.000Z","updated_at":"2025-09-01T06:55:56.000Z","dependencies_parsed_at":"2025-06-16T10:30:49.122Z","dependency_job_id":null,"html_url":"https://github.com/nbuild-io/nbuild-nips-chatbot","commit_stats":null,"previous_names":["nbuild-io/nbuild-nips-chatbot"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nbuild-io/nbuild-nips-chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbuild-io%2Fnbuild-nips-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbuild-io%2Fnbuild-nips-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbuild-io%2Fnbuild-nips-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbuild-io%2Fnbuild-nips-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbuild-io","download_url":"https://codeload.github.com/nbuild-io/nbuild-nips-chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbuild-io%2Fnbuild-nips-chatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["chatbot","expo","nbuild","nips","nips-chatbot","nostr","nostr-protocol","ui"],"created_at":"2025-06-20T10:00:58.229Z","updated_at":"2026-05-06T04:32:50.075Z","avatar_url":"https://github.com/nbuild-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NBuild.io NIPs Chatbot\n\nNBuild.io chatbot helps Nostr developers to excel coding with NIPs and Nostr Relays.\n\n## Config before deploy to Google Firebase\n\nCreate a file `.firebaserc` in root folder.\n\n```json\n{\n  \"projects\": {\n    \"default\": \"\"\n  }\n}\n```\n\nCreate another file `firebaseConfig.js`in root folder too. Before you can obtain a Google Firebase config file, you need to execute the steps in their [official documentation](https://firebase.google.com/docs/web/setup). It explains how to set up a Google Firebase project and create the config file.\n\n```javascript\nimport { initializeApp } from \"firebase/app\";\n\nconst firebaseConfig = {\n  apiKey: \"\",\n  authDomain: \"\",\n  projectId: \"\",\n  storageBucket: \"\",\n  messagingSenderId: \"\",\n  appId: \"\",\n};\n\nexport default initializeApp(firebaseConfig);\n```\n\n## Deploy a fork with GitHub Workflows\n\nYou need to authorize your user to be able to set up secrets on your forked repository. You can follow instructions in their [official documentation](https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions).\n\nYou should set secrets below using GitHub CLI or GitHub in browser. You can learn [here](https://github.com/FirebaseExtended/action-hosting-deploy/blob/main/docs/service-account.md) how to set up a Google Firebase Service Account.\n\n```bash\nGOOGLE_FIREBASE_SERVICE_ACCOUNT\nGOOGLE_FIREBASE_PROJECT_ID\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbuild-io%2Fnbuild-nips-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbuild-io%2Fnbuild-nips-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbuild-io%2Fnbuild-nips-chatbot/lists"}