No commit activity in last 3 years
No release in over 3 years
A simple command line tool to show numbers of reactions on GitHub issues and pull requests.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0
~> 3.0

Runtime

 Project Readme

GitHub Reactions

A simple command line tool to show numbers of reactions on GitHub issues and pull requests.

Usage

$ 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:

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 code of conduct.

License

The gem is available as open source under the terms of the MIT License.