/telegram-bot-github

Allows to you receive GitHub notifications right in the Telegram

Primary LanguageJavaScriptMIT LicenseMIT

telegram-bot-github

This project is no longer supported, feature requests are not going to be implemented. Though, it works fine as described in README.

Telegram bot that notifies you when you get new notification on GitHub. It uses the GitHub endpoint /notifications, watches for any changes by pooling it with intervals.

There is no filtering\sorting or something, it just pools the endpoint and if anything new happened, sends to you into Telegram. If you want to “filter” out some notifications, just stop watching the repository on GitHub, so GitHub will stop send notifications.

You can add this bot to your contact list here.

License

The MIT License (MIT)

Copyright (c) 2015-2020 Eugene Obrezkov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.