{"id":18131742,"url":"https://github.com/mrtc0/akka-cwnotifier","last_synced_at":"2025-09-05T19:36:57.279Z","repository":{"id":84695937,"uuid":"48683941","full_name":"mrtc0/akka-cwnotifier","owner":"mrtc0","description":"Chatworkの期限切れタスクを通知するherokuアプリ","archived":false,"fork":false,"pushed_at":"2016-02-20T08:03:09.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T22:05:35.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/mrtc0.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}},"created_at":"2015-12-28T09:04:12.000Z","updated_at":"2016-01-11T03:44:16.000Z","dependencies_parsed_at":"2023-03-13T01:37:05.776Z","dependency_job_id":null,"html_url":"https://github.com/mrtc0/akka-cwnotifier","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/mrtc0%2Fakka-cwnotifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fakka-cwnotifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fakka-cwnotifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtc0%2Fakka-cwnotifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrtc0","download_url":"https://codeload.github.com/mrtc0/akka-cwnotifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247502722,"owners_count":20949312,"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-11-01T12:08:50.804Z","updated_at":"2025-04-06T15:30:10.628Z","avatar_url":"https://github.com/mrtc0.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# akka-cwnotifier\n\nChatWorkの期限切れタスクを通知するakka-httpサーバー\n\n---\n\n# Deploy on Heroku\n\n[![Heroku Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/mrt-k/akka-cwnotifier/tree/master)\n\n---\n\n\n# Setup\n\n環境変数に以下の3つを設定する必要があります。\n\n* API_KEY - ChatWorkのAPIキーです\n* MY_ROOM_ID - 自分のroom_idです\n* ROOM_IDS - 送信したいroomd_idです。「:」(セミコロン)で区切ります。 ex) $ export ROOM_IDS=\"12345:67890\"\n* PORT - 待ち受けるポート番号(デフォルトは8080)\n\n### ローカルで動かす場合\n\nポート8000番で動かしたいとき。\n\n```\n$ export PORT=8000\n$ export API_KEY=\"apikey\"\n$ export MY_ROOM_ID=\"room_id\"\n$ export ROOM_IDS=\"room_id1:room_id2\"\n```\n\n\n### herokuで動かす場合\n\nherokuの場合はPORTは設定しなくて構いません。\n\n```\n$ heroku config:set API_KEY=\"apikey\"\n$ heroku config:set MY_ROOM_ID=\"room_id\"\n$ heroku config:set ROOM_IDS=\"room_id1:room_id2\"\n```\n\n### Run\n\n環境変数に設定したポート番号でサーバーが起動します。  \nhttp://localhost:8000/ などにアクセスすれば通知が届きます。\n\n###### ローカルで動かす場合\n\n```\n$ sbt run\n```\n\n\n###### herokuにデプロイする\n\n```\n$ git clone https://github.com/mrt-k/akka-cwnotifier.git\n$ cd akka-cwnotifier\n$ heroku create\n$ git push heroku master\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtc0%2Fakka-cwnotifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrtc0%2Fakka-cwnotifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtc0%2Fakka-cwnotifier/lists"}