{"id":35038031,"url":"https://github.com/fteem/ghstatus","last_synced_at":"2026-05-18T20:36:27.440Z","repository":{"id":20209438,"uuid":"23480937","full_name":"fteem/ghstatus","owner":"fteem","description":"Get GitHub's API status/messages as Ruby objects or via command line.","archived":false,"fork":false,"pushed_at":"2014-08-30T00:10:11.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-03T11:17:37.208Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/fteem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-29T23:56:21.000Z","updated_at":"2014-08-29T23:56:37.000Z","dependencies_parsed_at":"2022-08-28T09:12:39.471Z","dependency_job_id":null,"html_url":"https://github.com/fteem/ghstatus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fteem/ghstatus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fteem%2Fghstatus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fteem%2Fghstatus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fteem%2Fghstatus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fteem%2Fghstatus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fteem","download_url":"https://codeload.github.com/fteem/ghstatus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fteem%2Fghstatus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28075693,"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","status":"online","status_checked_at":"2025-12-27T02:00:05.897Z","response_time":58,"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":[],"created_at":"2025-12-27T08:03:55.368Z","updated_at":"2025-12-27T08:03:58.830Z","avatar_url":"https://github.com/fteem.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gst\n\nEasily get Github's Status as Ruby objects or use the command line tool.\n\n## Motivation\n\nI used to get these very often:\n\n```\n➜  repo-name git:(master) git push origin master\nfatal: 'origin' does not appear to be a git repository\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n```\n\nAnd often I didn't know if it's my internet connection's fault, or GitHub's APIs had problems. \nAnd I am too lazy to open the browser and check status.github.com everytime I see the message above.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'gst'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install gst\n\n## Usage\n\n### In Ruby\n\nTo get the current Github Status:\n```ruby\nGST::Status.current \n```\n\nTo get the last Github Status message:\n```ruby\nGST::Message.last\n```\n\nTo get most recent Github Status messages:\n```ruby\nGST::Message.recent\n```\n\n### Via command line \n\nThe current API status:\n```bash\nghstatus\n```\n\nLast API status as a human readable message:\n```bash\nghstatus last     \n```\n\nLast few API statuses as a human readable messages:\n```bash\nghstatus recent   \n```\n\nHelp:\n```bash\nghstatus help\n```\n\n## Contributing\n\n1. Fork it ( http://github.com/\u003cmy-github-username\u003e/gst/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 new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffteem%2Fghstatus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffteem%2Fghstatus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffteem%2Fghstatus/lists"}