{"id":23116342,"url":"https://github.com/breakbb/extendedcharacterstats","last_synced_at":"2026-02-14T12:04:53.347Z","repository":{"id":37025145,"uuid":"232932081","full_name":"BreakBB/ExtendedCharacterStats","owner":"BreakBB","description":"Extended Character Stats: A WoW Classic addon","archived":false,"fork":false,"pushed_at":"2026-01-23T15:07:20.000Z","size":816,"stargazers_count":9,"open_issues_count":47,"forks_count":20,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-24T06:29:47.338Z","etag":null,"topics":["character-stats","world-of-warcraft","wow","wow-addon","wow-classic"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/BreakBB.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.py","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-01-10T00:22:36.000Z","updated_at":"2026-01-23T15:07:25.000Z","dependencies_parsed_at":"2023-12-22T10:27:07.614Z","dependency_job_id":"f126b804-691c-4317-a090-bd491ef7a529","html_url":"https://github.com/BreakBB/ExtendedCharacterStats","commit_stats":null,"previous_names":[],"tags_count":107,"template":false,"template_full_name":null,"purl":"pkg:github/BreakBB/ExtendedCharacterStats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakBB%2FExtendedCharacterStats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakBB%2FExtendedCharacterStats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakBB%2FExtendedCharacterStats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakBB%2FExtendedCharacterStats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BreakBB","download_url":"https://codeload.github.com/BreakBB/ExtendedCharacterStats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BreakBB%2FExtendedCharacterStats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28875446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T09:47:23.353Z","status":"ssl_error","status_checked_at":"2026-01-29T09:47:19.357Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["character-stats","world-of-warcraft","wow","wow-addon","wow-classic"],"created_at":"2024-12-17T04:16:01.135Z","updated_at":"2026-02-14T12:04:53.329Z","avatar_url":"https://github.com/BreakBB.png","language":"Lua","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=T9DMPD9EZDC98\u0026source=url"],"categories":[],"sub_categories":[],"readme":"# Extended Character Stats\n\n![build](https://github.com/BreakBB/ExtendedCharacterStats/workflows/build/badge.svg) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)\n\n[![Downloads](https://img.shields.io/github/downloads/BreakBB/ExtendedCharacterStats/total.svg)](https://github.com/BreakBB/ExtendedCharacterStats/releases/)\n[![Downloads Latest](https://img.shields.io/github/downloads/BreakBB/ExtendedCharacterStats/v5.2.1/total.svg)](https://github.com/BreakBB/ExtendedCharacterStats/releases/latest)\n[![Date Latest](https://img.shields.io/github/release-date/BreakBB/ExtendedCharacterStats.svg)](https://github.com/BreakBB/ExtendedCharacterStats/releases/latest)\n[![Commits Since Latest](https://img.shields.io/github/commits-since/BreakBB/ExtendedCharacterStats/latest.svg)](https://github.com/BreakBB/ExtendedCharacterStats/commits/master)\n\n#### A simple addon to list all the available stats not displayed in the character info pane by default\n\n\n### [Download on CurseForge](https://www.curseforge.com/wow/addons/extended-character-stats/files)\n\n### [Download on GitHub](https://github.com/BreakBB/ExtendedCharacterStats/releases/latest)\n\n![image](https://user-images.githubusercontent.com/33514570/120346975-2ac47f80-c2fc-11eb-90d4-c012a1e56296.png)\n\n\n## Issues / Bug reports\n\n**Please file any reports of issues and/or bugs to the [GitHub Repository](https://github.com/BreakBB/ExtendedCharacterStats/issues/new/choose)!**\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\n## Donation\n\nIf you like this addon and want to support the development of it, you can do so here:\n\n\u003ca href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=T9DMPD9EZDC98\u0026source=url\"\u003e\u003cimg src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif\"/\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreakbb%2Fextendedcharacterstats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreakbb%2Fextendedcharacterstats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreakbb%2Fextendedcharacterstats/lists"}