{"id":37086820,"url":"https://github.com/ryosan-470/factordb-go","last_synced_at":"2026-01-14T10:40:27.570Z","repository":{"id":64306776,"uuid":"93236347","full_name":"ryosan-470/factordb-go","owner":"ryosan-470","description":"FactorDB CLI written by Golang","archived":false,"fork":false,"pushed_at":"2017-06-09T09:44:28.000Z","size":31,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T00:37:46.798Z","etag":null,"topics":["cli","factordb","golang"],"latest_commit_sha":null,"homepage":null,"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/ryosan-470.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-03T08:53:56.000Z","updated_at":"2024-06-20T00:37:46.799Z","dependencies_parsed_at":"2023-01-15T10:45:18.466Z","dependency_job_id":null,"html_url":"https://github.com/ryosan-470/factordb-go","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ryosan-470/factordb-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryosan-470%2Ffactordb-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryosan-470%2Ffactordb-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryosan-470%2Ffactordb-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryosan-470%2Ffactordb-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryosan-470","download_url":"https://codeload.github.com/ryosan-470/factordb-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryosan-470%2Ffactordb-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28417676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:25:19.714Z","status":"ssl_error","status_checked_at":"2026-01-14T10:22:49.371Z","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":["cli","factordb","golang"],"created_at":"2026-01-14T10:40:26.988Z","updated_at":"2026-01-14T10:40:27.556Z","avatar_url":"https://github.com/ryosan-470.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FactorDB CLI\n[![CircleCI](https://img.shields.io/circleci/project/github/ryosan-470/factordb-go.svg?style=flat-square)](https://circleci.com/gh/ryosan-470/factordb-go)\n[![AppVeyor](https://img.shields.io/appveyor/ci/ryosan-470/factordb-go.svg?style=flat-square)](https://ci.appveyor.com/project/ryosan-470/factordb-go/)\n[![license](https://img.shields.io/github/license/ryosan-470/factordb-go.svg?style=flat-square)](https://github.com/ryosan-470/factordb-go/blob/master/LICENSE.md)\n[![Codecov](https://img.shields.io/codecov/c/github/ryosan-470/factordb-go.svg?style=flat-square)](https://codecov.io/gh/ryosan-470/factordb-go)\n[![Github All Releases](https://img.shields.io/github/downloads/ryosan-470/factordb-go/total.svg?style=flat-square)](https://github.com/ryosan-470/factordb-go/releases)\n\nThe [FactorDB](https://factordb.com) is the database to store known factorizations for any number. \nThis tool can use on your command line.\nAlthough I have already written [factordb-pycli](https://github.com/ryosan-470/factordb-pycli) with Python before, I want to use this tool on several platforms like on Windows machine and ARM Linux.\n\n## Build \u0026 Installation (on macOS)\nIf you use macOS, you should follow the instruction.\n\n### Requirements\n\n* Go \u003e= 1.8\n* glide\n\n```bash\n$ brew install go glide\n```\n\n### Build\n\n```bash\n$ make deps\n$ make\n$ bin/factordb --help\nNAME:\n   factordb - The CLI for factordb.com\n\nUSAGE:\n   factordb [global options] command [command options] [arguments...]\n\nVERSION:\n   0.0.1\n\nCOMMANDS:\n     help, h  Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --json         Return response formated JSON\n   --help, -h     show help\n   --version, -v  print the version\n```\n\nAfter installation, you should copy a binary to your PATH.\n\n## Windows\nDownload pre-build binary from [here](https://github.com/ryosan-470/factordb-go/releases).\n\n| Platform | Status  |\n|:---------|:-------:|\n|Windows|[![AppVeyor](https://img.shields.io/appveyor/ci/ryosan-470/factordb-go.svg?style=flat-square)](https://ci.appveyor.com/project/ryosan-470/factordb-go/)|\n\n## CLI\nIf you want to know the result of factorization of 16, you should type like this:\n\n```bash\n$ factordb 16\n2 2 2 2\n```\n\nIf you want to know more detail of result, you can get an answer of JSON format.\n\n```bash\n$ factordb --json 16\n{\"id\": \"https://factordb.com/?id=2\", \"status\": \"FF\", \"factors\": [2, 2, 2, 2]}\n```\n\n# License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryosan-470%2Ffactordb-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryosan-470%2Ffactordb-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryosan-470%2Ffactordb-go/lists"}