{"id":22200715,"url":"https://github.com/freesteph/rubingo","last_synced_at":"2025-07-06T18:03:19.272Z","repository":{"id":262693549,"uuid":"888059070","full_name":"freesteph/rubingo","owner":"freesteph","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-15T12:19:14.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T00:41:14.756Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/freesteph.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2024-11-13T18:35:37.000Z","updated_at":"2024-11-15T12:19:18.000Z","dependencies_parsed_at":"2024-11-14T15:29:02.735Z","dependency_job_id":null,"html_url":"https://github.com/freesteph/rubingo","commit_stats":null,"previous_names":["freesteph/scalingo-api-wrapper","freesteph/rubingo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/freesteph/rubingo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freesteph%2Frubingo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freesteph%2Frubingo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freesteph%2Frubingo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freesteph%2Frubingo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freesteph","download_url":"https://codeload.github.com/freesteph/rubingo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freesteph%2Frubingo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259745357,"owners_count":22905082,"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-12-02T15:37:04.272Z","updated_at":"2025-06-14T01:33:33.029Z","avatar_url":"https://github.com/freesteph.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"* Rubingo : a Ruby wrapper around the Scalingo API\n\n** Description\n\nThis simple Ruby script started as a wrap around the Scalingo API to\ninvestigate and report on build times.\n\nThe native Scalingo CLI also provides duration data but in ASCII\nformat which requires serious grep/awk skills to parse. It's also a\nlot more fun in Ruby.\n\n** Getting started\n\n1. [[https://dashboard.scalingo.com/account/tokens][get yourself a Scalingo API token]];\n2. put it into a ~SCALINGO_API_TOKEN~ environment variable;\n3. use ~./bin/rubingo token~ to get an exchange token;\n3. explore ~./bin/rubingo --help~.\n\n** Example\n\n#+begin_src sh\nexport SCALINGO_API_TOKEN=my token\n\n./bin/rubingo token # grab and write an exchange token in .env\n\n./bin/rubingo repl betagouv-site # explore the betagouv-site resources\n\n# if you app is hosted in the Secnum zone:\n./bin/rubingo repl betagouv-prod --secnum\n#+end_src\n\nthe above will drop you into a Ruby prompt with an ~api~ object\ninstantiated with the right app:\n\n#+begin_src ruby\napi.deployments.last(10).map(\u0026:duration)\n\napi.collaborators.map(\u0026:email)\n#+end_src\n\n** Ressources available\n\n- ~deployments~ ;\n- ~collaborators~.\n\nPS: feel free to add new ones, it's [[https://github.com/freesteph/rubingo/commit/a021c3e95e57be6cd54816ddc47c0a25bd791723][that easy]].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreesteph%2Frubingo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreesteph%2Frubingo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreesteph%2Frubingo/lists"}