{"id":50292014,"url":"https://github.com/brawlingthebits/brawlingthedays","last_synced_at":"2026-05-28T06:15:38.729Z","repository":{"id":357140827,"uuid":"1230458390","full_name":"brawlingthebits/brawlingthedays","owner":"brawlingthebits","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-22T12:56:17.000Z","size":605,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T18:13:51.736Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/brawlingthebits.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-06T02:40:40.000Z","updated_at":"2026-05-22T12:56:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/brawlingthebits/brawlingthedays","commit_stats":null,"previous_names":["brawlingthebits/brawlingthedays"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brawlingthebits/brawlingthedays","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brawlingthebits%2Fbrawlingthedays","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brawlingthebits%2Fbrawlingthedays/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brawlingthebits%2Fbrawlingthedays/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brawlingthebits%2Fbrawlingthedays/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brawlingthebits","download_url":"https://codeload.github.com/brawlingthebits/brawlingthedays/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brawlingthebits%2Fbrawlingthedays/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33596527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":[],"created_at":"2026-05-28T06:15:33.453Z","updated_at":"2026-05-28T06:15:38.724Z","avatar_url":"https://github.com/brawlingthebits.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Daily Commit Streak\n\nThis repository maintains an unbroken daily commit history starting April 16, 2021. Each day a motivational quote from [ZenQuotes](https://zenquotes.io/) is appended to `daily_log.txt` and committed automatically via GitHub Actions.\n\n---\n\n## What this repo does\n\n- **`daily_log.txt`** — a running log with one line per day in the format:\n  ```\n  [YYYY-MM-DD] \"Quote text\" — Author Name\n  ```\n- **GitHub Actions** fires every day at 12:00 UTC, fetches the quote of the day, appends it, and pushes the commit.\n- The result is a green contribution graph with no gaps since the start date.\n\n---\n\n## Backfilling historical commits\n\nUse `backfill_commits.sh` to generate all past commits locally before pushing to GitHub.\n\n### Prerequisites\n\n- `git`, `bash`, `curl`, `python3` installed\n- A GitHub account and a **new, empty** repository (no README, no license)\n\n### Steps\n\n```bash\n# 1. Make the script executable\nchmod +x backfill_commits.sh\n\n# 2. Run it — this creates ./commit-history/ and writes one commit per day\n./backfill_commits.sh\n\n# 3. Follow the printed instructions, which will look like:\n#\n#    cd commit-history\n#    git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO.git\n#    git push --force -u origin main\n```\n\nThe script handles the `date` command differences between **macOS** and **Linux** automatically.\n\n---\n\n## Enabling the GitHub Actions workflow\n\n1. Copy `.github/workflows/daily-commit.yml` into your repository (it must be on the default branch).\n\n2. Go to your repository on GitHub:\n   **Settings → Actions → General → Workflow permissions**\n   Select **Read and write permissions** and click **Save**.\n\n3. The workflow will run automatically at 12:00 UTC daily. You can also trigger it manually from the **Actions** tab using the **Run workflow** button.\n\n---\n\n## Keeping the workflow alive\n\n\u003e **Important:** GitHub automatically pauses scheduled workflows on repositories that have had **no activity for 60 days**.\n\nIf the workflow stops running:\n\n1. Open the **Actions** tab in your repository.\n2. Select the **Daily Motivational Commit** workflow.\n3. Click **Enable workflow**.\n\nTo avoid this happening, simply interact with the repository (open an issue, push a small change, or manually trigger the workflow) at least once every 60 days.\n\n---\n\n## Files\n\n| File | Purpose |\n|------|---------|\n| `backfill_commits.sh` | One-time script to generate historical commits |\n| `.github/workflows/daily-commit.yml` | Automated daily commit via GitHub Actions |\n| `daily_log.txt` | Append-only log of daily entries |\n| `README.md` | This file |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrawlingthebits%2Fbrawlingthedays","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrawlingthebits%2Fbrawlingthedays","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrawlingthebits%2Fbrawlingthedays/lists"}