{"id":21540049,"url":"https://github.com/michaelcontento/credly-import-action","last_synced_at":"2025-04-10T03:30:30.023Z","repository":{"id":65160885,"uuid":"581195983","full_name":"michaelcontento/credly-import-action","owner":"michaelcontento","description":"Import certificates from Credly into repo","archived":false,"fork":false,"pushed_at":"2024-12-09T06:11:49.000Z","size":27,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"v1","last_synced_at":"2025-03-24T04:43:41.817Z","etag":null,"topics":["credly"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/michaelcontento.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"michaelcontento","ko_fi":"michaelcontento"}},"created_at":"2022-12-22T14:26:04.000Z","updated_at":"2024-12-09T06:11:50.000Z","dependencies_parsed_at":"2023-12-11T08:24:00.977Z","dependency_job_id":"8731c411-1f95-4b0d-8733-62a37d860f40","html_url":"https://github.com/michaelcontento/credly-import-action","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":"0.18181818181818177","last_synced_commit":"9fbb4cd95fdec4e976f5e46ffec4a57acade12b7"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelcontento%2Fcredly-import-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelcontento%2Fcredly-import-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelcontento%2Fcredly-import-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelcontento%2Fcredly-import-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelcontento","download_url":"https://codeload.github.com/michaelcontento/credly-import-action/tar.gz/refs/heads/v1","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248150667,"owners_count":21055963,"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":["credly"],"created_at":"2024-11-24T04:17:05.285Z","updated_at":"2025-04-10T03:30:29.939Z","avatar_url":"https://github.com/michaelcontento.png","language":"Shell","funding_links":["https://github.com/sponsors/michaelcontento","https://ko-fi.com/michaelcontento"],"categories":[],"sub_categories":[],"readme":"# credly-import-action v1\n\nThis action will download a given users certificates and badges from [Credly] and stores them within the current repository as **(a)** JSON file and **(b)** badges as image raw image file.\n\n## Usage\n\nSee [action.yaml](action.yaml), but basically:\n\n```yaml\n- uses: michaelcontento/credly-import-action@v1\n  with:\n    # The user of whom we want to grab the infos\n    name: michael-contento\n```\n\nBy default this action will store the following files:\n\n- JSON file containting informations about all available certifications\n    - `CredlyBadges.json`\n- A folder full of images\n    - `CredlyBadges/*`\n\n## Custom paths\n\nIf you want to change the path where the JSON file and/or the images are stored, use `datafile` and/or `imagedir` - like:\n\n```yaml\n- uses: michaelcontento/credly-import-action@v1\n  with:\n    name: michael-contento\n    datafile: data/CustomFile.json\n    # Final path:  ./data/CustomFile.json\n    imagedir: ima/ges\n    # Final path:  ./ima/ges/*\n```\n\n## Skipping image downloading\n\nIf you don't want to store the badge images locally, just the `skip_image_downloading` option like so:\n\n```yaml\n- uses: michaelcontento/credly-import-action@v1\n  with:\n    name: michael-contento\n    skip_image_downloading: 1\n    # Only the ./CredlyBadges.json file will be created\n```\n\n## License\n\nMIT licensed, see [LICENSE.md](./LICENSE.md) for full details.\n\n  [Credly]: https://info.credly.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcontento%2Fcredly-import-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelcontento%2Fcredly-import-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcontento%2Fcredly-import-action/lists"}