{"id":25171610,"url":"https://github.com/basemax/get-github-issues","last_synced_at":"2026-01-30T04:11:46.330Z","repository":{"id":172059861,"uuid":"630788212","full_name":"BaseMax/get-github-issues","owner":"BaseMax","description":"A Python script to get a list of all open issues in a repository with specific labels, and fetch their corresponding bodies and comments in chronological order (oldest to newest).","archived":false,"fork":false,"pushed_at":"2024-07-06T00:32:01.000Z","size":57,"stargazers_count":3,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-04T06:16:14.734Z","etag":null,"topics":["github","github-api","github-api-python","github-api-v3","github-issue","githubpy","issue","issues","py","py-github","pygithub","python","python3"],"latest_commit_sha":null,"homepage":"","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/BaseMax.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}},"created_at":"2023-04-21T06:47:30.000Z","updated_at":"2024-12-30T22:28:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"f42059d1-9930-4a84-bc77-9e372fe530b0","html_url":"https://github.com/BaseMax/get-github-issues","commit_stats":null,"previous_names":["basemax/get-github-issues"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BaseMax/get-github-issues","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fget-github-issues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fget-github-issues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fget-github-issues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fget-github-issues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/get-github-issues/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fget-github-issues/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28900980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T04:02:34.702Z","status":"ssl_error","status_checked_at":"2026-01-30T04:02:33.562Z","response_time":66,"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":["github","github-api","github-api-python","github-api-v3","github-issue","githubpy","issue","issues","py","py-github","pygithub","python","python3"],"created_at":"2025-02-09T09:21:21.195Z","updated_at":"2026-01-30T04:11:46.311Z","avatar_url":"https://github.com/BaseMax.png","language":"Python","readme":"# Get GitHub Issues\n\nA Python script to get a list of all open issues in a repository with specific labels, and fetch their corresponding bodies and comments in chronological order (oldest to newest).\n\n## Prerequisites\n\n- Python 3.x\n- GitHub Personal Access Token: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token\n\n## Installation\n\nClone the repository:\n```bash\ngit clone https://github.com/BaseMax/get-github-issues.git\ncd get-github-issues\n```\n\nCreate an virtual envirement:\n```console\npython -m venv venv\n```\n\nInstall the dependencies:\n```bash\npip install -r requirements.txt\n```\n\nAt last run activate binary file to enable virtual envirenment:\n```console\nsource venv/bin/activate\n```\n\n## Usage\n\nSet the ACCESS_TOKEN (GitHub Personal Access Token) variable inside `.env` file:\n\nOr\n```bash\nexport ACCESS_TOKEN=YOUR_TOKEN_HERE\n```\n\nRun the script:\n```bash\npython script.py \u003cowner\u003e \u003crepository\u003e \u003clabels\u003e\n```\n\nReplace \u003cowner\u003e with the name of the repository owner, \u003crepository\u003e with the name of the repository, and \u003clabels\u003e with a comma-separated list of labels you want to filter by. For example:\n\n```bash\npython get-github-issues.py BaseMax get-github-issues \"bug,enhancement\"\n```\n  \nThis will fetch all open issues in the BaseMax/get-github-issues repository with the labels \"bug\" or \"enhancement\".\n\n## License\n\nThis project is licensed under the GPL-3.0 License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- GitHub REST API v3\n- python-dotenv\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n\nCopyright 2023, Max Base\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fget-github-issues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fget-github-issues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fget-github-issues/lists"}