{"id":28189907,"url":"https://github.com/theshubham99/yourock","last_synced_at":"2025-05-16T10:11:43.617Z","repository":{"id":65158538,"uuid":"287968429","full_name":"TheShubham99/YouRock","owner":"TheShubham99","description":"Sends an email to the contributor with an open-cv processed personalized avatar image of the contributor.","archived":false,"fork":false,"pushed_at":"2022-03-28T08:02:03.000Z","size":15969,"stargazers_count":6,"open_issues_count":20,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-04T11:05:13.695Z","etag":null,"topics":["github","github-actions"],"latest_commit_sha":null,"homepage":"","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/TheShubham99.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-16T15:14:38.000Z","updated_at":"2022-09-21T06:25:17.000Z","dependencies_parsed_at":"2023-01-04T12:35:11.968Z","dependency_job_id":null,"html_url":"https://github.com/TheShubham99/YouRock","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/TheShubham99%2FYouRock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheShubham99%2FYouRock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheShubham99%2FYouRock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheShubham99%2FYouRock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheShubham99","download_url":"https://codeload.github.com/TheShubham99/YouRock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254509480,"owners_count":22082896,"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":["github","github-actions"],"created_at":"2025-05-16T10:11:35.040Z","updated_at":"2025-05-16T10:11:43.609Z","avatar_url":"https://github.com/TheShubham99.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eYou Rock - A Personalized Contribution Appreciator.\u003c/h1\u003e\n\n[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n\n# What it does?\n\nSends out a personalized email appreciating the contribution with some **Badges** and **Image Processed Personalized Material**.\n\n# Aim and Impact\n\nThis action will help :hash: **maintainers** to improve the `outreach` and Public Relations.\n\n# What it looks like?\n\n![](https://trello-attachments.s3.amazonaws.com/5f4c8eb8cd675c6f5dd4dc70/597x289/d295b59b0983b6853abffb00fc634440/YouRockEmail.gif)\n\n# How to test?\n\n\u003ccenter\u003e\u003cimg src=\"Note.png\" width=\"900\"\u003e\u003c/img\u003e\u003c/center\u003e\n\n1. Just open a new issue on this [YouRock](https://github.com/TheShubham99/YouRock) Repo.\n2. You'll receive a personalized email (email account linked to your **Github**)\n\n![](./.github/YouRockDemo.gif)\n\n# How to use it in your repo?\n\n1. Clone the repository.\n2. Copy the repository contents to your repository where you wish to add the **You Rock - Appreciator**.\n\n## Setup Email Sending Account\n\n1. Create a new gmail account for sending the emails.\n2. Authorize Gmail to send automated emails via this tool https://myaccount.google.com/lesssecureapps\n\n![](https://docs.bitnami.com/images/img/apps/common/google-security.png)\n\n3. Create a [Github Secret](https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) Called `GKEY` and add your gmail password to it.\n\n4. Unlock the captcha link on sender account: https://accounts.google.com/DisplayUnlockCaptcha\n\n## Setting up the action\n\n1. Make sure your repository contains all the necessary files present in this repository.\n2. Click on Actions and `create an action`.\n   ![](https://docs.github.com/assets/images/help/repository/actions-tab.png)\n\n3. Add code in `Appreciate.yml` to your workflow `yml` file.\n\n## Customize your email contents\n\n1. - Replace the `senders_email` in `Rock.py` with your newly created `email address` (on line 65)\n   - Replace the `msg['From']` value with your email display name.\n\n2. You can change the `glasses.png` with your Mask image. (make sure you rename it back to `glasses.png`)\n3. You can change the `gold.png` with your Mask image. (make sure you rename it back to `gold.png`)\n\n### Note:\n\n- If you changed the file name of `glasses.png` and `gold.png` make sure to reflect in your `workflow`/`.yml`.\n\n- The `glasses.png` will get placed on users face (in github avatar) and It will be sent only if there is a face in the users github avatar.\n\n## How to change the contribution triggers?\n\nyou can edit the `Appreciate.yml` by changing the triggering conditions.\n\n```\non:\n  issues:\n    types: opened\n  pull_request:\n    types: opened\n    branches:\n      - master\n```\n\nThe default triggering conditions are -\n\n1.  Issues - Opened\n2.  Pull Request - Opened\n\nYou can change the job triggers according to your need.\n\n[Learn More about the syntax for actions here.](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions)\n\n# Drop a ⭐ if you like it :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheshubham99%2Fyourock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheshubham99%2Fyourock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheshubham99%2Fyourock/lists"}