{"id":19152504,"url":"https://github.com/gesiscss/wikiwho_chobj","last_synced_at":"2026-06-24T07:31:14.377Z","repository":{"id":104686353,"uuid":"178234624","full_name":"gesiscss/wikiwho_chobj","owner":"gesiscss","description":"Creates change objecs based on WikiWho","archived":false,"fork":false,"pushed_at":"2019-09-13T15:27:49.000Z","size":339,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-02-22T21:15:04.547Z","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/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}},"created_at":"2019-03-28T15:45:08.000Z","updated_at":"2019-09-13T15:27:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b699c8e-6c38-48cb-83fa-af0b1e5beb6f","html_url":"https://github.com/gesiscss/wikiwho_chobj","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/gesiscss/wikiwho_chobj","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesiscss%2Fwikiwho_chobj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesiscss%2Fwikiwho_chobj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesiscss%2Fwikiwho_chobj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesiscss%2Fwikiwho_chobj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gesiscss","download_url":"https://codeload.github.com/gesiscss/wikiwho_chobj/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesiscss%2Fwikiwho_chobj/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34722616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"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":[],"created_at":"2024-11-09T08:18:08.224Z","updated_at":"2026-06-24T07:31:14.350Z","avatar_url":"https://github.com/gesiscss.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Binder](https://notebooks.gesis.org/binder/badge_logo.svg)](https://notebooks.gesis.org/binder/v2/gh/gesiscss/wikiwho_chobj/master?filepath=example.ipynb)\n\n# wikiwho_chobj\n\nCreates change objects based on WikiWho. A change object represent a contigous edition in Wikipedia that occurred between two consecutive revision. It contains the inserted and deleted tokens, as well as the left and right context in which the changes ocurred. \n\nIt also contains the revisions, timestamps and editor of the change, as well as the positions of the change in the respective revision\n\nYou can see a demo here: [![Binder](https://notebooks.gesis.org/binder/badge_logo.svg)](https://notebooks.gesis.org/binder/v2/gh/gesiscss/wikiwho_chobj/master?filepath=example.ipynb)\n\n# How to use it?\n\n1. Create a Chobjer object using the id of the Wikipedia article. The *Bioglass* article (`id = 2161298`) is provided in the Github repository as an example. If you need other articles please [contact us](https://api.wikiwho.net/contact/).\n\n```\nfrom wikiwho_chobj import Chobjer\n\nchobjer = Chobjer(2161298, 'pickles', 'en', 30)\n```\n\n2. You can iterate over the change objects using the `iter_objets()` method:\n\n```\nfor chobjer.iter_chobjs()\n\tchobjer.iter_chobjs()\n```\n\n3. Or create a dataframe with it\n\n```\nimport pandas as pd\n\ndf = pd.DataFrame(co.iter_chobjs(), columns = next(co.iter_chobjs()).keys())\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgesiscss%2Fwikiwho_chobj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgesiscss%2Fwikiwho_chobj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgesiscss%2Fwikiwho_chobj/lists"}