{"id":22295911,"url":"https://github.com/mkalioby/notify-me","last_synced_at":"2025-03-25T22:34:20.272Z","repository":{"id":57446869,"uuid":"44316776","full_name":"mkalioby/notify-me","owner":"mkalioby","description":"A simple tool to send notications and mails when a job is done","archived":false,"fork":false,"pushed_at":"2016-03-18T08:48:51.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T17:09:03.130Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkalioby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-15T12:45:52.000Z","updated_at":"2016-03-18T08:43:45.000Z","dependencies_parsed_at":"2022-09-05T09:40:57.283Z","dependency_job_id":null,"html_url":"https://github.com/mkalioby/notify-me","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkalioby%2Fnotify-me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkalioby%2Fnotify-me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkalioby%2Fnotify-me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkalioby%2Fnotify-me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkalioby","download_url":"https://codeload.github.com/mkalioby/notify-me/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245556438,"owners_count":20634881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T17:43:33.880Z","updated_at":"2025-03-25T22:34:20.227Z","avatar_url":"https://github.com/mkalioby.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# notify-me\n\nThis program can run another program and notify you by SMTP email, Android push notification through [pushNotification](https://github.com/mkalioby/Python_Notifications) and/or internal notification server.\n\nThe internal notification server can be checked on Ubuntu/gnome, KDE or Mac OS X to get a notification, just choose the appropiate client from client folder.\n\niOS, Browsers and many other application are supported over [pushOver](https://pushover.net/). PushOver is a cheap service where the user buys a one-time (round $5) license for each platform.\n\nThe configuration parameters can be centeralized or customized per user.\n\n## Installation of notification checker \n\n### Mac OS X\n\nsudo gem install terminal-notifier\n\n### Ubuntu/gnome\nsudo pip install gi\n\n## Options\n\n\n notify-me OPTIONS Command\n\n Options\n\n    --notify-to=mail1,mail2    send an email when done to the following mails\n    --notify-push              send a push notification\n    --notify-OK=               send this message after success\n    --notify-ERR=              send this message after failure\n    --notify-topic=            the topic to send on if different than default queue\n    --notify-name=             name of the job, to put it subject or push notifications\n    --no-notify-send-out       don't send the stderr and stdout in the email.\n    \n \n \n **Example**\n\n notify-me  --notify-to=someone@example.com,someone2@example.com --notify-push --notify-OK=\"System Updated\" --notify-ERR=\"System Update Failed\" --notify-name=\"System Update\" --notify-topic=\"Admin\" sudo apt-get upgrade\n\n# Requirements\n\nThis is based on [pushNotification library](https://pypi.python.org/pypi?name=pushNotification), available on pip\n\n# Installation\n\n```sh\npip install pushNotification notify-me\n```\n\n# Configuration\n\nYou can configure the SMTP and push notification through /etc/notiy-me.cfg or ~/.notify-me.cfg\n\n# Internal Notification Server Installation\n\nCurrently the server supports MySQL database as the back-end db. the server needs mod_python to work.\n\n* Install Packages\n```sh\n$ sudo apt-get install libapache2-mod-python python-simplejson python-mysqldb\n```\n* Copy server code\n```sh\n\t$ sudo cp SRC/server /var/www/notify\n```\n* Configure Apache in 000-default\n```xml\n\t\u003cDirectory /var/www/notify/py\u003e\n         \tSetHandler mod_python\n                PythonHandler mod_python.publisher\n        \u003c/Directory\u003e\n```\n\n* Reload Apache\n  \n  ```sh \n $ sudo service apache2 reload\n ```\n \n* Configure Server, Edit the configuration in /var/www/notify/config.cfg\n     \n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkalioby%2Fnotify-me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkalioby%2Fnotify-me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkalioby%2Fnotify-me/lists"}