{"id":13580033,"url":"https://github.com/r00tman/ghview","last_synced_at":"2026-04-27T21:31:48.593Z","repository":{"id":69277901,"uuid":"184152864","full_name":"r00tman/ghview","owner":"r00tman","description":"View your GitHub traffic stats in terminal for all repos at once","archived":false,"fork":false,"pushed_at":"2019-04-29T22:27:48.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-20T11:37:35.249Z","etag":null,"topics":["analytics","clojure","github","github-api"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r00tman.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-04-29T22:27:36.000Z","updated_at":"2023-08-03T09:32:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d0a383c-da13-4d44-abf3-b3e6d06c2439","html_url":"https://github.com/r00tman/ghview","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/r00tman/ghview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r00tman%2Fghview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r00tman%2Fghview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r00tman%2Fghview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r00tman%2Fghview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r00tman","download_url":"https://codeload.github.com/r00tman/ghview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r00tman%2Fghview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32356598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["analytics","clojure","github","github-api"],"created_at":"2024-08-01T15:01:46.345Z","updated_at":"2026-04-27T21:31:48.570Z","avatar_url":"https://github.com/r00tman.png","language":"Clojure","funding_links":[],"categories":["Clojure"],"sub_categories":[],"readme":"# ghview\n\nView your GitHub traffic stats in terminal for all repos at once.\n\n## Getting Started\n\nYou need to create `src/ghview/config.clj` with following content\n\n```clojure\n(ns ghview.config)\n\n(def token \"your github token\")\n(def auth {\"Authorization\" (clojure.string/join [\"token \" token])})\n(def userUrl \"https://api.github.com/users/yourName\")\n```\n\nNow, it's ready to use:\n\n```shell\n$ lein run        # shows your view stats\n$ lein run views  # same\n$ lein run clones # shows your clone stats\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr00tman%2Fghview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr00tman%2Fghview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr00tman%2Fghview/lists"}