{"id":22454271,"url":"https://github.com/breakbb/disenchantbuddy","last_synced_at":"2026-03-14T10:03:40.965Z","repository":{"id":265332834,"uuid":"894589964","full_name":"BreakBB/DisenchantBuddy","owner":"BreakBB","description":"Disenchant Buddy is a lightweight World of Warcraft addon that displays disenchant results on item tooltips.","archived":false,"fork":false,"pushed_at":"2025-07-27T08:41:03.000Z","size":3464,"stargazers_count":3,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T10:22:19.141Z","etag":null,"topics":["addon","lua","world-of-warcraft","world-of-warcraft-addon","world-of-warcraft-classic","wow","wow-addon"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BreakBB.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.py","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2024-11-26T16:13:37.000Z","updated_at":"2025-07-27T08:41:05.000Z","dependencies_parsed_at":"2024-12-19T21:35:41.092Z","dependency_job_id":"d735fe33-9b10-4902-a646-07a075adcf79","html_url":"https://github.com/BreakBB/DisenchantBuddy","commit_stats":null,"previous_names":["breakbb/disenchantbuddy"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/BreakBB/DisenchantBuddy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakBB%2FDisenchantBuddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakBB%2FDisenchantBuddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakBB%2FDisenchantBuddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakBB%2FDisenchantBuddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BreakBB","download_url":"https://codeload.github.com/BreakBB/DisenchantBuddy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakBB%2FDisenchantBuddy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270108405,"owners_count":24528759,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"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":["addon","lua","world-of-warcraft","world-of-warcraft-addon","world-of-warcraft-classic","wow","wow-addon"],"created_at":"2024-12-06T07:07:27.337Z","updated_at":"2026-03-14T10:03:40.946Z","avatar_url":"https://github.com/BreakBB.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Disenchant Buddy\n\n[![Downloads](https://img.shields.io/github/downloads/BreakBB/DisenchantBuddy/total.svg)](https://github.com/BreakBB/DisenchantBuddy/releases/)\n[![Downloads Latest](https://img.shields.io/github/downloads/BreakBB/DisenchantBuddy/v2.5.2/total.svg)](https://github.com/BreakBB/DisenchantBuddy/releases/latest)\n\nDisenchant Buddy is a lightweight World of Warcraft addon that displays disenchant results on item tooltips.\nIt helps players to quickly see what materials they can expect to receive from disenchanting an item.\n\nWhen [Auctionator](https://github.com/Auctionator/Auctionator) is installed, then Disenchant Buddy will also show the auction prices for the materials.\n\n## Compatibility\n\nDisenchant Buddy is compatible with and available for the following World of Warcraft versions:\n\n- Classic Era/HC/Anniversary :white_check_mark:\n- Season of Discovery :white_check_mark:\n- Wrath of the Lich King :white_check_mark:\n- Cataclysm :white_check_mark:\n- Mists of Pandaria :white_check_mark:\n- Retail :x: (not planned)\n\n## Installation\n\nI suggest you use an addon manager like the [CurseForge Client](https://curseforge.overwolf.com/) to ease the installation and update process. You will find\nDisenchantBuddy [here on CurseForge](https://www.curseforge.com/wow/addons/disenchantbuddy).\n\nAlternatively you can always use [the latest GitHub release](https://github.com/BreakBB/DisenchantBuddy/releases/latest) and manually install it:\n\n1. Extract the contents of the zip file to your World of Warcraft Interface\\AddOns directory:\n    - Era/HC/Anniversary/SoD: `World of Warcraft\\_classic_era_\\Interface\\AddOns\\DisenchantBuddy`\n    - Cata and beyond: `World of Warcraft\\_classic_\\Interface\\AddOns\\DisenchantBuddy`\n2. Restart World of Warcraft or reload your UI\n\n## Development\n\n### Installing lua\n\n1. Install [Lua](https://www.lua.org/download.html) (5.1, since the WoW client uses Lua 5.1)\n    - For macOS that is `brew install lua@5.1`\n2. Install [luarocks](https://luarocks.org/)\n    - For macOS that is `brew install luarocks`\n3. Configure `luarocks` to use the correct Lua version (by default luarocks uses the latest installed Lua version)\n    - `luarocks config lua_version 5.1`\n4. Install [busted](https://github.com/lunarmodules/busted)\n    - `luarocks install busted`\n5. Install [luacheck](https://github.com/lunarmodules/luacheck/)\n    - `luarocks install luacheck`\n\n### luacheck\n\nThis project uses `luacheck` for linting. To run the linter, execute the following command:\n\n```sh\nluacheck -q .\n```\n\n### Unit Tests\n\nThis project uses `busted` for unit testing. To run the tests, execute the following command:\n\n```sh\nbusted -p \".test.lua\" .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreakbb%2Fdisenchantbuddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreakbb%2Fdisenchantbuddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreakbb%2Fdisenchantbuddy/lists"}