{"id":31557984,"url":"https://github.com/sekuldev/githubcontributionwidgetmacos","last_synced_at":"2026-04-11T04:32:00.491Z","repository":{"id":317980597,"uuid":"1065389737","full_name":"SekulDev/GithubContributionWidgetMacOS","owner":"SekulDev","description":"A simple macOS widget that displays your GitHub contribution graph directly on your desktop.","archived":false,"fork":false,"pushed_at":"2025-10-04T08:11:50.000Z","size":1633,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T10:11:35.442Z","etag":null,"topics":["contribution-graph","contributions","desktop-widget","git","github","github-contributions","graph","mac","macos","swift","swiftui","widget"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/SekulDev.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-27T16:19:10.000Z","updated_at":"2025-10-04T08:11:53.000Z","dependencies_parsed_at":"2025-10-04T10:11:37.087Z","dependency_job_id":"88ec34bf-787f-4605-802c-76492cd87222","html_url":"https://github.com/SekulDev/GithubContributionWidgetMacOS","commit_stats":null,"previous_names":["sekuldev/githubcontributionwidgetmacos"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/SekulDev/GithubContributionWidgetMacOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SekulDev%2FGithubContributionWidgetMacOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SekulDev%2FGithubContributionWidgetMacOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SekulDev%2FGithubContributionWidgetMacOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SekulDev%2FGithubContributionWidgetMacOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SekulDev","download_url":"https://codeload.github.com/SekulDev/GithubContributionWidgetMacOS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SekulDev%2FGithubContributionWidgetMacOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278391404,"owners_count":25978983,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["contribution-graph","contributions","desktop-widget","git","github","github-contributions","graph","mac","macos","swift","swiftui","widget"],"created_at":"2025-10-05T00:10:42.199Z","updated_at":"2025-10-05T00:10:43.517Z","avatar_url":"https://github.com/SekulDev.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Contribution Widget for macOS\n\nA simple macOS widget that displays your GitHub contribution graph directly on your desktop.\n\n\u003cimg src=\"image.png\" alt=\"Github Contribution Widget\"/\u003e\n\n## About This Project\n\nThis app was created in a \"one-time vibe\" coding session. I had never worked with Swift or macOS development before, but I wanted to see my GitHub contributions as a desktop widget - so I just built it. It's nothing fancy, just a straightforward contribution graph on your desktop.\n\nIf you have suggestions, improvements, or bug fixes, feel free to open a pull request!\n\n**Don't forget to leave a star! ⭐️**\n\n## Requirements\n\n- macOS 11.0 (Big Sur) or later\n- Xcode 12.0 or later (includes Command Line Tools and Swift 5.0+)\n- Git\n\n## Installation\n\n### 1. Install Xcode Command Line Tools\n\nIf you don't have Xcode installed, you'll need at least the Command Line Tools:\n\n```bash\nxcode-select --install\n```\n\n### 2. Clone the Repository\n\n```bash\ngit clone https://github.com/SekulDev/GithubContributionWidgetMacOS.git\ncd GithubContributionWidgetMacOS\n```\n\n### 3. Build and Install\n\nRun the installation script:\n\n```bash\nchmod +x install.sh\n./install.sh\n```\n\nThis script will build the application and copy it to your Applications folder.\n\n## Widget Setup Guide\n\n### Step 1: Generate Personal Access Token\n\n1. Visit [GitHub Personal Access Tokens](https://github.com/settings/tokens)\n2. Click **\"Generate new token\"**\n3. Select **\"Classic\"** token type\n4. Choose **\"No expiration\"** for duration\n5. Check **\"user:read\"** permission\n6. Click **\"Generate token\"** and copy it securely\n\n### Step 2: Add Widget to Desktop\n\n1. Right-click on your desktop\n2. Select **\"Edit Widgets\"** from the menu\n3. Find **\"GithubContributionWidgetMacOS\"** in the list\n4. Drag your preferred widget size to the desktop\n\n### Step 3: Configure Your Widget\n\n1. Right-click on the newly added widget\n2. Enter your GitHub username\n3. Paste the personal access token you generated\n4. Click **\"Done\"** to save your settings\n\n**You're all set!** Enjoy tracking your contributions right from your desktop.\n\n## Contributing\n\nContributions are welcome! Feel free to:\n\n- Report bugs\n- Suggest new features\n- Submit pull requests\n- Improve documentation\n\n## License\n\nMIT License - feel free to use this however you want.\n\n## Acknowledgments\n\nBuilt with Swift and SwiftUI for macOS. This was a fun learning experience diving into Apple's ecosystem for the first time!\n\n---\n\n**Note:** This is a passion project created out of personal need. The code might not be perfect, but it works!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsekuldev%2Fgithubcontributionwidgetmacos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsekuldev%2Fgithubcontributionwidgetmacos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsekuldev%2Fgithubcontributionwidgetmacos/lists"}