Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohbarye/github_reactions
A simple command line tool to show numbers of reactions on GitHub issues and pull requests.
https://github.com/ohbarye/github_reactions
emoji github graphql reactions ruby
Last synced: about 1 month ago
JSON representation
A simple command line tool to show numbers of reactions on GitHub issues and pull requests.
- Host: GitHub
- URL: https://github.com/ohbarye/github_reactions
- Owner: ohbarye
- License: mit
- Created: 2018-04-24T13:22:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T17:17:13.000Z (over 6 years ago)
- Last Synced: 2024-04-24T01:02:15.104Z (8 months ago)
- Topics: emoji, github, graphql, reactions, ruby
- Language: Ruby
- Homepage: https://rubygems.org/gems/github_reactions
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# GitHub Reactions
A simple command line tool to show numbers of reactions on GitHub issues and pull requests.
## Usage
```shell
$ gem install github_reactions$ ACCESS_TOKEN=your-github-access-token github_reactions get github/graphql-client
# Alternatively, `ghr` is totally the same as `github_reactions` command
```The command results below:
```shell
Fetched 100 / 145... 👍
Fetched 145 / 145... ❤
+-----------------------+-----------------------+
| github/graphql-client has 55 reactions so far |
+-----------------------+-----------------------+
| Emoji | Count |
+-----------------------+-----------------------+
| HEART | 21 |
| HOORAY | 7 |
| THUMBS_UP | 26 |
| THUMBS_DOWN | 1 |
+-----------------------+-----------------------+
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/ohbarye/github_reactions. 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.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).