{"id":31614370,"url":"https://github.com/ranjbar-dev/goauth","last_synced_at":"2026-07-27T21:32:09.555Z","repository":{"id":317513289,"uuid":"1067739484","full_name":"ranjbar-dev/goauth","owner":"ranjbar-dev","description":"terminal based totp authenticator","archived":false,"fork":false,"pushed_at":"2025-10-01T10:13:58.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T02:47:54.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ranjbar-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-01T10:11:52.000Z","updated_at":"2025-10-01T10:14:02.000Z","dependencies_parsed_at":"2025-10-02T13:32:43.553Z","dependency_job_id":null,"html_url":"https://github.com/ranjbar-dev/goauth","commit_stats":null,"previous_names":["ranjbar-dev/goauth"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ranjbar-dev/goauth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranjbar-dev%2Fgoauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranjbar-dev%2Fgoauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranjbar-dev%2Fgoauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranjbar-dev%2Fgoauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ranjbar-dev","download_url":"https://codeload.github.com/ranjbar-dev/goauth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranjbar-dev%2Fgoauth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35966479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-27T02:00:06.776Z","response_time":101,"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-10-06T10:40:29.003Z","updated_at":"2026-07-27T21:32:09.544Z","avatar_url":"https://github.com/ranjbar-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoAuth - TOTP Authenticator CLI\n\nA beautiful command-line TOTP (Time-based One-Time Password) authenticator written in Go.\n\n## Features\n\n- 📱 Generate TOTP codes from YAML config\n- 🎨 Colorful table display\n- ⏱️ Auto-refresh every second\n- ⏳ Shows remaining time for each code\n- 🔒 30-second TOTP period\n\n## Installation\n\n```bash\ngo mod download\ngo build .\n```\n\n## Configuration\n\nEdit `config.yml` to add your accounts:\n\n```yaml\naccounts:\n  - id: 1\n    name: GitHub\n    username: username\n    site: site.com\n    secret: JBSWY3DPEHPK3PXP\n```\n\n**Note:** Replace the example secrets with your actual TOTP secrets (base32 encoded).\n\n## Usage\n\nRun the application:\n\n```bash\n./goauth\n```\n\nOr specify a custom config file:\n\n```bash\n./goauth myconfig.yml\n```\n\n## Display\n\nThe app shows a beautiful table with:\n- **ID**: Account ID\n- **Name**: Account name\n- **Username**: Account username\n- **Site**: Website/service\n- **Code**: 6-digit TOTP code (formatted as XXX XXX)\n- **Time**: Remaining seconds (color-coded: red ≤5s, yellow ≤10s, default \u003e10s)\n\nPress `Ctrl+C` to exit.\n\n## Dependencies\n\n- `github.com/pquerna/otp` - TOTP generation\n- `github.com/fatih/color` - Colored terminal output\n- `gopkg.in/yaml.v3` - YAML configuration parsing\n\n\n## screenshots\n![screenshot](./screenshot.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franjbar-dev%2Fgoauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Franjbar-dev%2Fgoauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franjbar-dev%2Fgoauth/lists"}