{"id":16081957,"url":"https://github.com/jefreesujit/gemchat","last_synced_at":"2025-04-05T11:43:31.311Z","repository":{"id":223096602,"uuid":"759301075","full_name":"Jefreesujit/gemchat","owner":"Jefreesujit","description":"A simple CLI based chatbot powered by Gemini","archived":false,"fork":false,"pushed_at":"2025-03-30T10:55:16.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T11:29:07.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"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/Jefreesujit.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}},"created_at":"2024-02-18T07:47:08.000Z","updated_at":"2025-02-23T08:31:53.000Z","dependencies_parsed_at":"2024-10-31T03:41:28.215Z","dependency_job_id":"5fed989a-b8e1-49d5-9f4a-a7cec2028581","html_url":"https://github.com/Jefreesujit/gemchat","commit_stats":null,"previous_names":["jefreesujit/gemchat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jefreesujit%2Fgemchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jefreesujit%2Fgemchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jefreesujit%2Fgemchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jefreesujit%2Fgemchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jefreesujit","download_url":"https://codeload.github.com/Jefreesujit/gemchat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332525,"owners_count":20921852,"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":[],"created_at":"2024-10-09T11:24:48.296Z","updated_at":"2025-04-05T11:43:31.302Z","avatar_url":"https://github.com/Jefreesujit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GemChat\n\nGemChat is a simple CLI-based chatbot powered by Google's Gemini AI. It's built using TypeScript and provides an interactive interface for users to communicate with the Gemini AI model.\n\n\u003e **Disclaimer**: This project is not affiliated with, endorsed by, or associated with Google or the Gemini AI team. It is an independent project created for development and testing purposes only.\n\n## Prerequisites\n\n- Node.js v18 or higher\n- npm v8 or higher\n- A Gemini API key (Get one for free at https://makersuite.google.com/app/apikey)\n\n## Usage\n\n1. Set up your Gemini API key by either:\n   - Adding it to your .bashrc or .zshrc file:\n     ```bash\n     echo 'export GEMINI_API_KEY=your-api-key' \u003e\u003e ~/.bashrc\n     source ~/.bashrc\n     ```\n   - Or running it directly in your terminal:\n     ```bash\n     export GEMINI_API_KEY=your-api-key\n     ```\n\n2. Run GemChat using npx:\n   ```bash\n   npx gemchat\n   ```\n\n## Local Development\n\nTo set up and run the project locally:\n\n1. Clone the repository to your local machine\n2. Navigate to the project directory\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n4. Create a `.env` file in the root directory:\n   ```\n   GEMINI_API_KEY=your-api-key\n   ```\n5. Start the development server:\n   ```bash\n   npm run start\n   ```\n\n## Contributing\n\nWe welcome contributions from the community. Here's how you can contribute:\n\n- **Reporting bugs**: If you find a bug, please create an issue in the GitHub repository detailing the problem.\n\n- **Submitting fixes**: If you've fixed a bug or made an improvement, please create a pull request. Make sure your code follows the existing style and all tests pass.\n\n- **Improving documentation**: If you see an area where the documentation could be improved, feel free to make updates and submit a pull request.\n\nBefore contributing, please make sure to read and follow our Code of Conduct.\n\nThank you for your interest in contributing to GemChat!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjefreesujit%2Fgemchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjefreesujit%2Fgemchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjefreesujit%2Fgemchat/lists"}