{"id":29201989,"url":"https://github.com/nandubit/gemini-chat-bot","last_synced_at":"2026-04-15T16:02:30.862Z","repository":{"id":213568270,"uuid":"734419191","full_name":"NanduBit/Gemini-Chat-Bot","owner":"NanduBit","description":"Simple Discord chat bot built using the Gemini Pro Model from Google","archived":false,"fork":false,"pushed_at":"2024-06-26T15:37:34.000Z","size":38,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T15:41:30.276Z","etag":null,"topics":["ai","bot","discord","discord-js","gemini","gpt"],"latest_commit_sha":null,"homepage":"https://replit.com/@NanduWasTaken/Gemini-Discord-Chat-Bot","language":"JavaScript","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/NanduBit.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,"zenodo":null}},"created_at":"2023-12-21T16:22:47.000Z","updated_at":"2024-08-02T05:58:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"62229dde-3f82-4c2e-9480-71e11046ae7a","html_url":"https://github.com/NanduBit/Gemini-Chat-Bot","commit_stats":null,"previous_names":["nanduwastaken/gemini-chat-bot","nandubit/gemini-chat-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NanduBit/Gemini-Chat-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NanduBit%2FGemini-Chat-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NanduBit%2FGemini-Chat-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NanduBit%2FGemini-Chat-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NanduBit%2FGemini-Chat-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NanduBit","download_url":"https://codeload.github.com/NanduBit/Gemini-Chat-Bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NanduBit%2FGemini-Chat-Bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263141337,"owners_count":23420058,"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":["ai","bot","discord","discord-js","gemini","gpt"],"created_at":"2025-07-02T12:36:50.051Z","updated_at":"2026-04-15T16:02:30.711Z","avatar_url":"https://github.com/NanduBit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gemini Chat Bot\n\nThis is a simple Discord chat bot built using discord.js and the gemini-pro model from Google. This model seems to be destroying chat gpt-4 in every benchmark but don't believe the blue glowing box try it out by yourself.\n\n\n## How to setup\n\n[![Run on Repl.it](https://repl.it/badge/github/NanduWasTaken/Gemini-Chat-Bot)](https://replit.com/@NanduWasTaken/Gemini-Discord-Chat-Bot?v=1)\n\n\u003e✋ if you are running on replit make sure u set up the secret named 'API_TOKEN' \u0026 'TOKEN'. AND ALSO PUT THE CHANNEL ID IN THE 'config.js' FILE.\n\n\n\n1. Clone the repository to the current directory\n\n```powershell\ngit clone https://github.com/nanduwastaken/Gemini-Chat-Bot.git\n```\n\n2. Install all the dependencies\n\n- Using npm\n```powershell\nnpm install\n```\n\n3. Update `config.js` with your own credentials.\n```js\nmodule.exports = {\n  API_KEY: process.env.API_KEY,\n \tTOKEN: process.env.TOKEN,\n  CHANNEL_ID: '1151451183047770164',\n}\n```\n- Get the [Api Token Here](https://makersuite.google.com/app/apikey)\n- Get the [Bot Token Here](https://discord.com/developers/applications)\n- Copy the [Channel ID](https://discord.com/app)\n\n4. Start your bot\n\n- Using npm\n```powershell\nnpm run start\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnandubit%2Fgemini-chat-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnandubit%2Fgemini-chat-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnandubit%2Fgemini-chat-bot/lists"}