{"id":21677638,"url":"https://github.com/prinzpiuz/django_update_checker","last_synced_at":"2025-07-05T05:36:43.406Z","repository":{"id":39923404,"uuid":"414348793","full_name":"prinzpiuz/django_update_checker","owner":"prinzpiuz","description":"An automatic django's update checker and MS teams notifier","archived":false,"fork":false,"pushed_at":"2025-03-15T05:16:20.000Z","size":60,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T05:10:23.041Z","etag":null,"topics":["alerts","django","django-project","hacktoberfest","msteams","python-script","teams","tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prinzpiuz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2021-10-06T19:44:02.000Z","updated_at":"2025-03-15T05:16:23.000Z","dependencies_parsed_at":"2023-11-23T06:24:32.397Z","dependency_job_id":"b1ebea7b-e409-4e40-afa3-ed0b50f5ea78","html_url":"https://github.com/prinzpiuz/django_update_checker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prinzpiuz/django_update_checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prinzpiuz%2Fdjango_update_checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prinzpiuz%2Fdjango_update_checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prinzpiuz%2Fdjango_update_checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prinzpiuz%2Fdjango_update_checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prinzpiuz","download_url":"https://codeload.github.com/prinzpiuz/django_update_checker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prinzpiuz%2Fdjango_update_checker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263691552,"owners_count":23496874,"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":["alerts","django","django-project","hacktoberfest","msteams","python-script","teams","tools"],"created_at":"2024-11-25T14:21:07.454Z","updated_at":"2025-07-05T05:36:43.382Z","avatar_url":"https://github.com/prinzpiuz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" id=\"heading\"\u003eDjango Update Checker\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.gnu.org/licenses/gpl-3.0\" alt=\"License: GPLv3\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-GPL%20v3-blue.svg\"\u003e\u003c/a\u003e\n\u003cimg src=\"https://img.shields.io/github/forks/prinzpiuz/django_update_checker\"\u003e\n\u003c/p\u003e\n\nThis is a small script for checking any new updates/bugfixes/security fixes released in Django [News \u0026 Events](https://www.djangoproject.com/weblog/) and sending corresponding notifications in MS teams configured channel, without any deployments or server hosting, we are using [Scheduled events](https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#scheduled-events) in Github actions for this. this is similar to cron jobs in UNIX systems\n\n##### Screenshot\n\n[\u003cimg src=\"team_screenshot.png\"\u003e](team_screenshot.png)\n\n##### How to use\n\n- Fork this repo\n- Go to the actions page and enable actions on the forked repo (it will be disabled by default in the forked repo)\n- Get an incoming Teams webhook URL. for reference, please check [Teams Incoming Webhook URL ](https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook)\n- Add webhook URL as `MS_TEAMS_WEBHOOK_URI` in your cloned repos Settings --\u003e Secrets. for reference, please check [GitHub Secrets ](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository)\n- If more types of titles want to be parsed, add them as words in `WORDS_TO_TRACK_IN_TITLE` in your cloned repos Settings --\u003e Secrets. for reference, please check [GitHub Secrets ](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository)\n  - Default keywords tracking is `[\"releases\", \"released\", \"release\", \"bugfix\"]`\n  - eg if add `--words = survey` resulting tracking list will be `[\"releases\", \"released\", \"release\", \"bugfix\", \"survey\"]`\n- If no extra keywords are to be tracked, add `WORDS_TO_TRACK_IN_TITLE` in the secrets with an empty string\n\n##### Run Locally\n\nClone the project\n\n```bash\n  git clone git@github.com:prinzpiuz/django_update_checker.git\n```\n\nInstall dependencies\n\n```bash\n  pip install -r requirements.txt\n```\n\nStart the server\n\n```bash\n  python checker.py --url \u003cteams webhook url\u003e --words security\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprinzpiuz%2Fdjango_update_checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprinzpiuz%2Fdjango_update_checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprinzpiuz%2Fdjango_update_checker/lists"}