{"id":47223315,"url":"https://github.com/epreston/chitchat","last_synced_at":"2026-03-13T19:14:46.154Z","repository":{"id":182086463,"uuid":"667927400","full_name":"epreston/chitchat","owner":"epreston","description":"ChatGPT Chatbot Experiment","archived":false,"fork":false,"pushed_at":"2026-03-03T12:35:22.000Z","size":412,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-03T16:12:46.674Z","etag":null,"topics":["chatbot","openai-chatgpt"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epreston.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","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},"funding":{"github":["epreston"]}},"created_at":"2023-07-18T16:02:23.000Z","updated_at":"2026-03-03T12:35:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"8942734a-e054-40de-9dbc-7b2cd183e7f7","html_url":"https://github.com/epreston/chitchat","commit_stats":null,"previous_names":["epreston/chitchat"],"tags_count":5,"template":false,"template_full_name":"epreston/template-web-vite-vitest","purl":"pkg:github/epreston/chitchat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Fchitchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Fchitchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Fchitchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Fchitchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epreston","download_url":"https://codeload.github.com/epreston/chitchat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epreston%2Fchitchat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30473006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T17:15:31.527Z","status":"ssl_error","status_checked_at":"2026-03-13T17:15:22.394Z","response_time":60,"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":["chatbot","openai-chatgpt"],"created_at":"2026-03-13T19:14:42.679Z","updated_at":"2026-03-13T19:14:46.141Z","avatar_url":"https://github.com/epreston.png","language":"JavaScript","funding_links":["https://github.com/sponsors/epreston"],"categories":[],"sub_categories":[],"readme":"# ChitChat\n\nChatGPT Chatbot Experiments with OpenAI's public API.\n\n![chitchat](https://github.com/epreston/chitchat/assets/347224/9810dc09-7f3e-44af-b9c8-ac74ffef5db5)\n\n[![CI][ci-badge]][ci-url]\n\n## Setup\n\nInstall [Node.js](https://nodejs.org/en/download/) and create an [OpenAI API key](https://platform.openai.com/account/api-keys).\n\nCreate a file named `.env` in the root directory with the following contents:\n\n```sh\nOPENAI_API_KEY=YOURKEY\n```\n\nValidate the API key and configuration using the CLI:\n\n```bash\n# install dependencies\nnpm install\n\n# start the cli\nnpm run start\n```\n\n## Scripts\n\n| Action | Command          | Description                    |\n| ------ | ---------------- | ------------------------------ |\n| start  | `npm run start`  | CLI ChatGPT Chatbot Experiment |\n| lint   | `npm run lint`   | Run static code analysis       |\n| format | `npm run format` | Format source files            |\n\n## Libraries\n\n| Library       | Reference                                    |\n| ------------- | -------------------------------------------- |\n| openai        | https://github.com/openai/openai-node        |\n| dotenv        | https://github.com/motdotla/dotenv           |\n| picocolors    | https://github.com/alexeyraspopov/picocolors |\n| readline-sync | https://github.com/anseki/readline-sync      |\n\n## Tools\n\n| Item         | Reference                |\n| ------------ | ------------------------ |\n| Node.js      | https://nodejs.org       |\n| ESLint       | https://eslint.org       |\n| Prettier     | https://prettier.io      |\n| EditorConfig | https://editorconfig.org |\n\n## References\n\n| Item        | Reference                             |\n| ----------- | ------------------------------------- |\n| OpenAI      | https://openai.com                    |\n| OpenAI Node | https://github.com/openai/openai-node |\n\n## License\n\nThis project is released under the MIT [License](LICENSE).\n\n[ci-badge]: https://github.com/epreston/chitchat/actions/workflows/ci.yml/badge.svg\n[ci-url]: https://github.com/epreston/chitchat/actions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepreston%2Fchitchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepreston%2Fchitchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepreston%2Fchitchat/lists"}