Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/A11oW/telegramChannelBot
Telegram bot that sends a message to the channel when fires webhook in JIRA or BitBucket(feature).
https://github.com/A11oW/telegramChannelBot
Last synced: 3 months ago
JSON representation
Telegram bot that sends a message to the channel when fires webhook in JIRA or BitBucket(feature).
- Host: GitHub
- URL: https://github.com/A11oW/telegramChannelBot
- Owner: A11oW
- Created: 2016-06-28T16:11:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-28T21:05:07.000Z (over 8 years ago)
- Last Synced: 2024-06-01T08:33:03.269Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-telegram-bots - telegram-channel-bot - Telegram bot that sends a message to the channel when fires webhook in JIRA (Examples / Node.js)
README
# Telegram Channel bot
### Telegram bot that sends a message to the channel when fires webhook in JIRA or BitBucket(feature).
### Roadmap
* Create telegram bot by [BotFather](https://telegram.me/botfather)
* Config app in ```src/config/index.js```
* Set webhook in JIRA to app bot route (for example ```/api/v1/route/messages```)### TODO:
* Add templates to few [events of JIRA](https://developer.atlassian.com/static/connect/docs/latest/modules/common/webhook.html):
* ~~jira:issue_created~~
* jira:issue_updated
* Add templates to few events of bitbucket
* Create Pull Request
* Create comment to Pull Request
* Tests### References
* [Get channel id for private channel](http://stackoverflow.com/a/33862907)