{"id":15645593,"url":"https://github.com/fukata/openai-slack-bot","last_synced_at":"2025-03-29T23:14:07.897Z","repository":{"id":138991700,"uuid":"609257866","full_name":"fukata/openai-slack-bot","owner":"fukata","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-04T01:06:11.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T00:38:29.421Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fukata.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}},"created_at":"2023-03-03T17:54:59.000Z","updated_at":"2023-03-03T23:45:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c017ff8-635d-4260-b75d-3c8c5dbc2795","html_url":"https://github.com/fukata/openai-slack-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fukata%2Fopenai-slack-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fukata%2Fopenai-slack-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fukata%2Fopenai-slack-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fukata%2Fopenai-slack-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fukata","download_url":"https://codeload.github.com/fukata/openai-slack-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246254152,"owners_count":20747949,"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-03T12:08:45.618Z","updated_at":"2025-03-29T23:14:07.877Z","avatar_url":"https://github.com/fukata.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openai-slack-bot\n\n発言にchatgptで返信してくれるだけのslack botです。\n\n## セットアップ\n\n### mrsk のインストール\n\n```\n$ gem install mrsk\n```\n\n### .env の作成\n\n```\n--\nSLACK_SIGNING_SECRET=\u003cslackの管理画面から取得した値\u003e\nSLACK_BOT_TOKEN=\u003cslackの管理画面から取得した値\u003e\nOPENAI_API_KEY=\u003copenaiの管理画面から取得した値\u003e\nMRSK_REGISTRY_PASSWORD=\u003cdockerレジストリのパスワード\u003e\n```\n\n### config/deploy.yml の作成\n\n```\n# Name of your application. Used to uniquely configure containers.\nservice: openai-slack-bot\n\n# Name of the container image.\nimage: user/my-app\n\n# Deploy to these servers.\nservers:\n  - 192.168.0.1 \n\n# Credentials for your image host.\nregistry:\n  # Specify the registry server, if you're not using Docker Hub\n  # server: registry.digitalocean.com / ghcr.io / ...\n  username: fukata \n  password:\n    - MRSK_REGISTRY_PASSWORD\n\nenv:\n  secret:\n    - SLACK_SIGNING_SECRET\n    - SLACK_BOT_TOKEN\n    - OPENAI_API_KEY\n\nhealthcheck:\n  path: /up\n  port: 3000\n\n```\n\n## デプロイ\n\n```\nmrsk deploy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffukata%2Fopenai-slack-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffukata%2Fopenai-slack-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffukata%2Fopenai-slack-bot/lists"}