{"id":29271234,"url":"https://github.com/securisec/asciinema","last_synced_at":"2025-07-04T23:08:14.784Z","repository":{"id":57625296,"uuid":"399983853","full_name":"securisec/asciinema","owner":"securisec","description":"Fork from asciinema golang branch and modified to be a library","archived":false,"fork":false,"pushed_at":"2021-09-02T04:43:20.000Z","size":66,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-28T14:03:10.196Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/securisec.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}},"created_at":"2021-08-25T23:34:52.000Z","updated_at":"2025-03-03T08:41:05.000Z","dependencies_parsed_at":"2022-08-30T11:52:05.747Z","dependency_job_id":null,"html_url":"https://github.com/securisec/asciinema","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/securisec/asciinema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/securisec%2Fasciinema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/securisec%2Fasciinema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/securisec%2Fasciinema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/securisec%2Fasciinema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/securisec","download_url":"https://codeload.github.com/securisec/asciinema/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/securisec%2Fasciinema/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263632058,"owners_count":23491530,"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":[],"created_at":"2025-07-04T23:08:13.886Z","updated_at":"2025-07-04T23:08:14.775Z","avatar_url":"https://github.com/securisec.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asciinema\n**This is not a complete project** This repo is a fork of the [asciinema](https://github.com/asciinema/asciinema) repo under the `golang` branch. It has been refactored a bit so that it can be used as a lib. As the originating branch is quite old, this lib will be behind some of the latest features and improvements that has been made to asciinema overall. \n\n### Implemented\n- Record\n- Play\n\nThe for was made to use with a local project, and all PR's are welcome. \n\n## Usage\n### Install\n```sh\ngo get -u github.com/securisec/asciinema # for v1 asciinema format\ngo get -u github.com/securisec/asciinema/v2 # for v2 asciinema format\n```\n\n```go\npackage main\n\nimport \"github.com/securisec/asciinema\"\n\nfunc main() {\n    cli := asciinema.New()\n    cast, err := cli.Rec()\n    ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecurisec%2Fasciinema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecurisec%2Fasciinema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecurisec%2Fasciinema/lists"}