{"id":17960343,"url":"https://github.com/kewisch/amoid","last_synced_at":"2026-01-20T06:02:12.641Z","repository":{"id":43994549,"uuid":"171283861","full_name":"kewisch/amoid","owner":"kewisch","description":"Convert between the various AMO identifier formats","archived":false,"fork":false,"pushed_at":"2022-12-10T17:52:26.000Z","size":82,"stargazers_count":2,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T10:53:41.981Z","etag":null,"topics":["amo","mozilla"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kewisch.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}},"created_at":"2019-02-18T12:53:05.000Z","updated_at":"2023-04-27T06:50:28.000Z","dependencies_parsed_at":"2023-01-26T05:31:08.084Z","dependency_job_id":null,"html_url":"https://github.com/kewisch/amoid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kewisch/amoid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kewisch%2Famoid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kewisch%2Famoid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kewisch%2Famoid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kewisch%2Famoid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kewisch","download_url":"https://codeload.github.com/kewisch/amoid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kewisch%2Famoid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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":["amo","mozilla"],"created_at":"2024-10-29T11:06:12.208Z","updated_at":"2026-01-20T06:02:12.624Z","avatar_url":"https://github.com/kewisch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"amoid\n=====\n\nThis is a simple tool to convert between the various AMO identifier formats: the database id, the\nadd-on guid, and the slug.\n\nInstallation\n------------\nThis module is not on npmjs yet. To install, you can run `npm install -g .` in the cloned directory,\nor `npm link` in case you want to make changes to the sources.\n\nConfiguration\n-------------\n\namoid requires access to redash, which requires an API key to be configured. If you make use of\n[pyamo](https://github.com/kewisch/pyamo) you will already have the redash config.\n\nTo create the config, you can add a `~/.amorc` (or `%HOME%/amorc.ini` on Windows). You'll need to\nset your redash user api key (not the query key):\n\n```\n{\n  \"auth\": {\n    \"redash_key\": \"42c85d86fd212538f4394f47c80fa62c\"\n  }\n}\n```\n\nExamples\n--------\n\nConvert guids from a file to show the id, guid and slug. Since there are multiple output formats,\nthey will be displayed as CSV with commas escaped. The first line will be the CSV header.\n\n```\ncat guids | amoid\ncat guids | amoid -i guid\ncat guids | amoid -i guid -o id -o guid -o slug\n```\n\nConvert slugs from the command line to their database ids. The output will be just the guids not\nescaped in any way, since there is only one output format.\n\n```\namoid -i slug -o id amo-queue-helper ideal-size\n```\n\nConvert ids from a file to their guids. Again not using CSV given there is one output format.\n```\ncat ids | amoid -i id -o guid\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkewisch%2Famoid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkewisch%2Famoid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkewisch%2Famoid/lists"}