{"id":18074307,"url":"https://github.com/mgmerino/review-requests-plugin","last_synced_at":"2025-04-05T18:45:02.248Z","repository":{"id":72162796,"uuid":"203408671","full_name":"mgmerino/review-requests-plugin","owner":"mgmerino","description":"Github Review requests counter plugin for bitbar","archived":false,"fork":false,"pushed_at":"2019-10-10T18:20:53.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T16:19:07.488Z","etag":null,"topics":["bitbar","bitbar-plugin","github","ruby","script","utility"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mgmerino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-20T15:57:04.000Z","updated_at":"2019-10-10T18:20:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d92d587-2408-45e6-a8a2-69e8e85e5f26","html_url":"https://github.com/mgmerino/review-requests-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgmerino%2Freview-requests-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgmerino%2Freview-requests-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgmerino%2Freview-requests-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgmerino%2Freview-requests-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgmerino","download_url":"https://codeload.github.com/mgmerino/review-requests-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247385620,"owners_count":20930599,"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":["bitbar","bitbar-plugin","github","ruby","script","utility"],"created_at":"2024-10-31T10:12:11.579Z","updated_at":"2025-04-05T18:45:02.226Z","avatar_url":"https://github.com/mgmerino.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Review requests counter for bitbar\n\nThis is a simple [bitbar](https://github.com/matryer/bitbar) plugin, inspired by [this one](https://github.com/matryer/bitbar-plugins/blob/master/Dev/GitHub/github-review-requests.5m.py) which is written in python.\n\nThis has been rewritten in Ruby and enhanced with some more superfluous data about the PR's and loaded of emojis for no particular reason 🤖.\n\nIt uses Faraday as a http client to send a graphql query into github endpoint to retrieve the collection of PR reviews assigned to you.\n\n## Dependencies\nThis plugin needs the following gems installed under your default system path/owner when running ruby scripts.\n\n- faraday\n- json\n- yaml\n\n## Installation\n\nClone the repo somewhere in your path. Create a yml file containig the following keys:\n\n```yml\ngithub_handler: your_github_handler\ngithub_org: your_organization\ngithub_token: your-github-api-token # generate your own GitHub API token\nblacklisted_prs: [123, 187] # optional blacklisted PR's\n```\n\nGenerate your personal access token: [https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line)\n\nSave it under `lib` folder.\n\nThen make a symlink into your bitbar plugins folder (i.e: ~/bitbar-plugins).\n\n```bash\nln -s review-requests-plugin/review-requests.10m.rb ~/bitbar-plugins/\n```\n\n## Contribute\n\nFeel free to ask for features or contribute if you miss something!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgmerino%2Freview-requests-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgmerino%2Freview-requests-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgmerino%2Freview-requests-plugin/lists"}