Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dersj/gitnotified
MacOS Desktop Notifications from GitLab
https://github.com/dersj/gitnotified
Last synced: 4 days ago
JSON representation
MacOS Desktop Notifications from GitLab
- Host: GitHub
- URL: https://github.com/dersj/gitnotified
- Owner: DersJ
- License: mit
- Created: 2019-06-10T12:14:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:14:19.000Z (about 2 years ago)
- Last Synced: 2024-11-10T17:55:18.611Z (2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Git Notified
## MacOS Desktop Notifications from Gitlab### Installation and Setup
1. Clone this repository to your machine
2. Make sure you have python 3.x installed. Python 2 is not supported
3. (Optional) Make and activate a [python virtual environment](https://docs.python-guide.org/dev/virtualenvs/)
4. Install requirements: `pip install -r requirements.txt`
5. Setup and enter your gitlab info with `python setup.py`
6. Run the notifier with `python notifier.py`