{"id":38317613,"url":"https://github.com/berrypay/runegen","last_synced_at":"2026-01-17T02:37:19.624Z","repository":{"id":60254937,"uuid":"538819677","full_name":"berrypay/runegen","owner":"berrypay","description":"Rune Generator","archived":false,"fork":false,"pushed_at":"2024-08-13T04:11:48.000Z","size":5896,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-08-13T05:25:54.148Z","etag":null,"topics":["golang-package","hacktoberfest","hactoberfest2022","opensource","random-generation","randomizer"],"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/berrypay.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":"2022-09-20T05:12:04.000Z","updated_at":"2024-08-13T04:08:37.000Z","dependencies_parsed_at":"2022-09-27T08:40:24.814Z","dependency_job_id":null,"html_url":"https://github.com/berrypay/runegen","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/berrypay/runegen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berrypay%2Frunegen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berrypay%2Frunegen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berrypay%2Frunegen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berrypay%2Frunegen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berrypay","download_url":"https://codeload.github.com/berrypay/runegen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berrypay%2Frunegen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28492345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"online","status_checked_at":"2026-01-17T02:00:07.808Z","response_time":85,"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":["golang-package","hacktoberfest","hactoberfest2022","opensource","random-generation","randomizer"],"created_at":"2026-01-17T02:37:19.510Z","updated_at":"2026-01-17T02:37:19.605Z","avatar_url":"https://github.com/berrypay.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# runegen #\n\nRandom string generator.\n\n### What is this repository for? ###\n\n* This is the main repository for random string generator library and command line.\n\n### How do I get set up? ###\n\n* import the library in go lang code:\n  \n```bash\n$# go get github.com/berrypay/runegen\n```\n\n```go\nimport (\n  \"fmt\"\n  \"github.com/berrypay/runegen\"\n)\n\nfunc main() {\n  fmt.Println(runegen.GetRandom(1, 6))\n}\n```\n\nThere's also a command line tool 'runegen' which can be used to generate random string. To compile:\n\n```bash\n$# make\n$# cd bin\n$# ./runegen -c 7 -l 8 --strict=true -startalpha=true\n\n```\nThen you can find the binary in the 'bin' folder.\n\n### License ###\n\n**MIT License**\n\nCopyright (c) 2022 Sallehuddin Abdul Latif \u003csallehuddin@berrypay.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n### Contribution guidelines ###\n\n* Writing tests\n* Code review\n* Other guidelines\n\n### Who do I talk to? ###\n\n* Any issues? Contact sallehuddin[AT]gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberrypay%2Frunegen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberrypay%2Frunegen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberrypay%2Frunegen/lists"}