
Bitbucket Notifier
Get toast-notifications natively through your linux install for relevant activity on the Pull Requests relevant for you from your Bitbucket server. Customize *what* to show and **when** it should show.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
-
About The Project
-
Getting Started
- Usage
- Roadmap
- Contributing
- License
- Contact
- Acknowledgments
About The Project

(back to top)
Built With
(back to top)
Getting Started
Prerequisites
This is an example of how to list things you need to use the software and how to install them.
Installation
- Clone the repo :)
git clone https://github.com/sifterstudios/bitbucket-notifier
(back to top)
Usage
Download repo, build, and run. Needs to be run from /cmd directory currently.
On first run, you will be prompted to input your options and credentials. This will be saved to a config file(encrypted).
Please note, this is only a semi-secure solution as the key for the decryption is also made and available inside the /data folder.
Although both the secretkey and the config file is ignored in the .gitignore file, and therefore won't automatically be pushed, it's important to be aware of this as a potential security risk.
I only made the credentials encrypted to not accidentally show that info when browsing the files.
After adding credentials and info, the frontend should be available at http://localhost:1337 and enables you to choose more customization of how and when you want to be notified, as well as how often to check.
And that's pretty much it!
Information about how to run this automatically on startup will follow in the future.
(back to top)
Roadmap
See the open issues for a list of proposed features (and known issues).
(back to top)
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature)
- Commit your Changes (
git commit -m 'Add some AmazingFeature')
- Push to the Branch (
git push origin feature/AmazingFeature)
- Open a Pull Request
(back to top)
License
Distributed under the MIT License. See LICENSE.txt for more information.
(back to top)
Your Name - @sifterstudios
Project Link: https://github.com/sifterstudios/bitbucket-notifier
(back to top)