{"id":18208983,"url":"https://github.com/verovaleros/nuggit","last_synced_at":"2026-04-26T22:31:53.523Z","repository":{"id":259292241,"uuid":"876953523","full_name":"verovaleros/nuggit","owner":"verovaleros","description":"Small bits of insights from GitHub repositories","archived":false,"fork":false,"pushed_at":"2024-12-28T14:21:17.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T04:51:27.653Z","etag":null,"topics":["community","github","indexcard","information","software"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/verovaleros.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-22T20:41:50.000Z","updated_at":"2024-12-28T14:21:01.000Z","dependencies_parsed_at":"2024-10-24T05:47:00.402Z","dependency_job_id":"a7edfa4e-a400-4243-92bb-78d0634413cc","html_url":"https://github.com/verovaleros/nuggit","commit_stats":{"total_commits":42,"total_committers":1,"mean_commits":42.0,"dds":0.0,"last_synced_commit":"99185d53cf4b8e0928626379af18058e4ce12db7"},"previous_names":["verovaleros/nuggit"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verovaleros%2Fnuggit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verovaleros%2Fnuggit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verovaleros%2Fnuggit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verovaleros%2Fnuggit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/verovaleros","download_url":"https://codeload.github.com/verovaleros/nuggit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247723392,"owners_count":20985357,"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":["community","github","indexcard","information","software"],"created_at":"2024-11-03T14:03:37.356Z","updated_at":"2025-04-07T20:25:23.410Z","avatar_url":"https://github.com/verovaleros.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuggit: Small bits of insights from GitHub repositories\n\nNuggit is a Python tool that creates an index-card like summary of a GitHub repository.\n\n\u003cimg width=\"800\" alt=\"image\" src=\"https://github.com/user-attachments/assets/9c83975c-2139-4ee6-9e7a-6cbcb687792e\"\u003e\n\n## Installation\n\nUsing virtual environments to manage requirements:\n```bash\n:~$ git clone https://github.com/verovaleros/nuggit.git\n:~$ cd nuggit/\n:~$ python3 -m venv .venv\n:~$ source .venv/bin/activate\n:~$ pip install -r requirements.txt\n:~$ cp nuggit/.env_EXAMPLE nuggit/.env\n:~$ #edit the .env file to add your GH token\n```\n\n## Usage\n```python\n:~$ python3 nuggit/nuggit.py --help\nusage: nuggit.py [-h] -r REPO [-l LOG_FILE] [-d] [-v]\n\nNuggit: Small bits of big insights from GitHub repositories\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -r REPO, --repo REPO  URL of the GitHub repository to analyze.\n  -l LOG_FILE, --log_file LOG_FILE\n                        Log file name (default: nuggit.log)\n  -d, --debug           Extra verbose for debugging.\n  -v, --verbose         Be verbose```\n```\n\n### Docker\n\nRun nuggit via Docker with:\n\n```bash\n:~$ docker run -ti -v $(pwd)/nuggit/.env:/nuggit/.env:ro -v $(pwd)/nuggit/output:/nuggit/output/ -v $(pwd)/nuggit/logs:/nuggit/logs ghcr.io/verovaleros/nuggit:latest python3 nuggit.py -r https://github.com/verovaleros/nuggit\n```\n\n## About\nThis tool was created by verovaleros on October 2024. GNU General Public License v2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverovaleros%2Fnuggit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fverovaleros%2Fnuggit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverovaleros%2Fnuggit/lists"}