{"id":17726652,"url":"https://github.com/thedevsaddam/slack-notifier","last_synced_at":"2025-04-01T16:30:53.052Z","repository":{"id":88969760,"uuid":"73186570","full_name":"thedevsaddam/slack-notifier","owner":"thedevsaddam","description":"This script will help you to send slack scheduled notification (message)","archived":false,"fork":false,"pushed_at":"2016-11-29T18:06:01.000Z","size":22,"stargazers_count":21,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-02-27T13:26:40.092Z","etag":null,"topics":["slack-bot","slack-notifier","slack-python-script","slack-reminder"],"latest_commit_sha":null,"homepage":"","language":"Python","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/thedevsaddam.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-08T13:04:34.000Z","updated_at":"2023-02-18T22:49:15.000Z","dependencies_parsed_at":"2023-06-13T09:15:46.788Z","dependency_job_id":null,"html_url":"https://github.com/thedevsaddam/slack-notifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedevsaddam%2Fslack-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedevsaddam%2Fslack-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedevsaddam%2Fslack-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thedevsaddam%2Fslack-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thedevsaddam","download_url":"https://codeload.github.com/thedevsaddam/slack-notifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246620470,"owners_count":20806779,"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":["slack-bot","slack-notifier","slack-python-script","slack-reminder"],"created_at":"2024-10-25T17:06:25.018Z","updated_at":"2025-04-01T16:30:52.810Z","avatar_url":"https://github.com/thedevsaddam.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slack notifier\nThis script will help you to send slack scheduled notification (message) like `daily stand up meeting`, `prayer reminder` etc.\n\n---\n### Installation\n\n#### Easy Way\nDownload the `slack-notifier-installer.sh` file and run it with root permission. It will do all the job for you.\n\n#### Hard Way\nOpen terminal ( ctrl+alt+t ) and go to __Downloads__ directory\n\n```bash\ncd ~/Downloads/\n```\n\nClone the repository\n\n```bash\ngit clone https://github.com/thedevsaddam/slack-notifier.git\n```\nor download the zip file manually and unzip to __Downloads__ directory\n\nChange permission to 777\n\n```bash\nsudo chmod -R 777 notifier\n```\nOpen crontab in edit mode\n\n```bash\ncrontab -e\n```\n\nCopy the line below and paste\n```bash\n* * * * * python /home/YOUR_USER_NAME/Downloads/slack-notifier/notifier.py\n```\nReplace YOUR_USER_NAME by your user name.\n\n_Note:  To get username type `whoami` in interminal_\n\n### Configuration\n1. Install `requests` python module, if you don't already have that\n```\npip install requests\n```\n2. Create a [slack bot user](https://api.slack.com/bot-users).\n3. Collect the access token.\n4. Open `config.py` and set the `slack access token` and other information like `channel name`, `user name`.\n5. Adjust the notifier time.\n\n### Contributors\n* [Syed Sirajul Islam Anik](https://github.com/ssi-anik)\n* [Ahmed shamim](https://github.com/me-shaon)\n\n### TODO\n* Broadcast message to multiple channel\n\n_Thank you :)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedevsaddam%2Fslack-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthedevsaddam%2Fslack-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthedevsaddam%2Fslack-notifier/lists"}