{"id":23456390,"url":"https://github.com/mostm/pywow","last_synced_at":"2025-04-11T05:19:40.901Z","repository":{"id":57458571,"uuid":"108109208","full_name":"mostm/pywow","owner":"mostm","description":"Python WoW API Wrapper","archived":false,"fork":false,"pushed_at":"2017-10-24T13:02:52.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-16T15:17:53.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/mostm.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":"2017-10-24T10:03:37.000Z","updated_at":"2017-10-24T10:43:55.000Z","dependencies_parsed_at":"2022-09-09T22:51:57.052Z","dependency_job_id":null,"html_url":"https://github.com/mostm/pywow","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostm%2Fpywow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostm%2Fpywow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostm%2Fpywow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostm%2Fpywow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mostm","download_url":"https://codeload.github.com/mostm/pywow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345768,"owners_count":21088336,"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":[],"created_at":"2024-12-24T04:28:40.037Z","updated_at":"2025-04-11T05:19:40.872Z","avatar_url":"https://github.com/mostm.png","language":"Python","readme":"# pyWoW\nPython WoW API Wrapper\n\n## Installation\n1. `pip install -U pywow`\n2. Get API Key for WoW Community [here](https://dev.battle.net/apps/register)\n4. Create/add to file `config.py` in project folder with these values:\n```python\nblizzard_key = 'Your_WoW_Community_APIKEY_here'\n```\n\n## Usage\n**! Only EU region is currently supported**\n```python\nimport wow\n```\n\n## Quick Tutorial\n\n#### Get character\n```python\nchar = wow.Character(name='CharacterName', realm='Character realm')\nprint('{name} on {realm} ({xplvl}lvl/{ilvl})\\nPlaying as {class},{race} at {side}'.format(\n\t{'name':char.full_name, 'realm':char.realm.name, 'xplvl':char.level['xp']\n\t'ilvl':char.level['item'], 'class':char.wow_class.name, 'race':char.race.name,\n\t'side':char.race.side}))\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostm%2Fpywow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmostm%2Fpywow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostm%2Fpywow/lists"}