{"id":18289899,"url":"https://github.com/prahladyeri/gar-cron","last_synced_at":"2025-04-05T09:31:50.341Z","repository":{"id":57433074,"uuid":"190916138","full_name":"prahladyeri/gar-cron","owner":"prahladyeri","description":"A script to send you reminders about your github commit activity","archived":false,"fork":false,"pushed_at":"2021-08-10T03:32:36.000Z","size":24,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T02:22:10.361Z","etag":null,"topics":["cron","github","python","reminders"],"latest_commit_sha":null,"homepage":"https://github.com/prahladyeri/gar-cron","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prahladyeri.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}},"created_at":"2019-06-08T17:27:05.000Z","updated_at":"2021-08-10T03:32:38.000Z","dependencies_parsed_at":"2022-08-27T22:21:09.552Z","dependency_job_id":null,"html_url":"https://github.com/prahladyeri/gar-cron","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prahladyeri%2Fgar-cron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prahladyeri%2Fgar-cron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prahladyeri%2Fgar-cron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prahladyeri%2Fgar-cron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prahladyeri","download_url":"https://codeload.github.com/prahladyeri/gar-cron/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318327,"owners_count":20919457,"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":["cron","github","python","reminders"],"created_at":"2024-11-05T14:08:43.145Z","updated_at":"2025-04-05T09:31:50.044Z","avatar_url":"https://github.com/prahladyeri.png","language":"Python","funding_links":["https://www.patreon.com/prahladyeri","https://paypal.me/prahladyeri"],"categories":[],"sub_categories":[],"readme":"![pypi](https://img.shields.io/pypi/v/gar-cron.svg)\n![python](https://img.shields.io/pypi/pyversions/gar-cron.svg)\n![implementation](https://img.shields.io/pypi/implementation/gar-cron.svg)\n\u003c!-- https://img.shields.io/travis/prahladyeri/gar-cron/master.svg --\u003e\n![docs](https://readthedocs.org/projects/gar-cron/badge/?version=latest)\n![license](https://img.shields.io/github/license/prahladyeri/gar-cron.svg)\n![last-commit](https://img.shields.io/github/last-commit/prahladyeri/gar-cron.svg)\n\u003c!--![commit-activity](https://img.shields.io/github/commit-activity/w/prahladyeri/gar-cron.svg)--\u003e\n[![patreon](https://img.shields.io/badge/Patreon-brown.svg?logo=patreon)](https://www.patreon.com/prahladyeri)\n[![paypal](https://img.shields.io/badge/PayPal-blue.svg?logo=paypal)](https://paypal.me/prahladyeri)\n[![follow](https://img.shields.io/twitter/follow/prahladyeri.svg?style=social)](https://twitter.com/prahladyeri)\n# gar-cron\ngithub activity reminder cron - a script to send you reminders about your github commit activity. By default, it shoots a mail when there is no commit activity for 3 or more days. [Read this DEV.to article to understand more about this tool](https://dev.to/prahladyeri/gar-cron-a-python-script-to-remind-you-about-your-github-activity-22ad).\n\n# Installation\n\n\tpip install gar-cron\n\n# Usage\n\n\tgar-cron\n\n# Configuration\n\nWhen you run gar-cron for the first time, it will prompt you to set values in `config.json` along with its path. The values you need to set should be as follows (You need an smtp mail account to shoot emails, popular ones like GMail/Hotmail don't support this without oAuth, so register one at [gmx.com](https://gmx.com) or something):\n\n\t{\n\t\t\"github_username\": \"\u003cyour github username\u003e\",\n\t\t\"alert_email\": \"\u003cyour email address\u003e\",\n\t\t\"smtp_server\":\"\u003csmtp server\u003e\",\n\t\t\"smtp_email\": \"\u003csmtp sending email\u003e\",\n\t\t\"smtp_username\": \"\u003csmtp username\u003e\",\n\t\t\"smtp_password\": \"\u003csmtp password\u003e\",\n\t\t\"smtp_port\": \"\u003csmtp port\u003e\"\n\t}\n\nOnce you do this, run `gar-cron` again to ensure that it works. You may then configure it as a user cron job on linux by running `crontab -e` or on windows by scheduling it through the control panel.\n\nFor testing of email reminder, you may temporarily configure someone else's `github_username` in config.json who hasn't committed since a long time before running it.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprahladyeri%2Fgar-cron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprahladyeri%2Fgar-cron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprahladyeri%2Fgar-cron/lists"}