{"id":20355207,"url":"https://github.com/utahta/ustream-live-status","last_synced_at":"2026-06-07T19:33:01.738Z","repository":{"id":57559539,"uuid":"72110035","full_name":"utahta/ustream-live-status","owner":"utahta","description":"Get live status of channel on Ustream","archived":false,"fork":false,"pushed_at":"2016-10-29T04:08:52.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T17:37:13.595Z","etag":null,"topics":["go","ustream"],"latest_commit_sha":null,"homepage":"","language":"Go","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/utahta.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":"2016-10-27T13:16:31.000Z","updated_at":"2017-02-16T16:11:33.000Z","dependencies_parsed_at":"2022-08-28T14:03:13.956Z","dependency_job_id":null,"html_url":"https://github.com/utahta/ustream-live-status","commit_stats":null,"previous_names":["utahta/uststat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/utahta/ustream-live-status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utahta%2Fustream-live-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utahta%2Fustream-live-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utahta%2Fustream-live-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utahta%2Fustream-live-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utahta","download_url":"https://codeload.github.com/utahta/ustream-live-status/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utahta%2Fustream-live-status/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34035953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["go","ustream"],"created_at":"2024-11-14T23:11:41.288Z","updated_at":"2026-06-07T19:33:01.717Z","avatar_url":"https://github.com/utahta.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ustream live status\n\n[![Build Status](https://travis-ci.org/utahta/ustream-live-status.svg?branch=master)](https://travis-ci.org/utahta/ustream-live-status)\n\nGet the ustream live status.\n\n## Installing\n\n```\n$ go get -u github.com/utahta/ustream-live-status/cmd/uststat\n```\n\n## Usage\n\n```\n$ uststat -h\nUsage of uststat:\n  -name string\n        Specifies the ustream channel name\n\n```\n```\n$ uststat -name iss-hdev-payload\nlive\n```\n```\n$ uststat -name momoclotv\noffline\n```\n\n## Example\n\n```go\npackage main\n\nimport (\n\t\"log\"\n\n\t\"github.com/utahta/ustream-live-status\"\n)\n\nfunc main() {\n\tc, err := uststat.New()\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tlive, err := c.IsLive(\"iss-hdev-payload\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tlog.Print(live)\n}\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/utahta/uststat/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futahta%2Fustream-live-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futahta%2Fustream-live-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futahta%2Fustream-live-status/lists"}