{"id":19152465,"url":"https://github.com/gesiscss/wikiwho_wrapper","last_synced_at":"2025-06-11T12:08:08.614Z","repository":{"id":62589105,"uuid":"152754734","full_name":"gesiscss/wikiwho_wrapper","owner":"gesiscss","description":"A light/simple Python wrapper for the WikiWho API","archived":false,"fork":false,"pushed_at":"2023-10-13T20:19:23.000Z","size":266,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-07T05:48:03.968Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/gesiscss.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-12T13:28:45.000Z","updated_at":"2023-10-07T11:06:01.000Z","dependencies_parsed_at":"2023-10-14T20:58:56.600Z","dependency_job_id":null,"html_url":"https://github.com/gesiscss/wikiwho_wrapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesiscss%2Fwikiwho_wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesiscss%2Fwikiwho_wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesiscss%2Fwikiwho_wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesiscss%2Fwikiwho_wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gesiscss","download_url":"https://codeload.github.com/gesiscss/wikiwho_wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesiscss%2Fwikiwho_wrapper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258945669,"owners_count":22782264,"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-11-09T08:18:00.297Z","updated_at":"2025-06-11T12:08:08.593Z","avatar_url":"https://github.com/gesiscss.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wikiwho_wrapper\n\nA light/simple Python wrapper for the [WikiWho API](https://wikiwho-api.wmcloud.org/).\n\nThe [WikiWho API](https://wikiwho-api.wmcloud.org/) provides the first editor (author) of Wikipedia words (tokens). It also provides the history of each of the tokens, i.e. in which revisions (and which editors) was the token (re)inserted or removed. The API is based on the [WikiWho algorithm](https://github.com/wikiwho) (~95% acc.). \n\nFind full information and how to cite this work in [wikiwho-api.wmcloud.org](https://wikiwho-api.wmcloud.org/).\n\n# Installation\n\nRequires python \u003e= 3.6\n\n    pip install wikiwho_wrapper\n\n# How to use it?\n\nFirst, you need an instance of the WikiWho. \n\n    from wikiwho_wrapper import WikiWho\n    ww = WikiWho() # or WikiWho(USERNAME, PASSWORD)\n\nYou can either use api with the JSON (raw format from wikiwho-api.wmcloud.org)\n\n    response = ww.api.all_content(\"Bioglass\")\n\nOr you can use the dataview to obtain a pandas DataFrame representation of the data\n\n    dataView = ww.dv.all_content(\"Bioglass\")\n\n***Note that all the methods, and classes can receive parameters. All the parameters of the API are currently supported. For now, you can check them directly in the [code](https://github.com/gesiscss/wikiwho_wrapper).***\n\n# Tutorial\n\n[![Binder](https://notebooks.gesis.org/binder/badge_logo.svg)](https://notebooks.gesis.org/binder/v2/gh/gesiscss/wikiwho_tutorial/master?filepath=1.%20API%20requests%20(WikiWho%20wrapper).ipynb)\n\nThe Github repository of the tutorial is available [here](https://github.com/gesiscss/wikiwho_tutorial). \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgesiscss%2Fwikiwho_wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgesiscss%2Fwikiwho_wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgesiscss%2Fwikiwho_wrapper/lists"}