{"id":20106781,"url":"https://github.com/nneji123/autocommiter","last_synced_at":"2026-04-13T09:31:52.314Z","repository":{"id":204042598,"uuid":"710975235","full_name":"Nneji123/autocommiter","owner":"Nneji123","description":"This repository contains utility functions for the Autocommiter tool.","archived":false,"fork":false,"pushed_at":"2023-10-28T06:59:27.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T11:51:19.312Z","etag":null,"topics":["auto","git","github-actions","programming","python"],"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/Nneji123.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-10-27T21:32:54.000Z","updated_at":"2023-10-27T21:51:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"1b033cbc-59ee-41c5-b69a-23dec70ca6ca","html_url":"https://github.com/Nneji123/autocommiter","commit_stats":null,"previous_names":["nneji123/autocommiter"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Nneji123/autocommiter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nneji123%2Fautocommiter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nneji123%2Fautocommiter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nneji123%2Fautocommiter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nneji123%2Fautocommiter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nneji123","download_url":"https://codeload.github.com/Nneji123/autocommiter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nneji123%2Fautocommiter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["auto","git","github-actions","programming","python"],"created_at":"2024-11-13T17:54:45.247Z","updated_at":"2026-04-13T09:31:52.282Z","avatar_url":"https://github.com/Nneji123.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Autocommiter\n\nThis repository contains utility functions for the Autocommiter tool.\n\n## Introduction\n\nAutocommiter is a Python utility that automates the process of creating a local Git repository, setting up GitHub Actions for scheduled commits, and uploading the repository to GitHub.\n\n## Features\n\n- Create a local Git repository\n- Set up GitHub Actions for scheduled commits\n- Generate a comprehensive README\n- Add a license to your project\n\n## Usage\n\n### Prerequisites\nBefore using Autocommiter, make sure you have:\n\nPython installed on your system\nA GitHub account with a personal access token\n\nA Desktop application is also available for Windows users in case you don't have Python installed on your system.\n### Create a Local Repository\n\n1. Run the `create_local_repository` function.\n2. Follow the prompts to provide a folder name and a TXT file name.\n3. Schedule the automatic commits by entering a time in UTC.\n\n### GitHub Actions Configuration\n\nThe `create_local_repository` function automatically creates a GitHub Actions workflow file (`.github/workflows/auto_commit.yml`). This workflow is scheduled to run at the specified time every day.\n\n```yaml\nname: Auto Commit\n\non:\n  schedule:\n    - cron: '[cron_expression]'\n\npermissions:\n  contents: write\n\njobs:\n  update-text-file:\n    runs-on: ubuntu-latest\n    steps:\n    - name: Checkout Repository\n      uses: actions/checkout@v3\n\n    - name: Update TXT File\n      run: echo $(date) \u003e\u003e [file_name].txt\n\n    - name: Commit Changes\n      run: |\n        git config --local user.email \"action@github.com\"\n        git config --local user.name \"GitHub Action\"\n        git add .\n        git commit -am \"Auto commit at $(date)\"\n        git push\n```\n\n### Author\n[Ifeanyi Nneji](https://github.com/Nneji123)\n\n### Acknowledgments\nSpecial thanks to the Autocommiter community for their support and contributions.\n\n### License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnneji123%2Fautocommiter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnneji123%2Fautocommiter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnneji123%2Fautocommiter/lists"}