{"id":18834761,"url":"https://github.com/luka1199/project-automation","last_synced_at":"2025-09-19T22:51:49.116Z","repository":{"id":101663145,"uuid":"205026644","full_name":"luka1199/project-automation","owner":"luka1199","description":":robot: A script that automates my GitHub project creation routine using PyGithub","archived":false,"fork":false,"pushed_at":"2021-08-06T09:01:45.000Z","size":270,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T05:37:17.259Z","etag":null,"topics":["automation","project-automation","pygithub","python","python-automation"],"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/luka1199.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}},"created_at":"2019-08-28T21:29:27.000Z","updated_at":"2024-06-11T16:39:52.000Z","dependencies_parsed_at":"2023-06-07T10:15:11.725Z","dependency_job_id":null,"html_url":"https://github.com/luka1199/project-automation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luka1199/project-automation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luka1199%2Fproject-automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luka1199%2Fproject-automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luka1199%2Fproject-automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luka1199%2Fproject-automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luka1199","download_url":"https://codeload.github.com/luka1199/project-automation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luka1199%2Fproject-automation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276012346,"owners_count":25569843,"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-09-19T02:00:09.700Z","response_time":108,"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":["automation","project-automation","pygithub","python","python-automation"],"created_at":"2024-11-08T02:13:45.242Z","updated_at":"2025-09-19T22:51:49.108Z","avatar_url":"https://github.com/luka1199.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Automation\r\n\r\nA script that automates my GitHub project creation routine using PyGithub.\r\n\r\n\u003cp align=\"center\"\u003e\u003cimg src=\"img/screenshot.png\" alt=\"screenshot\" width=\"400\"\u003e\u003c/p\u003e\r\n\r\n## What it does\r\n- Creates a private or public GitHub repository with project name and description\r\n- Creates the project in the specified directory\r\n- Adds a ```README.md``` with the project name and description to the project\r\n- Adds an empty ```.gitignore``` to the project\r\n- Commits ```README.md``` and ```.gitignore```\r\n- Opens the project in Visual Studio Code\r\n\r\n## Installation\r\n\r\n### Clone \r\nClone this repo to your local machine using \r\n```\r\ngit clone https://github.com/luka1199/project-automation\r\n```\r\n\r\n### Dependencies\r\nRun ```pip install -r requirenments.txt``` to install the dependencies. \r\n\r\n\u003c!-- ### Permissions\r\nMake the ```create_repo.sh``` file executable:\r\n```\r\nchmod +x create_repo.sh\r\n``` --\u003e\r\n\r\n### Setup\r\nThe ```config.yaml``` will be created after running ```python create.py``` for the first time.  \r\nAlternatively you can run ```cp config_default.yaml config.yaml``` to create the config manually.\r\n\r\nYou can use the ```config.yaml``` to save your GitHub credentials and multiple project locations.\r\n\r\nFormat of the config:\r\n```yaml\r\ncredentials:\r\n  username: ''\r\n  password: ''\r\n  access_token: ''\r\n\r\npaths:\r\n  path1: ''\r\n  path2: ''\r\n  path3: ''\r\n```\r\nYou can change the names of the paths and add as many as you like.\r\n\r\n## How to run the script\r\n\r\n```\r\npython create.py\r\n```\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluka1199%2Fproject-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluka1199%2Fproject-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluka1199%2Fproject-automation/lists"}