{"id":16444168,"url":"https://github.com/douglascdev/buttifier","last_synced_at":"2025-07-16T17:33:44.009Z","repository":{"id":252711965,"uuid":"839982567","full_name":"douglascdev/buttifier","owner":"douglascdev","description":"Go package that uses randomness to turn syllables into \"butt\" or a custom word.","archived":false,"fork":false,"pushed_at":"2024-09-18T21:23:19.000Z","size":54,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T09:11:34.951Z","etag":null,"topics":["butt","buttsbot","go","golang","twitch"],"latest_commit_sha":null,"homepage":"https://github.com/douglascdev/buttifier","language":"Go","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/douglascdev.png","metadata":{"files":{"readme":"README.md","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-08-08T18:07:27.000Z","updated_at":"2024-09-18T21:23:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac26d066-9b5f-4e1a-964e-5964c14763cf","html_url":"https://github.com/douglascdev/buttifier","commit_stats":null,"previous_names":["douglascdev/buttsbot-go"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/douglascdev/buttifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douglascdev%2Fbuttifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douglascdev%2Fbuttifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douglascdev%2Fbuttifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douglascdev%2Fbuttifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/douglascdev","download_url":"https://codeload.github.com/douglascdev/buttifier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/douglascdev%2Fbuttifier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265527591,"owners_count":23782480,"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":["butt","buttsbot","go","golang","twitch"],"created_at":"2024-10-11T09:23:28.842Z","updated_at":"2025-07-16T17:33:43.989Z","avatar_url":"https://github.com/douglascdev.png","language":"Go","readme":"# buttifier\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://cdn.7tv.app/emote/664d082bba453b48ddc926a2/4x.gif\" alt=\"butt\" /\u003e\n\u003c/p\u003e\n\nReplace syllables with `butt`(default) or a custom word. Made for a twitch bot.\n\n## Installation\n\n```bash\ngo get github.com/douglascdev/buttifier\n```\n\n## Usage\n\n```go\npackage main\n\nimport \"github.com/douglascdev/buttifier\"\n\nfunc main() {\n\tbuttifier, err := buttifier.New()\n\n\t// 50% chance of buttifying the sentence passed to ButtifySentence\n\tbuttifier.ButtificationProbability = 0.5\n\t// buttify about 30% of the syllables\n\tbuttifier.ButtificationRate = 0.3\n\t// what each buttified syllable should be replaced with\n\tbuttifier.ButtWord = \"butt\"\n\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tnewSentence, didButtify := buttifier.ButtifySentence(\"Someone did that something something\")\n\tif didButtify {\n\t\t// Someone butt that something something\n\t\tprintln(newSentence)\n\t\treturn\n\t}\n\tprintln(\"Did not buttify sentence\")\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdouglascdev%2Fbuttifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdouglascdev%2Fbuttifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdouglascdev%2Fbuttifier/lists"}