{"id":20492289,"url":"https://github.com/m1chtv/mich-gpt","last_synced_at":"2026-02-06T02:04:01.850Z","repository":{"id":210116533,"uuid":"725781056","full_name":"m1chtv/mich-gpt","owner":"m1chtv","description":"OpenAI's Chat-GPT into Discord.JS","archived":false,"fork":false,"pushed_at":"2024-07-22T14:12:36.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T10:17:48.667Z","etag":null,"topics":["bruh","chatgpt","discord","discord-gpt","discord-js","discordbot","discordjs","openai"],"latest_commit_sha":null,"homepage":"https://bruh.ir","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/m1chtv.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":"2023-11-30T21:29:00.000Z","updated_at":"2025-07-12T19:58:23.000Z","dependencies_parsed_at":"2023-11-30T22:27:04.975Z","dependency_job_id":"b2e93da0-00f3-4b35-bfcf-962594f80938","html_url":"https://github.com/m1chtv/mich-gpt","commit_stats":null,"previous_names":["m1chtv/mich-gpt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m1chtv/mich-gpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1chtv%2Fmich-gpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1chtv%2Fmich-gpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1chtv%2Fmich-gpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1chtv%2Fmich-gpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m1chtv","download_url":"https://codeload.github.com/m1chtv/mich-gpt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1chtv%2Fmich-gpt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29145565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T01:13:33.096Z","status":"online","status_checked_at":"2026-02-06T02:00:08.092Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bruh","chatgpt","discord","discord-gpt","discord-js","discordbot","discordjs","openai"],"created_at":"2024-11-15T17:28:29.770Z","updated_at":"2026-02-06T02:04:01.819Z","avatar_url":"https://github.com/m1chtv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mich-gpt\n\n![mich](https://github.com/user-attachments/assets/0a154e13-7c0d-4ba7-9429-d03853988be9)\n\nA small module for quick implemntation of OpenAI's Chat-GPT into Discord.JS. This is the first public version of the library. For bug reports or feature requests visit https://github.com/m1chtv/mich-gpt\n\nThis module requires an OpenAI API key. You can get one [here](https://platform.openai.com/account/api-keys)\n\n---\n\n**Installing**\n\n```ssh\nnpm i gpmich\n```\n\n## Example Usage\n\n```js\nconst { MichClient } = require('gpmich');\n\nconst michClient = new MichClient('Your_API_Key');\n\nclient.on('messageCreate', async (message) =\u003e {\n  console.log('Message received:', message.content);\n\n  if (message.author.bot) return;\n\n  try {\n    if (message.channel.id === \"ChannelID\") {\n    await michClient.chatMessage(message);\n    console.log('Message processed by gpmich');\n    }\n  } catch (err) {\n    console.error('Error processing message with gpmich:', err);\n  }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1chtv%2Fmich-gpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm1chtv%2Fmich-gpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1chtv%2Fmich-gpt/lists"}