All Projects → bcongdon → github-label-notify

bcongdon / github-label-notify

Licence: MIT license
📫 Get notified about new issues with specific label

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to github-label-notify

EasyBuzzer
The Beep Library For Arduino
Stars: ✭ 63 (+250%)
Mutual labels:  notifications
csgo-rcon-nodejs
A web panel to control a CS:GO server
Stars: ✭ 46 (+155.56%)
Mutual labels:  notifications
Graphical notifications Zabbix
No description or website provided.
Stars: ✭ 77 (+327.78%)
Mutual labels:  notifications
webpush-example
A basic push notifications app built on Laravel and Vanilla Javascript.
Stars: ✭ 26 (+44.44%)
Mutual labels:  notifications
PUSHTestFCM
[FireMonkey] Push test project
Stars: ✭ 17 (-5.56%)
Mutual labels:  notifications
react-native-open-notification
www.npmjs.com/package/react-native-open-notification
Stars: ✭ 23 (+27.78%)
Mutual labels:  notifications
issue-wanted
🏷 Web application to help beginners to start contributing into Haskell projects
Stars: ✭ 61 (+238.89%)
Mutual labels:  github-issues
spontit-api-python-wrapper
Send functional, flexible push notifications to iOS, Android, and desktop devices (without your own app or website).
Stars: ✭ 35 (+94.44%)
Mutual labels:  notifications
Dracker
An iOS and React App to track debt and send/receive payments.
Stars: ✭ 22 (+22.22%)
Mutual labels:  notifications
homely
🏠 - A bunch of mosquittos. IoT wiring and notification framework, with an unix style.
Stars: ✭ 15 (-16.67%)
Mutual labels:  notifications
swift-sdk
Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
Stars: ✭ 65 (+261.11%)
Mutual labels:  notifications
ember-cli-new-version
A convention based update notification for Ember. With this addon, you can detect a new version and notify the user to refresh the page
Stars: ✭ 22 (+22.22%)
Mutual labels:  notifications
corpwechatbot
企业微信的python封装接口,简易上手,开箱即用,一行代码实现消息推送。A more convenient python wrapper interface of corpwechat(wework, wecom) official API, use only one line of code to send your messages to your corpwechat(wework, wecom) .
Stars: ✭ 119 (+561.11%)
Mutual labels:  notifications
stack-exchange-notifications
Add-ons for Stack Exchange sites, like: askdifferent, askubuntu, serverfault, stackoverflow and superuser
Stars: ✭ 21 (+16.67%)
Mutual labels:  notifications
wearable
Android Wear/ Wear OS Examples
Stars: ✭ 67 (+272.22%)
Mutual labels:  notifications
gh2md
Export Github repository issues, pull requests and comments to markdown.
Stars: ✭ 95 (+427.78%)
Mutual labels:  github-issues
cloud-build-notifiers
Notifier images for Cloud Build, complete with build status filtering and Google Secret Manager integration
Stars: ✭ 79 (+338.89%)
Mutual labels:  notifications
PushMeBaby
iOS Push Notification Debug App. You can use this app during iOS Push Notification (development or production) to push notifications on your device from your Mac.
Stars: ✭ 47 (+161.11%)
Mutual labels:  notifications
fluffychat
+++++Moved to GitLab+++++
Stars: ✭ 47 (+161.11%)
Mutual labels:  notifications
yarn-outdated-notifier
🚀 Add link to CHANGELOG the result of $ yarn outdated, and notify to GitHub Issue.
Stars: ✭ 25 (+38.89%)
Mutual labels:  github-issues

github-label-notify

npm version Code Climate Build Status

📫 Get notified about new issues with specific label

Installation

  1. Run npm install -g github-label-notify
  2. Go to the IFTTT Maker Channel, activate the channel, and record your maker key.
  3. Duplicate the template IFTTT recipe - which uses the GMail channel - or setup a new IFTTT recipe that uses the Maker channel with event name new_github_issue as the trigger.
  4. Run glnotify setup and enter your IFTTT key.
  5. Run glnotify add to add repositories and labels to your watch list.
    • Alternatively, you can directly edit watch_list.json
  6. Run glnotify init to mark all current issues as 'read'. This is important. If you do not, running glnotify will spam you with a backlog of notifications.
  7. Run glnotify to start listening for new Github issues per your watchlist.

IFTTT Recipe Template

Event Name:

new_github_issue

Email Message:

Subject:
[Github-Notify] New Issue with labels: {{Value2}}
Body:
New Issue: {{Value1}}<br>
Labels: {{Value2}}<br>
Link: {{Value3}}

Advanced

If you wish to make your own type of notification from github_label_notify, the 'values' given by the module are as follows:

  • Value1: Issue Title + Number
  • Value2: Issue Labels (comma separated)
  • Value3: Link to the Github issue
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].