{"id":20178514,"url":"https://github.com/nvtkaszpir/python-github-create-issue","last_synced_at":"2026-06-05T18:31:14.141Z","repository":{"id":146355938,"uuid":"99084196","full_name":"nvtkaszpir/python-github-create-issue","owner":"nvtkaszpir","description":"This small python script allows to create issue in github for given project.","archived":false,"fork":false,"pushed_at":"2018-10-30T05:26:46.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-30T09:19:49.573Z","etag":null,"topics":["github","issue-tracker","issues","pull-requests","python","python-script"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nvtkaszpir.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":"2017-08-02T07:07:25.000Z","updated_at":"2022-09-19T11:21:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"87987b5a-e621-4f7a-9895-e6ab8d4d16bd","html_url":"https://github.com/nvtkaszpir/python-github-create-issue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nvtkaszpir/python-github-create-issue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvtkaszpir%2Fpython-github-create-issue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvtkaszpir%2Fpython-github-create-issue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvtkaszpir%2Fpython-github-create-issue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvtkaszpir%2Fpython-github-create-issue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvtkaszpir","download_url":"https://codeload.github.com/nvtkaszpir/python-github-create-issue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvtkaszpir%2Fpython-github-create-issue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33953609,"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-06-05T02:00:06.157Z","response_time":120,"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":["github","issue-tracker","issues","pull-requests","python","python-script"],"created_at":"2024-11-14T02:21:26.266Z","updated_at":"2026-06-05T18:31:14.124Z","avatar_url":"https://github.com/nvtkaszpir.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\nThis small python script allows to create issue in GitHub for given project.\n\nWhy?\n\n- [PyGithub](https://github.com/PyGithub/PyGithub) is sometimes an overkill\n- [Jenkins Github Issues](https://wiki.jenkins.io/display/JENKINS/GitHub+Issues+Plugin) plugin is not fully mature yet (not to mention it's groovy specific)\n- other packages - forcing yourself to install ruby or nodejs is .... eh.\n- bash - yeah I could make a curl with some input file but integration might be more problematic in certain areas.\n\nBased on https://gist.github.com/JeffPaine/3145490 with tweaks.\n\n# Requrements\n\nStandard python-2.7 provided with any decent Linux distribution should be sufficient, using standard packages.\n\nYou need to create GitHub API token to send issues - see [here](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) how.\n\n\n# Usage:\n\nMake file executable and see help:\n\n```bash\nchmod +x github_create_issue.py\n./github_create_issue.py -h\n```\n\n# Example\n\nFirst, export env vars:\n\n```bash\nexport GITHUB_USER=nvtkaszpir\nexport GITHUB_PASS=\u003ctoken\u003e\nexport REPO_OWNER=nvtkaszpir\nexport REPO_NAME=vagrant-killingfloorstats\n```\n\nCreate example issue with title, body and apply two labels:\n\n```bash\n./github_create_issue.py --title=\"Test\" --body=\"Hello And Die\" -l bug -l jenkins\n\n```\n\n# Contributing\n\nFeel free to fork and pull a request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvtkaszpir%2Fpython-github-create-issue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvtkaszpir%2Fpython-github-create-issue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvtkaszpir%2Fpython-github-create-issue/lists"}