{"id":25752046,"url":"https://github.com/lindorg/gumshoe-ai","last_synced_at":"2026-04-09T22:32:30.259Z","repository":{"id":275385200,"uuid":"925924630","full_name":"lindorG/GumShoe-AI","owner":"lindorG","description":"Discord ChatBot · Powered by DeepSeek R1 · Copies Discord Text Channels","archived":false,"fork":false,"pushed_at":"2025-02-25T05:50:42.000Z","size":2858,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T06:18:35.246Z","etag":null,"topics":["ai","api-rest","automation","chatbot","copy-paste","databaseless","deepseek-r1","discord","discord-bot","discord-js","duplication","gpt","gptgpt","groq","groq-api","openai","python","transfer-data"],"latest_commit_sha":null,"homepage":"","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/lindorG.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":"2025-02-02T04:36:36.000Z","updated_at":"2025-02-25T05:50:45.000Z","dependencies_parsed_at":"2025-02-08T20:42:48.630Z","dependency_job_id":null,"html_url":"https://github.com/lindorG/GumShoe-AI","commit_stats":null,"previous_names":["lindorg/shoe-bot","lindorg/discord-text-channel-copier-bot","lindorg/gumshoe-ai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindorG%2FGumShoe-AI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindorG%2FGumShoe-AI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindorG%2FGumShoe-AI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindorG%2FGumShoe-AI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lindorG","download_url":"https://codeload.github.com/lindorG/GumShoe-AI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240867666,"owners_count":19870452,"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","api-rest","automation","chatbot","copy-paste","databaseless","deepseek-r1","discord","discord-bot","discord-js","duplication","gpt","gptgpt","groq","groq-api","openai","python","transfer-data"],"created_at":"2025-02-26T14:19:56.775Z","updated_at":"2026-04-09T22:32:25.220Z","avatar_url":"https://github.com/lindorG.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GumShoe-AI: Discord AI Chatbot\n\n## Description\n\nGumShoe-AI is an advanced Discord chatbot powered by DeepSeek-R1-70B. It provides AI-driven responses to user queries in Discord text channels. The bot leverages the Groq API for fast, high-quality responses and supports seamless interaction through Discord's messaging interface.\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- **Node.js**: [Download Node.js](https://nodejs.org/en/download)\n- **Python 3**: Required for executing AI-related scripts.\n- **Discord Bot Token**: Obtainable from the [Discord Developer Portal](https://discord.com/developers/applications).\n- **Groq API Key**: Sign up and retrieve your API key from the [Groq Platform](https://groq.com/).\n\n### Installation\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/lindorG/GumShoe-AI.git\n   cd GumShoe-AI\n   ```\n\n2. **Install Node.js Dependencies**:\n   ```bash\n   npm install\n   ```\n\n3. **Set Up Environment Variables**:\n   - Create a `.env` file in the root directory of the project.\n   - Add the following lines to the `.env` file:\n     ```ini\n     DISCORD_TOKEN=your_discord_bot_token_here\n     API_KEY=your_groq_api_key_here\n     ```\n   Replace `your_discord_bot_token_here` and `your_groq_api_key_here` with your actual tokens.\n\n4. **Configure Python Execution**:\n   - **Windows**:\n     - Ensure Python is installed and added to your system's PATH.\n   - **macOS/Linux**:\n     - Verify Python 3 is installed:\n       ```bash\n       python3 --version\n       ```\n     - If the default `python` command is not available, create an alias:\n       ```bash\n       sudo ln -s /usr/bin/python3 /usr/bin/python\n       ```\n\n### Running the Bot\n\nTo start the bot, execute:\n\n```bash\nnode index.js\n```\n\nThe bot should now be active and ready to provide AI-powered responses.\n\n## Troubleshooting\n\n- **Python Not Found Error**:\n  - If you encounter an error indicating that `python` is not found:\n    - **macOS/Linux**: Create an alias for Python 3 as shown in the installation steps.\n    - **Windows**: Ensure Python is installed and the path is added to the system environment variables.\n\n- **Permission Issues**:\n  - Ensure the bot has the necessary permissions in the Discord server, especially message reading and sending permissions.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request with your changes.\n\n## Author\n\n- Discord: [@gumshoe](https://discord.com/users/173155815312588800)\n\n## Version History\n\n- **0.0.6**\n  - AI-powered chatbot functionality added\n  - Improved stability and performance\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flindorg%2Fgumshoe-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flindorg%2Fgumshoe-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flindorg%2Fgumshoe-ai/lists"}