{"id":13579973,"url":"https://github.com/bellingcat/octosuite","last_synced_at":"2026-01-06T21:20:09.247Z","repository":{"id":37541109,"uuid":"462976341","full_name":"bellingcat/octosuite","owner":"bellingcat","description":"GitHub Data Analysis Framework.","archived":false,"fork":false,"pushed_at":"2024-06-21T18:39:20.000Z","size":6297,"stargazers_count":1846,"open_issues_count":0,"forks_count":165,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-05-12T00:12:40.132Z","etag":null,"topics":["data-analysis","github"],"latest_commit_sha":null,"homepage":"https://www.bellingcat.com","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/bellingcat.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":"2022-02-24T02:10:31.000Z","updated_at":"2025-05-11T19:52:40.000Z","dependencies_parsed_at":"2023-12-24T03:25:09.121Z","dependency_job_id":"7bfd095a-71d9-4efa-aedf-d1bc54c6cacc","html_url":"https://github.com/bellingcat/octosuite","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bellingcat%2Foctosuite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bellingcat%2Foctosuite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bellingcat%2Foctosuite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bellingcat%2Foctosuite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bellingcat","download_url":"https://codeload.github.com/bellingcat/octosuite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254227605,"owners_count":22035668,"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","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":["data-analysis","github"],"created_at":"2024-08-01T15:01:45.462Z","updated_at":"2026-01-06T21:20:09.239Z","avatar_url":"https://github.com/bellingcat.png","language":"Python","funding_links":[],"categories":["Python","HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"![octosuite](https://raw.githubusercontent.com/bellingcat/octosuite/refs/heads/master/img/octosuite.png)\n\nTUI-based toolkit for GitHub data analysis.\n\n![PyPI - Version](https://img.shields.io/pypi/v/octosuite)\n![PyPI - Downloads](https://img.shields.io/pepy/dt/octosuite)\n![Code Size](https://img.shields.io/github/languages/code-size/bellingcat/octosuite)\n![Release Date](https://img.shields.io/github/release-date/bellingcat/octosuite)\n![Build Status](https://img.shields.io/github/actions/workflow/status/bellingcat/octosuite/python-publish.yml)\n![License](https://img.shields.io/github/license/bellingcat/octosuite)\n\n## Overview\n\nOctoSuite provides a terminal interface for exploring and exporting GitHub data. Access information about users,\nrepositories, organizations, and search across GitHub's platform.\n\n## Features\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eSee details\u003c/strong\u003e\u003c/summary\u003e\n\n- **User** - Get user data\n    - Profile\n    - Repositories\n    - Subscriptions\n    - Starred\n    - Followers\n    - Following\n    - Organizations\n    - Gists\n    - Events\n    - Received Events\n- **Repository** - Get repository data\n    - Profile\n    - Forks\n    - Issues\n    - Issue Events\n    - Events\n    - Assignees\n    - Branches\n    - Tags\n    - Languages\n    - Stargazers\n    - Subscribers\n    - Commits\n    - Comments\n    - Releases\n    - Deployments\n    - Labels\n- **Organisation** - Get organisation data\n    - Profile\n    - Repositories\n    - Events\n    - Hooks\n    - Issues\n    - Members\n- **Search** - Search GitHub\n    - Repositories\n    - Users\n    - Commits\n    - Issues\n    - Topics\n- **Export** - Export data\n    - JSON\n    - CSV\n    - HTML\n\n\u003c/details\u003e\n\n## Installation\n\n### PyPI\n\n```bash\npip install octosuite\n```\n\n### Build from source\n\n```bash\n# Clone repository\ngit clone https://github.com/bellingcat/octosuite.git\n\n# Move to octosuite directory\ncd octosuite\n\n# Build and install (uses uv)\nmake install\n\n# If you dont have uv installed, you can install directly with pip:\npip install .\n\n# Run\noctosuite\n```\n\n\u003e [!Note]\n\u003e You can then run octosuite with command `octosuite`\n\n## Usage\n\nNavigate using \u003ckbd\u003eUP\u003c/kbd\u003e\u003ckbd\u003eDOWN\u003c/kbd\u003e and \u003ckbd\u003eENTER\u003c/kbd\u003e to select options. In the export menu, you should\nuse \u003ckbd\u003eSPACE\u003c/kbd\u003e to check the format you want.\n\nThe interface guides you through\nselecting a\ndata source\nand\nchoosing what information to retrieve. Preview the results and optionally export them in your preferred format.\n\n![home](https://raw.githubusercontent.com/bellingcat/octosuite/refs/heads/master/img/menu.png)\n\n## License\n\n### MIT License\n\nSee the LICENSE file for details. License information is also available through the application's main menu.\n\n## Contributing\n\nContributions are welcome. Please submit pull requests or open issues for bugs and feature requests. Good luck!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbellingcat%2Foctosuite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbellingcat%2Foctosuite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbellingcat%2Foctosuite/lists"}