{"id":17802059,"url":"https://github.com/tlkamp/litterrobot","last_synced_at":"2025-07-03T20:33:00.457Z","repository":{"id":197612954,"uuid":"698766267","full_name":"tlkamp/litterrobot","owner":"tlkamp","description":"CLI for the Litter Robot 3 Connect","archived":false,"fork":false,"pushed_at":"2023-10-01T18:03:19.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T05:15:49.807Z","etag":null,"topics":["go","golang","hacktoberfest","iot","litter-robot","litterbox"],"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/tlkamp.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}},"created_at":"2023-09-30T22:39:54.000Z","updated_at":"2023-10-01T16:20:33.000Z","dependencies_parsed_at":"2023-10-01T18:55:38.850Z","dependency_job_id":null,"html_url":"https://github.com/tlkamp/litterrobot","commit_stats":null,"previous_names":["tlkamp/litterrobot"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/tlkamp/litterrobot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlkamp%2Flitterrobot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlkamp%2Flitterrobot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlkamp%2Flitterrobot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlkamp%2Flitterrobot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tlkamp","download_url":"https://codeload.github.com/tlkamp/litterrobot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlkamp%2Flitterrobot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263399960,"owners_count":23460792,"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":["go","golang","hacktoberfest","iot","litter-robot","litterbox"],"created_at":"2024-10-27T12:40:34.259Z","updated_at":"2025-07-03T20:33:00.438Z","avatar_url":"https://github.com/tlkamp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# litterrobot\nA CLI for the Litter Robot 3.\n\n## Usage\n### Top Level Commands\n\n```console\n$ litterrobot\nControl your Litter Robot 3 Connect\n\nUsage:\n  litterrobot [command]\n\nAvailable Commands:\n  completion  Generate the autocompletion script for the specified shell\n  config      Manage local configuration for the CLI\n  help        Help about any command\n  version     print the version information\n\nFlags:\n  -h, --help   help for litterrobot\n\nUse \"litterrobot [command] --help\" for more information about a command.\n```\n\n### Config\n\u003e The config file is stored at `~/.litterrobot/config.yaml`. This location is not currently configurable.\n\nUse the `config` subcommands to configure the CLI.\n\n#### Initialize the config file\n```console\n$ litterrobot config init\n```\n\n#### Set a Config Value\n```console\n$ litterrobot config set password changeIt\n```\n\n#### Get a Config Value\n```console\n$ litterrobot config get password\n*******\n\n# To show sensitive values, use the --show-secret flag\n$ litterrobot config get password --show-secrets\nchangeIt\n```\n\n#### Show all Config Values\n```console\n$ litterrobot config show                 \nemail: email@example.com\npassword: *******\n\n# To show sensitive values, use the --show-secrets flag\n$ litterrobot config show --show-secrets\nemail: email@example.com\npassword: changeIt\n```\n\n### Login\nUse the `login` command to authenticate to Litter Robot.\n\nThis command writes the `token` to the config file. Keep it secret!\n\n```console\n$ litterobot login\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlkamp%2Flitterrobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlkamp%2Flitterrobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlkamp%2Flitterrobot/lists"}