Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemgurzhii/TravisCI-Telegam-Bot
Telegram bot, which will notify you each time, when your travis ci build is done.
https://github.com/artemgurzhii/TravisCI-Telegam-Bot
bot telegram telegram-bot travis-ci travisci travisci-telegam-bot
Last synced: 2 months ago
JSON representation
Telegram bot, which will notify you each time, when your travis ci build is done.
- Host: GitHub
- URL: https://github.com/artemgurzhii/TravisCI-Telegam-Bot
- Owner: artemgurzhii
- License: mit
- Created: 2016-06-14T10:24:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T12:28:18.000Z (about 7 years ago)
- Last Synced: 2024-08-04T01:09:52.707Z (6 months ago)
- Topics: bot, telegram, telegram-bot, travis-ci, travisci, travisci-telegam-bot
- Language: JavaScript
- Homepage: https://telegram.me/TravisCI_Telegam_Bot
- Size: 182 KB
- Stars: 31
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/artemgurzhii/TravisCI-Telegam-Bot.svg)](https://travis-ci.org/artemgurzhii/TravisCI-Telegam-Bot)
[![devDependency Status](https://david-dm.org/artemgurzhii/TravisCI-Telegam-Bot.svg)](https://david-dm.org/artemgurzhii/TravisCI-Telegam-Bot)## TravisCI-Telegam-Bot
Telegram bot, which will notify you each time, when your Travis CI build is done.
![travis-ci telegram bot js](http://i.giphy.com/3og0IxPAwXxTbE4372.gif)
### Usage
To start using this bot [send the link](https://telegram.me/TravisCI_Telegam_Bot) to your Travis CI repository like https://travis-ci.org/emberjs/ember.js. After that, a bot will listen for new builds and will notify you each time when your build is done.**Commands**
`/help` - how does it work
`/link` - show currently watching link
`/start_watching` - start watching for repository builds
`/stop_watching` - stop watching for repository builds
### Contributing1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am "Add some feature"`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull RequestIf you find any issues, please feel free to contribute to [repository issues](https://github.com/artemgurzhii/TravisCI-Telegam-Bot/issues)