{"id":28401837,"url":"https://github.com/emono/line-notify-client","last_synced_at":"2025-06-28T20:30:48.726Z","repository":{"id":56881273,"uuid":"185198660","full_name":"emono/line-notify-client","owner":"emono","description":"[RubyGem]LINE Notify API Ruby Client","archived":false,"fork":false,"pushed_at":"2019-05-21T09:35:28.000Z","size":41,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-24T00:05:18.580Z","etag":null,"topics":["api-client","gem","line","line-notify","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/line-notify-client","language":"Ruby","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/emono.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-06T13:06:56.000Z","updated_at":"2019-05-21T09:35:29.000Z","dependencies_parsed_at":"2022-08-20T23:40:17.267Z","dependency_job_id":null,"html_url":"https://github.com/emono/line-notify-client","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/emono/line-notify-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emono%2Fline-notify-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emono%2Fline-notify-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emono%2Fline-notify-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emono%2Fline-notify-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emono","download_url":"https://codeload.github.com/emono/line-notify-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emono%2Fline-notify-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262492231,"owners_count":23319641,"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":["api-client","gem","line","line-notify","ruby"],"created_at":"2025-06-01T14:05:58.994Z","updated_at":"2025-06-28T20:30:48.718Z","avatar_url":"https://github.com/emono.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gem Version](https://badge.fury.io/rb/line-notify-client.svg)](https://badge.fury.io/rb/line-notify-client)\n[![Build Status](https://travis-ci.org/emono/line-notify-client.svg?branch=master)](https://travis-ci.org/emono/line-notify-client)\n[![Gem Download](https://img.shields.io/gem/dt/line-notify-client.svg)](https://rubygems.org/gems/line-notify-client)\n[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)\n\n# Line::Notify::Client\n- Api Client for LineNotify\n    - [api_document](https://notify-bot.line.me/ja/)\n- Send line message\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'line-notify-client'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install line-notify-client\n\n## Set up\n- require library\n```rb\nrequire 'line-notify-client'\n```\n\n## Usage\n- token use argument\n```rb\ntoken = \"hoge1234\" # line_notify_access_token\nmessage = \"hogehoge\" # send_message\nLine::Notify::Client.message(token: token, message: message)\n```\n- token use environment variable\n```bash\n# add line_notify_access_token\n$ vi ~/.bash_profile\nLINE_NOTIFY_TOKEN=\"hoge1234\"\n```\n```rb\nmessage = \"hogehoge\" # send_message\nLine::Notify::Client.message(message: message)\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/emono/line-notify-client. This project is intended to be a safe, welcoming space for collaboration.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femono%2Fline-notify-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femono%2Fline-notify-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femono%2Fline-notify-client/lists"}