{"id":21620789,"url":"https://github.com/miku/hurrly","last_synced_at":"2026-05-14T21:04:40.860Z","repository":{"id":31181874,"uuid":"34742375","full_name":"miku/hurrly","owner":"miku","description":"Hurry, hurrly!","archived":false,"fork":false,"pushed_at":"2017-12-04T10:00:26.000Z","size":25,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T17:41:32.465Z","etag":null,"topics":["code4lib","doi"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miku.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":"2015-04-28T16:29:06.000Z","updated_at":"2019-06-19T00:47:47.000Z","dependencies_parsed_at":"2022-08-03T06:46:08.260Z","dependency_job_id":null,"html_url":"https://github.com/miku/hurrly","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/miku/hurrly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miku%2Fhurrly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miku%2Fhurrly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miku%2Fhurrly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miku%2Fhurrly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miku","download_url":"https://codeload.github.com/miku/hurrly/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miku%2Fhurrly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33043250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["code4lib","doi"],"created_at":"2024-11-24T23:12:55.108Z","updated_at":"2026-05-14T21:04:40.840Z","avatar_url":"https://github.com/miku.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"README\n======\n\nMass DOI resolver and checker.\n\nInstallation\n------------\n\nReleases: https://github.com/miku/hurrly/releases\n\nOr use the [go tool](https://golang.org/cmd/go/):\n\n    $ go get github.com/miku/hurrly/cmd/hurrly\n\nUsage\n-----\n\nInput is a list of DOIs or DOI API URLs to check, one DOI or one URL per line:\n\n    $ cat fixtures/urls.txt\n    http://doi.org/api/handles/10.1590/s0100-41582006000200010\n    http://doi.org/api/handles/10.1590/s0034-71402005000400003\n    http://doi.org/api/handles/10.1590/s0034-71402005000400005\n    http://doi.org/api/handles/10.1590/s0100-512x2004000200004\n    http://doi.org/api/handles/10.1590/s0100-512x2004000200005\n    http://doi.org/api/handles/10.1590/s0102-47442006000100001\n    http://doi.org/api/handles/10.1590/s0102-47442006000100002\n    http://doi.org/api/handles/10.1590/s0102-47442006000100003\n    http://doi.org/api/handles/10.1590/s0102-47442006000100005\n    http://doi.org/api/handles/10.1590/s0102-47442006000100006\n    http://doi.org/api/handles/10.xxxx1590xxxx/nononoxxxx\n\nOutput are TSV with the redirect location and additional information (status, request time, epoch, url, redirect).\n\n    $ hurrly \u003c fixtures/urls.txt\n    200 OK  0.4543  1430316353  http://doi.org/...0004  http://www.scie...g=pt\n    200 OK  0.4542  1430316353  http://doi.org/...0005  http://www.scie...g=pt\n    200 OK  0.4546  1430316353  http://doi.org/...0003  http://www.scie...g=pt\n    ...\n    404 Not Found   0.3166  1430316354  http://doi.org/api/...nononoxxxx   NOT_AVAILABLE\n\nHurrly will try hard to get a result for each URL. It will write the status of the result\ninto the first column, either as HTTP status message, like `200 OK`, `404 Not Found` or as internal error message,\nlike `E_REQ`, `E_READ`, `E_JSON`, etc.\n\nTo run things in parallel, adjust the `-w` parameter.\n\nYou can use `hurrly` to look up single DOI links as well:\n\n    $ echo \"http://doi.org/api/handles/10.1021/la025770y\" | hurrly | cut -f5\n    http://pubs.acs.org/doi/abs/10.1021/la025770y\n\nPerformance data point: `hurrly -w 64` can resolve about 1M URLs per hour.\n\nTODO\n----\n\nCurrently, no data is cached. Use a sqlite3 db with timestamps and continuously keep it up to date.\n\nSchema: DOI, Redirect, DateUpdated.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiku%2Fhurrly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiku%2Fhurrly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiku%2Fhurrly/lists"}