https://github.com/utahta/go-linenotify
Go client library for LINE Notify
https://github.com/utahta/go-linenotify
go golang line line-notify
Last synced: about 1 year ago
JSON representation
Go client library for LINE Notify
- Host: GitHub
- URL: https://github.com/utahta/go-linenotify
- Owner: utahta
- License: mit
- Created: 2017-06-03T12:00:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T02:21:40.000Z (about 5 years ago)
- Last Synced: 2025-03-25T22:22:34.105Z (over 1 year ago)
- Topics: go, golang, line, line-notify
- Language: Go
- Size: 30.3 KB
- Stars: 14
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-linenotify
[](http://godoc.org/github.com/utahta/go-linenotify)

[](https://github.com/utahta/go-linenotify/releases)
Go client library for the [LINE Notify](https://notify-bot.line.me/doc/)
## Install
```
go get github.com/utahta/go-linenotify
```
## Example
- [Authorize](_example/auth/main.go)
- [Notify](_example/notify/main.go)
## Contributing
1. Fork it ( https://github.com/utahta/go-linenotify/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request