{"id":37672669,"url":"https://github.com/myungseokang/gorending","last_synced_at":"2026-01-16T12:08:04.391Z","repository":{"id":57517159,"uuid":"87302444","full_name":"myungseokang/gorending","owner":"myungseokang","description":":crystal_ball: Show Github trending in terminal","archived":false,"fork":false,"pushed_at":"2018-07-09T06:43:39.000Z","size":484,"stargazers_count":13,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-19T14:51:36.244Z","etag":null,"topics":["github-trending","go","golang"],"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/myungseokang.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":"2017-04-05T11:39:32.000Z","updated_at":"2024-06-19T14:51:36.245Z","dependencies_parsed_at":"2022-09-15T21:51:24.492Z","dependency_job_id":null,"html_url":"https://github.com/myungseokang/gorending","commit_stats":null,"previous_names":["leop0ld/gorending"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/myungseokang/gorending","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myungseokang%2Fgorending","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myungseokang%2Fgorending/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myungseokang%2Fgorending/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myungseokang%2Fgorending/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myungseokang","download_url":"https://codeload.github.com/myungseokang/gorending/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myungseokang%2Fgorending/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["github-trending","go","golang"],"created_at":"2026-01-16T12:08:03.490Z","updated_at":"2026-01-16T12:08:04.358Z","avatar_url":"https://github.com/myungseokang.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr\u003e\u003cbr\u003e\n\n\u003ch1 align=\"center\"\u003eGorending\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://goreportcard.com/report/github.com/Leop0ld/gorending\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://goreportcard.com/badge/github.com/Leop0ld/gorending\" alt=\"Go Report Card\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://godoc.org/github.com/Leop0ld/gorending\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://godoc.org/github.com/Leop0ld/gorending?status.svg\" alt=\"GoDoc\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://travis-ci.org/Leop0ld/gorending\"\u003e\n        \u003cimg src=\"https://travis-ci.org/Leop0ld/gorending.svg?branch=master\" alt=\"Build Status\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://raw.githubusercontent.com/Leop0ld/gorending/master/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"GitHub license\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://cdn.rawgit.com/leop0ld/gorending/master/assets/example.svg\"\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\u003cbr\u003e\n\nInstallation\n---\n\nWrite into your `.bashrc` or `.zshrc`;\n```shell\nexport GOPATH=$HOME/go\nexport GOBIN=$GOPATH/bin\nexport PATH=$PATH:$GOBIN\n```\n\nAnd then;\n```shell\n$ source ~/.zshrc # or ~/.bashrc\n$ go get -u github.com/leop0ld/gorending\n```\n\n#### Dependencies\n\n- [github.com/urfave/cli](https://github.com/urfave/cli)\n- [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery)\n- [github.com/manifoldco/promptui](https://github.com/manifoldco/promptui)\n- [github.com/skratchdot/open-golang](https://github.com/skratchdot/open-golang)\n\nExample\n---\nIf you want to see 5 repositories about golang in Github trending, type like below;\n\n```shell\n$ gorending --lang go --count 5\n```\n\nor \n\n```shell\n$ gorending -L go -C 5\n```\n\nIf you want to see 15 repositories about all languages in Github trending, type this;\n\n```shell\n$ gorending --count 15\n```\n\nor\n\n```shell\n$ gorending -C 15\n```\n\nAnd move cursor, input ENTER.\n\nThen open default browser with selected tredings URL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyungseokang%2Fgorending","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyungseokang%2Fgorending","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyungseokang%2Fgorending/lists"}