{"id":13522409,"url":"https://github.com/jessfraz/tdash","last_synced_at":"2025-04-04T18:06:21.912Z","repository":{"id":57493168,"uuid":"126836875","full_name":"jessfraz/tdash","owner":"jessfraz","description":"A terminal dashboard with stats from Google Analytics, GitHub, Travis CI, and Jenkins. Very much built specific to me.","archived":false,"fork":false,"pushed_at":"2023-02-24T17:27:24.000Z","size":5012,"stargazers_count":309,"open_issues_count":1,"forks_count":16,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-28T17:06:45.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"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/jessfraz.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-03-26T13:56:24.000Z","updated_at":"2025-03-04T10:17:08.000Z","dependencies_parsed_at":"2024-01-13T21:43:20.578Z","dependency_job_id":"b761e54e-f3aa-4c7b-a54e-b9f6e84b70ca","html_url":"https://github.com/jessfraz/tdash","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessfraz%2Ftdash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessfraz%2Ftdash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessfraz%2Ftdash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessfraz%2Ftdash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessfraz","download_url":"https://codeload.github.com/jessfraz/tdash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226213,"owners_count":20904465,"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":"2024-08-01T06:00:46.871Z","updated_at":"2025-04-04T18:06:21.891Z","avatar_url":"https://github.com/jessfraz.png","language":"Go","funding_links":[],"categories":["Go","\u003ca name=\"monitor\"\u003e\u003c/a\u003eSystem monitoring","Table of Contents"],"sub_categories":[],"readme":"# tdash\n\n[![make-all](https://github.com/jessfraz/tdash/workflows/make%20all/badge.svg)](https://github.com/jessfraz/tdash/actions?query=workflow%3A%22make+all%22)\n[![make-image](https://github.com/jessfraz/tdash/workflows/make%20image/badge.svg)](https://github.com/jessfraz/tdash/actions?query=workflow%3A%22make+image%22)\n[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=for-the-badge)](https://godoc.org/github.com/jessfraz/tdash)\n[![Github All Releases](https://img.shields.io/github/downloads/jessfraz/tdash/total.svg?style=for-the-badge)](https://github.com/jessfraz/tdash/releases)\n\nA terminal dashboard with stats from Google Analytics, GitHub, Travis CI, and Jenkins. Very much built specific to me.\n\n![term.png](term.png)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Installation](#installation)\n    - [Binaries](#binaries)\n    - [Via Go](#via-go)\n    - [Running with Docker](#running-with-docker)\n- [Usage](#usage)\n- [Setup](#setup)\n  - [Google Analytics](#google-analytics)\n  - [Travis](#travis)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Installation\n\n#### Binaries\n\nFor installation instructions from binaries please visit the [Releases Page](https://github.com/jessfraz/tdash/releases).\n\n#### Via Go\n\n```console\n$ go get github.com/jessfraz/tdash\n```\n\n#### Running with Docker\n\n```console\n$ docker run --rm -it \\\n    --name tdash \\\n    --volume /home/user/.tdash:/root/.tdash:ro \\ # for the  Google Analytics key file\n    r.j3ss.co/tdash\n```\n\n## Usage\n\n```conosle\n$ tdash -h\ntdash -  A terminal dashboard with stats from Google Analytics, GitHub, Travis CI, and Jenkins.\n\nUsage: tdash \u003ccommand\u003e\n\nFlags:\n\n  --travis-owner      Travis owner name for builds (can have more than one) (default: [])\n  -d                  enable debug logging (default: false)\n  --ga-viewid         Google Analytics view IDs (can have more than one) (default: [])\n  --interval          update interval (ex. 5ms, 10s, 1m, 3h) (default: 2m0s)\n  --jenkins-password  Jenkins password for authentication (or env var JENKINS_PASSWORD)\n  --jenkins-uri       Jenkins base URI (or env var JENKINS_BASE_URI)\n  --jenkins-username  Jenkins username for authentication (or env var JENKINS_USERNAME)\n  --all               Show all builds even successful ones, defaults to only showing failures (default: false)\n  --ga-keyfile        Path to Google Analytics keyfile (default: ~/.tdash/ga.json)\n  --travis-token      Travis CI API token (or env var TRAVISCI_API_TOKEN)\n\nCommands:\n\n  version  Show the version information.\n```\n\n## Setup\n\n### Google Analytics\n\n1. Enable the API: To get started using Analytics Reporting API v4, you need to \n    first create a project in the \n    [Google API Console](https://console.developers.google.com),\n    enable the API, and create credentials.\n\n    Follow the instructions \n    [for step enabling the API here](https://developers.google.com/anaytics/devguides/reporting/core/v4/quickstart/service-java).\n\n2. Add the new service account to the Google Analytics account with \n    [Read \u0026 Analyze](https://support.google.com/analytics/answer/2884495) \n    permission.\n\n    The newly created service account will have an email address that looks\n    similar to: `quickstart@PROJECT-ID.iam.gserviceaccount.com`.\n\n    Use this email address to \n    [add a user](https://support.google.com/analytics/answer/1009702) to the \n    Google Analytics view you want to access via the API. \n\n### Travis\n\n1. Get your Travis token: Go to the \"Profile\" tab on your \n\t[Accounts page](https://travis-ci.org/profile)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessfraz%2Ftdash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessfraz%2Ftdash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessfraz%2Ftdash/lists"}