Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghaiklor/telegram-bot-github
Allows to you receive GitHub notifications right in the Telegram
https://github.com/ghaiklor/telegram-bot-github
bot notification notifications telegram telegram-bot telegram-bot-github
Last synced: 6 days ago
JSON representation
Allows to you receive GitHub notifications right in the Telegram
- Host: GitHub
- URL: https://github.com/ghaiklor/telegram-bot-github
- Owner: ghaiklor
- License: mit
- Created: 2016-04-19T12:57:16.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-19T11:52:54.000Z (18 days ago)
- Last Synced: 2024-10-25T04:00:01.424Z (12 days ago)
- Topics: bot, notification, notifications, telegram, telegram-bot, telegram-bot-github
- Language: JavaScript
- Homepage:
- Size: 538 KB
- Stars: 119
- Watchers: 7
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://telegram.me/GitHubNotificationsBot).
## 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.