{"id":20273668,"url":"https://github.com/yuzurus/line_notify","last_synced_at":"2025-04-11T04:43:05.262Z","repository":{"id":56881259,"uuid":"121624726","full_name":"YuzuruS/line_notify","owner":"YuzuruS","description":"Ruby Client for the LINE notify API","archived":false,"fork":false,"pushed_at":"2020-09-09T02:34:04.000Z","size":23,"stargazers_count":10,"open_issues_count":1,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-11T04:43:00.157Z","etag":null,"topics":["gem","line","line-notify","ruby","rubygem"],"latest_commit_sha":null,"homepage":"","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/YuzuruS.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":"2018-02-15T11:59:07.000Z","updated_at":"2020-09-09T02:34:04.000Z","dependencies_parsed_at":"2022-08-20T23:40:14.980Z","dependency_job_id":null,"html_url":"https://github.com/YuzuruS/line_notify","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzuruS%2Fline_notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzuruS%2Fline_notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzuruS%2Fline_notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuzuruS%2Fline_notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuzuruS","download_url":"https://codeload.github.com/YuzuruS/line_notify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345281,"owners_count":21088242,"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":["gem","line","line-notify","ruby","rubygem"],"created_at":"2024-11-14T12:49:51.996Z","updated_at":"2025-04-11T04:43:05.244Z","avatar_url":"https://github.com/YuzuruS.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LineNotify\n\n[![Gem Version](https://img.shields.io/gem/v/line_notify.svg?style=flat)](http://badge.fury.io/rb/line_notify)\n[![Build Status](https://travis-ci.org/YuzuruS/line_notify.svg?branch=master)](https://travis-ci.org/YuzuruS/line_notify)\n[![Maintainability](https://api.codeclimate.com/v1/badges/d74bc622ab27e20bafa9/maintainability)](https://codeclimate.com/github/YuzuruS/line_notify/maintainability)\n[![Coverage Status](https://coveralls.io/repos/github/YuzuruS/line_notify/badge.svg?branch=master)](https://coveralls.io/github/YuzuruS/line_notify?branch=master)\n[![Dependency Status](https://beta.gemnasium.com/badges/github.com/YuzuruS/line_notify.svg)](https://beta.gemnasium.com/projects/github.com/YuzuruS/line_notify)\n\nRuby Client for the LINE notify API \n\nhttps://notify-bot.line.me/ja/\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'line_notify'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install line_notify\n\n## Usage\n\n\n```ruby\nline_notify = LineNotify.new(YOUR_LINE_TOKEN)\noptions = {message: 'hoge', stickerPackageId: 1, stickerId: 113}\nline_notify.ping(options)\n\n```\n\n![2018-02-15 22 49 39](https://user-images.githubusercontent.com/1485195/36259741-8f132972-12a2-11e8-9469-b205310709b3.png)\n\nsticker id list\nhttps://devdocs.line.me/files/sticker_list.pdf\n\n```ruby\nline_notify = LineNotify.new(YOUR_LINE_TOKEN)\noptions = {\n  message: '可愛い画像',\n  imageFullsize: \"https://www.pakutaso.com/shared/img/thumb/SAYAPAKU5347_TP_V4.jpg\",\n  imageThumbnail: \"https://www.pakutaso.com/shared/img/thumb/SAYAPAKU5347_TP_V.jpg\"\n}\nline_notify.ping(options)\n```\n\n![2018-02-16 0 53 38](https://user-images.githubusercontent.com/1485195/36266096-0ece0310-12b4-11e8-9b7e-67af11dadf9f.png)\n\n\ndetail\nhttps://notify-bot.line.me/doc/ja/\n\n## Issue of access token\n\nhttps://notify-bot.line.me/ja/\n\n---\n\n![1](https://user-images.githubusercontent.com/1485195/36305805-83e19c4e-1358-11e8-810f-8d351e5091d0.jpg)\n\n---\n\n![2](https://user-images.githubusercontent.com/1485195/36305804-83bdcee0-1358-11e8-841e-f0354b35fe6a.jpg)\n\n---\n\n![4](https://user-images.githubusercontent.com/1485195/36305803-838a0df8-1358-11e8-85f1-e6fbf164c4a3.jpg)\n\n---\n\n![5](https://user-images.githubusercontent.com/1485195/36305806-8403a44c-1358-11e8-8432-a85fc7ae5436.jpg)\n\n---\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/YuzuruS/line_notify. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the LineNotify project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/YuzuruS/line_notify/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuzurus%2Fline_notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuzurus%2Fline_notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuzurus%2Fline_notify/lists"}