Skip to content

Instantly share code, notes, and snippets.

@edsu
Created February 28, 2024 12:39
Show Gist options
  • Save edsu/80bf00eacbe97378568acf4964bb7e23 to your computer and use it in GitHub Desktop.
Save edsu/80bf00eacbe97378568acf4964bb7e23 to your computer and use it in GitHub Desktop.
Wikipedia Event Stream
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyO9asT+DD7myDgFQhC6Ox6Z",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/gist/edsu/80bf00eacbe97378568acf4964bb7e23/wikipedia-event-stream.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"source": [
"# Wikipedia Event Stream\n",
"\n",
"A quick example of using the [Wikipedia Event Stream](https://wikitech.wikimedia.org/wiki/Event_Platform/EventStreams) to watch recent changes to all language Wikipedias."
],
"metadata": {
"id": "YkYS66t0tmRc"
}
},
{
"cell_type": "code",
"source": [
"! pip install sseclient"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "-ru_n8ZkuGG8",
"outputId": "c4641d5c-6b22-4026-e860-9d6730b4886f"
},
"execution_count": 1,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Collecting sseclient\n",
" Downloading sseclient-0.0.27.tar.gz (7.5 kB)\n",
" Preparing metadata (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
"Requirement already satisfied: requests>=2.9 in /usr/local/lib/python3.10/dist-packages (from sseclient) (2.31.0)\n",
"Requirement already satisfied: six in /usr/local/lib/python3.10/dist-packages (from sseclient) (1.16.0)\n",
"Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.9->sseclient) (3.3.2)\n",
"Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.9->sseclient) (3.6)\n",
"Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.9->sseclient) (2.0.7)\n",
"Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests>=2.9->sseclient) (2024.2.2)\n",
"Building wheels for collected packages: sseclient\n",
" Building wheel for sseclient (setup.py) ... \u001b[?25l\u001b[?25hdone\n",
" Created wheel for sseclient: filename=sseclient-0.0.27-py3-none-any.whl size=5563 sha256=cac71d46e798e545a435516a322df998f210009752c44fb04d3387c9240c9dd3\n",
" Stored in directory: /root/.cache/pip/wheels/60/57/0e/09b1264923280e935a34cc543b7f147f5df12490bd7a992f42\n",
"Successfully built sseclient\n",
"Installing collected packages: sseclient\n",
"Successfully installed sseclient-0.0.27\n"
]
}
]
},
{
"cell_type": "code",
"source": [
"import json\n",
"import sseclient\n",
"\n",
"url = 'https://stream.wikimedia.org/v2/stream/recentchange'\n",
"\n",
"for event in sseclient.SSEClient(url):\n",
" print(event)"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 1000
},
"id": "BYkUTtRGuCbx",
"outputId": "ce2c9d40-95af-48a8-b390-b57724662345"
},
"execution_count": 4,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/File:Knives_of_Kauhava_1952_(JOKAUAS2_1397-5).tif\",\"request_id\":\"391bfe01-a444-4ebf-95b5-5e164ae63eac\",\"id\":\"d3f72eb8-a80e-493f-8f9b-b4a1e38b814a\",\"dt\":\"2024-02-28T12:39:41Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045740},\"id\":2444343302,\"type\":\"log\",\"namespace\":6,\"title\":\"File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif\",\"title_url\":\"https://commons.wikimedia.org/wiki/File:Knives_of_Kauhava_1952_(JOKAUAS2_1397-5).tif\",\"comment\":\"Uploading 'Kauhavan puukot' by 'Saarinen, UA' with licence CC-BY-4.0 from https://finna.fi/Record/museovirasto.38851B673733A7069D65AB331A19DC04\",\"timestamp\":1709123981,\"user\":\"FinnaUploadBot\",\"bot\":true,\"log_id\":352294461,\"log_type\":\"upload\",\"log_action\":\"upload\",\"log_params\":{\"img_sha1\":\"ma044snzkfest5vol95qkchzskyy6wg\",\"img_timestamp\":\"20240228123941\"},\"log_action_comment\":\"uploaded &quot;[[File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif]]&quot;: Uploading 'Kauhavan puukot' by 'Saarinen, UA' with licence CC-BY-4.0 from https://finna.fi/Record/museovirasto.38851B673733A7069D65AB331A19DC04\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"Uploading &#039;Kauhavan puukot&#039; by &#039;Saarinen, UA&#039; with licence CC-BY-4.0 from https://finna.fi/Record/museovirasto.38851B673733A7069D65AB331A19DC04\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://vi.wikipedia.org/wiki/584_(s%E1%BB%91)\",\"request_id\":\"3821a854-dba3-440b-b8a5-316e498d3897\",\"id\":\"57de83c4-a37a-4ac2-9a48-c8042cd0775c\",\"dt\":\"2024-02-28T12:39:41Z\",\"domain\":\"vi.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045741},\"id\":116498498,\"type\":\"log\",\"namespace\":0,\"title\":\"584 (số)\",\"title_url\":\"https://vi.wikipedia.org/wiki/584_(s%E1%BB%91)\",\"comment\":\"Không nổi bật\",\"timestamp\":1709123981,\"user\":\"Nguyentrongphu\",\"bot\":false,\"log_id\":38028160,\"log_type\":\"delete\",\"log_action\":\"delete\",\"log_params\":[],\"log_action_comment\":\"deleted &quot;[[584 (số)]]&quot;: Không nổi bật \",\"server_url\":\"https://vi.wikipedia.org\",\"server_name\":\"vi.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"viwiki\",\"parsedcomment\":\"Không nổi bật\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://de.wikipedia.org/wiki/Benutzer:80.147.198.234\",\"request_id\":\"a0566f90-f74f-4a75-8d3a-b985a710b022\",\"id\":\"0242d76e-1d5a-4812-a57f-95b4983673a6\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"de.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045742},\"id\":348543645,\"type\":\"log\",\"namespace\":2,\"title\":\"Benutzer:80.147.198.234\",\"title_url\":\"https://de.wikipedia.org/wiki/Benutzer:80.147.198.234\",\"comment\":\"Statische IP-Adresse\",\"timestamp\":1709123983,\"user\":\"NordNordWest\",\"bot\":false,\"log_id\":137664922,\"log_type\":\"protect\",\"log_action\":\"protect\",\"log_params\":{\"description\":\"‎[edit=editeditorprotected] (unbeschränkt)‎[move=editeditorprotected] (unbeschränkt)\",\"cascade\":false,\"details\":[{\"type\":\"edit\",\"level\":\"editeditorprotected\",\"expiry\":\"infinity\",\"cascade\":false},{\"type\":\"move\",\"level\":\"editeditorprotected\",\"expiry\":\"infinity\",\"cascade\":false}]},\"log_action_comment\":\"protected &quot;[[Benutzer:80.147.198.234 ‎[edit=editeditorprotected] (unbeschränkt)‎[move=editeditorprotected] (unbeschränkt)]]&quot;: Statische IP-Adresse\",\"server_url\":\"https://de.wikipedia.org\",\"server_name\":\"de.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"dewiki\",\"parsedcomment\":\"Statische IP-Adresse\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q78816887\",\"request_id\":\"268257bb-1976-4dd0-b2c2-d40be8ad661f\",\"id\":\"b0dec0e1-b65a-4902-b94b-9b96f580a4bf\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045743},\"id\":2152736660,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q78816887\",\"title_url\":\"https://www.wikidata.org/wiki/Q78816887\",\"comment\":\"/* wbremoveclaims-remove:1| */ [[Property:P2093]]: R LAULAN, Modify PubMed ID: 14414544 citation data from NCBI, Europe PMC and CrossRef\",\"timestamp\":1709123983,\"user\":\"Cewbot\",\"bot\":true,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405593&oldid=2089405591&rcid=2152736660\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":25447,\"new\":23425},\"revision\":{\"old\":2089405591,\"new\":2089405593},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Removed claim: </span></span> <a href=\\\"/wiki/Property:P2093\\\" title=\\\"‎author name string‎ | ‎stores unspecified author or editor name for publications; use if Wikidata item for author (P50) or editor (P98) does not exist or is not known. Do not use both.‎\\\"><span class=\\\"wb-itemlink\\\"><span class=\\\"wb-itemlink-label\\\" lang=\\\"en\\\" dir=\\\"ltr\\\">author name string</span> <span class=\\\"wb-itemlink-id\\\">(P2093)</span></span></a>: R LAULAN, Modify PubMed ID: 14414544 citation data from NCBI, Europe PMC and CrossRef\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q116356944\",\"request_id\":\"6af42bde-121c-4a4d-bca4-fd6858f80f1f\",\"id\":\"6716f8ae-bfd8-4c22-9eb2-baf4be8e5b84\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045744},\"id\":2152736659,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q116356944\",\"title_url\":\"https://www.wikidata.org/wiki/Q116356944\",\"comment\":\"/* wbeditentity-update-languages-short:0||alt */ .\",\"timestamp\":1709123983,\"user\":\"Dcirovicbot\",\"bot\":true,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405594&oldid=2089405578&rcid=2152736659\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":11994,\"new\":12073},\"revision\":{\"old\":2089405578,\"new\":2089405594},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Changed label, description and/or aliases in alt: </span></span> .\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://de.wikipedia.org/wiki/Husterh%C3%B6h-Kaserne\",\"request_id\":\"52a62c53-fa17-4224-b5cb-25857a993239\",\"id\":\"6dc327a7-5143-4891-b529-63962b28efe2\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"de.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045745},\"id\":348543646,\"type\":\"edit\",\"namespace\":0,\"title\":\"Husterhöh-Kaserne\",\"title_url\":\"https://de.wikipedia.org/wiki/Husterh%C3%B6h-Kaserne\",\"comment\":\"\",\"timestamp\":1709123983,\"user\":\"AF666\",\"bot\":false,\"notify_url\":\"https://de.wikipedia.org/w/index.php?diff=242648970&oldid=242648812\",\"minor\":false,\"length\":{\"old\":4640,\"new\":4834},\"revision\":{\"old\":242648812,\"new\":242648970},\"server_url\":\"https://de.wikipedia.org\",\"server_name\":\"de.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"dewiki\",\"parsedcomment\":\"\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/File:Pritchard%27s_Tea_Room,_White_Springs.JPG\",\"request_id\":\"5814e5a1-74ec-4cbf-b20c-d90aa23244be\",\"id\":\"751e3839-6240-4670-a2cb-f2087aaeb83a\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045746},\"id\":2444343303,\"type\":\"edit\",\"namespace\":6,\"title\":\"File:Pritchard's Tea Room, White Springs.JPG\",\"title_url\":\"https://commons.wikimedia.org/wiki/File:Pritchard%27s_Tea_Room,_White_Springs.JPG\",\"comment\":\"− 2 categories; +[[Category:Buildings in the United States photographed in 2015]]; ±[[Category:Florida photos by Mjrmtg]]→[[Category:2015 Florida photos by Mjrmtg taken with Sony DSC-WX80]]\",\"timestamp\":1709123983,\"user\":\"Mjrmtg\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532809&oldid=856532715&rcid=2444343303\",\"minor\":true,\"patrolled\":true,\"length\":{\"old\":6827,\"new\":6837},\"revision\":{\"old\":856532715,\"new\":856532809},\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"− 2 categories; +<a href=\\\"/wiki/Category:Buildings_in_the_United_States_photographed_in_2015\\\" title=\\\"Category:Buildings in the United States photographed in 2015\\\">Category:Buildings in the United States photographed in 2015</a>; ±<a href=\\\"/wiki/Category:Florida_photos_by_Mjrmtg\\\" title=\\\"Category:Florida photos by Mjrmtg\\\">Category:Florida photos by Mjrmtg</a>→<a href=\\\"/wiki/Category:2015_Florida_photos_by_Mjrmtg_taken_with_Sony_DSC-WX80\\\" title=\\\"Category:2015 Florida photos by Mjrmtg taken with Sony DSC-WX80\\\">Category:2015 Florida photos by Mjrmtg taken with Sony DSC-WX80</a>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Talk:USA-91\",\"request_id\":\"f2f09dce-9abb-4bc9-8e4e-601d914f0739\",\"id\":\"83a39b64-df61-4ac1-a0e5-78e15aae6f6a\",\"dt\":\"2024-02-28T12:39:41Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045747},\"id\":1748686600,\"type\":\"edit\",\"namespace\":1,\"title\":\"Talk:USA-91\",\"title_url\":\"https://en.wikipedia.org/wiki/Talk:USA-91\",\"comment\":\"[[User:Cewbot/log/20200122/configuration|Maintain {{WPBS}}]]: 2 WikiProject templates. Keep majority rating \\\"Stub\\\" in {{WPBS}}. Remove 1 same rating as {{WPBS}} in {{WikiProject Spaceflight}}.\",\"timestamp\":1709123981,\"user\":\"Cewbot\",\"bot\":true,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809778&oldid=1204559494\",\"minor\":true,\"length\":{\"old\":413,\"new\":406},\"revision\":{\"old\":1204559494,\"new\":1210809778},\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/User:Cewbot/log/20200122/configuration\\\" title=\\\"User:Cewbot/log/20200122/configuration\\\">Maintain {{WPBS}}</a>: 2 WikiProject templates. Keep majority rating &quot;Stub&quot; in {{WPBS}}. Remove 1 same rating as {{WPBS}} in {{WikiProject Spaceflight}}.\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q3194512\",\"request_id\":\"29dfa503-7076-4c89-bb22-31a58b6626ff\",\"id\":\"cb86a997-95bb-4f58-baa8-f07d99c09463\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045748},\"id\":2152736658,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q3194512\",\"title_url\":\"https://www.wikidata.org/wiki/Q3194512\",\"comment\":\"/* wbeditentity-update:0| */ Moving [[Property:P361]] to [[Property:P463]]\",\"timestamp\":1709123983,\"user\":\"CV213\",\"bot\":false,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405592&oldid=2089405579&rcid=2152736658\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":45929,\"new\":45912},\"revision\":{\"old\":2089405579,\"new\":2089405592},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Updated Item: </span></span> Moving <a href=\\\"/wiki/Property:P361\\\" title=\\\"‎part of‎ | ‎object of which the subject is a part (if this subject is already part of object A which is a part of object B, then please only make the subject part of object A), inverse property of &quot;has part&quot; (P527, see also &quot;has parts of the class&quot; (P2670))‎\\\"><span class=\\\"wb-itemlink\\\"><span class=\\\"wb-itemlink-label\\\" lang=\\\"en\\\" dir=\\\"ltr\\\">part of</span> <span class=\\\"wb-itemlink-id\\\">(P361)</span></span></a> to <a href=\\\"/wiki/Property:P463\\\" title=\\\"‎member of‎ | ‎organization, club or musical group to which the subject belongs. Do not use for membership in ethnic or social groups, nor for holding a political position, such as a member of parliament (use P39 for that)‎\\\"><span class=\\\"wb-itemlink\\\"><span class=\\\"wb-itemlink-label\\\" lang=\\\"en\\\" dir=\\\"ltr\\\">member of</span> <span class=\\\"wb-itemlink-id\\\">(P463)</span></span></a>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Commons:Mayelana\",\"request_id\":\"d15f0d0b-740e-4381-a12a-bad847cddae3\",\"id\":\"777301c3-db74-467f-beb0-6776dc27b774\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045749},\"type\":\"log\",\"namespace\":4,\"title\":\"Commons:Mayelana\",\"title_url\":\"https://commons.wikimedia.org/wiki/Commons:Mayelana\",\"comment\":\"\",\"timestamp\":1709123983,\"user\":\"2.147.134.249\",\"bot\":false,\"log_id\":0,\"log_type\":\"abusefilter\",\"log_action\":\"hit\",\"log_params\":{\"action\":\"edit\",\"filter\":\"105\",\"actions\":\"warn\",\"log\":10459859},\"log_action_comment\":\"2.147.134.249 triggered [[Special:AbuseFilter/105|filter 105]], performing the action \\\"edit\\\" on [[Commons:Mayelana]]. Actions taken: Warn ([[Special:AbuseLog/10459859|details]])\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Category:University_of_Dar_es_Salaam_alumni\",\"request_id\":\"844e4fb2-eaa5-4ffa-8d20-fa78772b23e2\",\"id\":\"702ec143-e327-4d7b-8f17-004519b87ac5\",\"dt\":\"2024-02-28T12:39:40Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045750},\"id\":1748686601,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:University of Dar es Salaam alumni\",\"title_url\":\"https://en.wikipedia.org/wiki/Category:University_of_Dar_es_Salaam_alumni\",\"comment\":\"[[:Nasri Abu Jaish]] added to category, [[Special:WhatLinksHere/Nasri Abu Jaish|this page is included within other pages]]\",\"timestamp\":1709123980,\"user\":\"Syaz351\",\"bot\":false,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809775&oldid=1150087440\",\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Nasri_Abu_Jaish\\\" title=\\\"Nasri Abu Jaish\\\">Nasri Abu Jaish</a> added to category, <a href=\\\"/wiki/Special:WhatLinksHere/Nasri_Abu_Jaish\\\" title=\\\"Special:WhatLinksHere/Nasri Abu Jaish\\\">this page is included within other pages</a>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q70923721\",\"request_id\":\"3daede3b-42c7-4c29-8d81-5a09b263cd2f\",\"id\":\"49ea693c-1f38-4f75-ad42-7d53832147a7\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045751},\"id\":2152736661,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q70923721\",\"title_url\":\"https://www.wikidata.org/wiki/Q70923721\",\"comment\":\"/* wbsetreference-add:2| */ [[Property:P2093]]: R. A. Rosemier, Modify PubMed ID: 5235914 citation data from NCBI, Europe PMC and CrossRef\",\"timestamp\":1709123983,\"user\":\"Cewbot\",\"bot\":true,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405595&oldid=2089405589&rcid=2152736661\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":27798,\"new\":29214},\"revision\":{\"old\":2089405589,\"new\":2089405595},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Added reference to claim: </span></span> <a href=\\\"/wiki/Property:P2093\\\" title=\\\"‎author name string‎ | ‎stores unspecified author or editor name for publications; use if Wikidata item for author (P50) or editor (P98) does not exist or is not known. Do not use both.‎\\\"><span class=\\\"wb-itemlink\\\"><span class=\\\"wb-itemlink-label\\\" lang=\\\"en\\\" dir=\\\"ltr\\\">author name string</span> <span class=\\\"wb-itemlink-id\\\">(P2093)</span></span></a>: R. A. Rosemier, Modify PubMed ID: 5235914 citation data from NCBI, Europe PMC and CrossRef\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Wikipedia:Requested_moves/Current_discussions_(alt)\",\"request_id\":\"54d39238-6561-43d3-9d4d-1d9f40769161\",\"id\":\"2a6816b9-7eee-415f-9348-dfc40af89fbb\",\"dt\":\"2024-02-28T12:39:38Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045752},\"id\":1748686602,\"type\":\"edit\",\"namespace\":4,\"title\":\"Wikipedia:Requested moves/Current discussions (alt)\",\"title_url\":\"https://en.wikipedia.org/wiki/Wikipedia:Requested_moves/Current_discussions_(alt)\",\"comment\":\"Updating requested pagemoves list\",\"timestamp\":1709123978,\"user\":\"RMCD bot\",\"bot\":true,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809773&oldid=1210806376\",\"minor\":false,\"length\":{\"old\":207814,\"new\":215571},\"revision\":{\"old\":1210806376,\"new\":1210809773},\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"Updating requested pagemoves list\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Article_%C3%A0_recycler/Liste_compl%C3%A8te\",\"request_id\":\"e80303fc-6098-47f7-88ac-34724272c095\",\"id\":\"14e1adfe-deea-4c0e-a010-8c82dc60b412\",\"dt\":\"2024-02-28T12:39:40Z\",\"domain\":\"fr.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045753},\"id\":515083133,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Catégorie:Article à recycler/Liste complète\",\"title_url\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Article_%C3%A0_recycler/Liste_compl%C3%A8te\",\"comment\":\"[[:Offre et demande]] supprimée de la catégorie\",\"timestamp\":1709123980,\"user\":\"45.221.4.3\",\"bot\":false,\"notify_url\":\"https://fr.wikipedia.org/w/index.php?diff=212879206&oldid=212794990&rcid=515083133\",\"server_url\":\"https://fr.wikipedia.org\",\"server_name\":\"fr.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"frwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Offre_et_demande\\\" title=\\\"Offre et demande\\\">Offre et demande</a> supprimée de la catégorie\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Article_%C3%A0_recycler/%C3%A9conomie\",\"request_id\":\"e80303fc-6098-47f7-88ac-34724272c095\",\"id\":\"504cfe42-4452-4834-aad3-aaeedf6b76d5\",\"dt\":\"2024-02-28T12:39:40Z\",\"domain\":\"fr.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045754},\"id\":515083134,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Catégorie:Article à recycler/économie\",\"title_url\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Article_%C3%A0_recycler/%C3%A9conomie\",\"comment\":\"[[:Offre et demande]] supprimée de la catégorie\",\"timestamp\":1709123980,\"user\":\"45.221.4.3\",\"bot\":false,\"notify_url\":\"https://fr.wikipedia.org/w/index.php?diff=212879206&oldid=212794990&rcid=515083134\",\"server_url\":\"https://fr.wikipedia.org\",\"server_name\":\"fr.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"frwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Offre_et_demande\\\" title=\\\"Offre et demande\\\">Offre et demande</a> supprimée de la catégorie\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q116352855\",\"request_id\":\"db76bd73-b357-4751-9cbf-febd13fd74bd\",\"id\":\"17acfe81-8fca-4b65-aaad-6e7c68a4c0ec\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045755},\"id\":2152736662,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q116352855\",\"title_url\":\"https://www.wikidata.org/wiki/Q116352855\",\"comment\":\"/* wbeditentity-update-languages-short:0||zh-hans */ .\",\"timestamp\":1709123983,\"user\":\"Dcirovicbot\",\"bot\":true,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405596&oldid=2089405582&rcid=2152736662\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":11993,\"new\":12080},\"revision\":{\"old\":2089405582,\"new\":2089405596},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Changed label, description and/or aliases in zh-hans: </span></span> .\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Page_utilisant_un_mod%C3%A8le_Bases_inactif\",\"request_id\":\"e80303fc-6098-47f7-88ac-34724272c095\",\"id\":\"2a956dbb-68ea-41c4-af37-52e7c9badc3f\",\"dt\":\"2024-02-28T12:39:40Z\",\"domain\":\"fr.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045756},\"id\":515083135,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Catégorie:Page utilisant un modèle Bases inactif\",\"title_url\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Page_utilisant_un_mod%C3%A8le_Bases_inactif\",\"comment\":\"[[:Offre et demande]] supprimée de la catégorie\",\"timestamp\":1709123980,\"user\":\"45.221.4.3\",\"bot\":false,\"notify_url\":\"https://fr.wikipedia.org/w/index.php?diff=212879206&oldid=212794990&rcid=515083135\",\"server_url\":\"https://fr.wikipedia.org\",\"server_name\":\"fr.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"frwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Offre_et_demande\\\" title=\\\"Offre et demande\\\">Offre et demande</a> supprimée de la catégorie\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Page_utilisant_P1417\",\"request_id\":\"e80303fc-6098-47f7-88ac-34724272c095\",\"id\":\"7af35681-3bb3-424b-8d8e-ba477f4dba62\",\"dt\":\"2024-02-28T12:39:40Z\",\"domain\":\"fr.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045757},\"id\":515083136,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Catégorie:Page utilisant P1417\",\"title_url\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Page_utilisant_P1417\",\"comment\":\"[[:Offre et demande]] supprimée de la catégorie\",\"timestamp\":1709123980,\"user\":\"45.221.4.3\",\"bot\":false,\"notify_url\":\"https://fr.wikipedia.org/w/index.php?diff=212879206&oldid=212794990&rcid=515083136\",\"server_url\":\"https://fr.wikipedia.org\",\"server_name\":\"fr.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"frwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Offre_et_demande\\\" title=\\\"Offre et demande\\\">Offre et demande</a> supprimée de la catégorie\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Page_pointant_vers_des_bases_externes\",\"request_id\":\"e80303fc-6098-47f7-88ac-34724272c095\",\"id\":\"de990d44-9fb0-4b52-a93d-8c18b7e1530e\",\"dt\":\"2024-02-28T12:39:40Z\",\"domain\":\"fr.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045758},\"id\":515083137,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Catégorie:Page pointant vers des bases externes\",\"title_url\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Page_pointant_vers_des_bases_externes\",\"comment\":\"[[:Offre et demande]] supprimée de la catégorie\",\"timestamp\":1709123980,\"user\":\"45.221.4.3\",\"bot\":false,\"notify_url\":\"https://fr.wikipedia.org/w/index.php?diff=212879206&oldid=212794990&rcid=515083137\",\"server_url\":\"https://fr.wikipedia.org\",\"server_name\":\"fr.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"frwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Offre_et_demande\\\" title=\\\"Offre et demande\\\">Offre et demande</a> supprimée de la catégorie\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Page_pointant_vers_des_dictionnaires_ou_encyclop%C3%A9dies_g%C3%A9n%C3%A9ralistes\",\"request_id\":\"e80303fc-6098-47f7-88ac-34724272c095\",\"id\":\"c791003b-9a36-4d4b-b2ea-356b733a714d\",\"dt\":\"2024-02-28T12:39:40Z\",\"domain\":\"fr.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045759},\"id\":515083138,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Catégorie:Page pointant vers des dictionnaires ou encyclopédies généralistes\",\"title_url\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Page_pointant_vers_des_dictionnaires_ou_encyclop%C3%A9dies_g%C3%A9n%C3%A9ralistes\",\"comment\":\"[[:Offre et demande]] supprimée de la catégorie\",\"timestamp\":1709123980,\"user\":\"45.221.4.3\",\"bot\":false,\"notify_url\":\"https://fr.wikipedia.org/w/index.php?diff=212879206&oldid=212794990&rcid=515083138\",\"server_url\":\"https://fr.wikipedia.org\",\"server_name\":\"fr.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"frwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Offre_et_demande\\\" title=\\\"Offre et demande\\\">Offre et demande</a> supprimée de la catégorie\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Article_de_Wikip%C3%A9dia_avec_notice_d%27autorit%C3%A9\",\"request_id\":\"e80303fc-6098-47f7-88ac-34724272c095\",\"id\":\"bbd260c6-85a3-492e-bf8a-85166153be44\",\"dt\":\"2024-02-28T12:39:40Z\",\"domain\":\"fr.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045760},\"id\":515083139,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Catégorie:Article de Wikipédia avec notice d'autorité\",\"title_url\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Article_de_Wikip%C3%A9dia_avec_notice_d%27autorit%C3%A9\",\"comment\":\"[[:Offre et demande]] supprimée de la catégorie\",\"timestamp\":1709123980,\"user\":\"45.221.4.3\",\"bot\":false,\"notify_url\":\"https://fr.wikipedia.org/w/index.php?diff=212879206&oldid=212794990&rcid=515083139\",\"server_url\":\"https://fr.wikipedia.org\",\"server_name\":\"fr.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"frwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Offre_et_demande\\\" title=\\\"Offre et demande\\\">Offre et demande</a> supprimée de la catégorie\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Portail:%C3%89conomie/Articles_li%C3%A9s\",\"request_id\":\"e80303fc-6098-47f7-88ac-34724272c095\",\"id\":\"b5f90a65-28b9-4a8c-acf9-b86d42cdcddd\",\"dt\":\"2024-02-28T12:39:40Z\",\"domain\":\"fr.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045761},\"id\":515083140,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Catégorie:Portail:Économie/Articles liés\",\"title_url\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Portail:%C3%89conomie/Articles_li%C3%A9s\",\"comment\":\"[[:Offre et demande]] supprimée de la catégorie\",\"timestamp\":1709123980,\"user\":\"45.221.4.3\",\"bot\":false,\"notify_url\":\"https://fr.wikipedia.org/w/index.php?diff=212879206&oldid=212794990&rcid=515083140\",\"server_url\":\"https://fr.wikipedia.org\",\"server_name\":\"fr.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"frwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Offre_et_demande\\\" title=\\\"Offre et demande\\\">Offre et demande</a> supprimée de la catégorie\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Aryal\",\"request_id\":\"22ce886b-f1a5-48b1-97ce-17ddaa9292f6\",\"id\":\"0c17073d-4dd6-43f2-8050-632615683ae5\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045762},\"id\":1748686603,\"type\":\"edit\",\"namespace\":0,\"title\":\"Aryal\",\"title_url\":\"https://en.wikipedia.org/wiki/Aryal\",\"comment\":\"\",\"timestamp\":1709123983,\"user\":\"2400:1A00:B030:83CC:2538:6218:ED8F:86EC\",\"bot\":false,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809781&oldid=1210809636\",\"minor\":false,\"length\":{\"old\":2919,\"new\":3108},\"revision\":{\"old\":1210809636,\"new\":1210809781},\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Portail:Soci%C3%A9t%C3%A9/Articles_li%C3%A9s\",\"request_id\":\"e80303fc-6098-47f7-88ac-34724272c095\",\"id\":\"0ac8a4f3-fdd7-4534-956f-e70db4942fce\",\"dt\":\"2024-02-28T12:39:40Z\",\"domain\":\"fr.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045763},\"id\":515083141,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Catégorie:Portail:Société/Articles liés\",\"title_url\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Portail:Soci%C3%A9t%C3%A9/Articles_li%C3%A9s\",\"comment\":\"[[:Offre et demande]] supprimée de la catégorie\",\"timestamp\":1709123980,\"user\":\"45.221.4.3\",\"bot\":false,\"notify_url\":\"https://fr.wikipedia.org/w/index.php?diff=212879206&oldid=212794990&rcid=515083141\",\"server_url\":\"https://fr.wikipedia.org\",\"server_name\":\"fr.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"frwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Offre_et_demande\\\" title=\\\"Offre et demande\\\">Offre et demande</a> supprimée de la catégorie\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Article_de_qualit%C3%A9_en_mac%C3%A9donien\",\"request_id\":\"e80303fc-6098-47f7-88ac-34724272c095\",\"id\":\"b5fe7e73-b23a-4db2-9f3f-1c36bbce5f55\",\"dt\":\"2024-02-28T12:39:40Z\",\"domain\":\"fr.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045764},\"id\":515083142,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Catégorie:Article de qualité en macédonien\",\"title_url\":\"https://fr.wikipedia.org/wiki/Cat%C3%A9gorie:Article_de_qualit%C3%A9_en_mac%C3%A9donien\",\"comment\":\"[[:Offre et demande]] supprimée de la catégorie\",\"timestamp\":1709123980,\"user\":\"45.221.4.3\",\"bot\":false,\"notify_url\":\"https://fr.wikipedia.org/w/index.php?diff=212879206&oldid=212794990&rcid=515083142\",\"server_url\":\"https://fr.wikipedia.org\",\"server_name\":\"fr.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"frwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Offre_et_demande\\\" title=\\\"Offre et demande\\\">Offre et demande</a> supprimée de la catégorie\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/File:Knives_of_Kauhava_1952_(JOKAUAS2_1397-5).tif\",\"request_id\":\"1a747688-2f0f-4517-a883-5c932b073fe2\",\"id\":\"675332b4-f01b-4977-bac9-0de01ed2f8ab\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045765},\"id\":2444343304,\"type\":\"edit\",\"namespace\":6,\"title\":\"File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif\",\"title_url\":\"https://commons.wikimedia.org/wiki/File:Knives_of_Kauhava_1952_(JOKAUAS2_1397-5).tif\",\"comment\":\"/* wbeditentity-update-languages-and-other-short:0||fi, en */\",\"timestamp\":1709123983,\"user\":\"FinnaUploadBot\",\"bot\":true,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532810&oldid=856532808&rcid=2444343304\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":2146,\"new\":8030},\"revision\":{\"old\":856532808,\"new\":856532810},\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Changed label, description and/or aliases in fi, en, and other parts</span></span>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://arz.wikipedia.org/wiki/2MASX_J10483230%2B0448378_(%D9%85%D8%AC%D8%B1%D9%87)\",\"request_id\":\"854fe74f-857b-402c-941c-779f4b26813f\",\"id\":\"62e14353-ddfc-4970-ac88-afbd0b739744\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"arz.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045766},\"id\":53134188,\"type\":\"edit\",\"namespace\":0,\"title\":\"2MASX J10483230+0448378 (مجره)\",\"title_url\":\"https://arz.wikipedia.org/wiki/2MASX_J10483230%2B0448378_(%D9%85%D8%AC%D8%B1%D9%87)\",\"comment\":\"Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5\",\"timestamp\":1709123983,\"user\":\"InternetArchiveBot\",\"bot\":true,\"notify_url\":\"https://arz.wikipedia.org/w/index.php?diff=9044272&oldid=8753748\",\"minor\":false,\"length\":{\"old\":3736,\"new\":3911},\"revision\":{\"old\":8753748,\"new\":9044272},\"server_url\":\"https://arz.wikipedia.org\",\"server_name\":\"arz.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"arzwiki\",\"parsedcomment\":\"Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/The_Impossible_Heir\",\"request_id\":\"33cf2621-0be7-4698-8f61-b7df6ebd03d0\",\"id\":\"cb232aa2-e2ea-4a16-98b5-8c81c6ec43a2\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045767},\"id\":1748686604,\"type\":\"edit\",\"namespace\":0,\"title\":\"The Impossible Heir\",\"title_url\":\"https://en.wikipedia.org/wiki/The_Impossible_Heir\",\"comment\":\"Fixed start date\",\"timestamp\":1709123983,\"user\":\"Marchrain13\",\"bot\":false,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809780&oldid=1210802220\",\"minor\":false,\"length\":{\"old\":7879,\"new\":7888},\"revision\":{\"old\":1210802220,\"new\":1210809780},\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"Fixed start date\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:2015_Florida_photos_by_Mjrmtg_taken_with_Sony_DSC-WX80\",\"request_id\":\"5814e5a1-74ec-4cbf-b20c-d90aa23244be\",\"id\":\"47d97553-95aa-40b1-ac77-6beeba80411c\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045768},\"id\":2444343305,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:2015 Florida photos by Mjrmtg taken with Sony DSC-WX80\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:2015_Florida_photos_by_Mjrmtg_taken_with_Sony_DSC-WX80\",\"comment\":\"[[:File:Pritchard's Tea Room, White Springs.JPG]] added to category\",\"timestamp\":1709123983,\"user\":\"Mjrmtg\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532809&oldid=856532715&rcid=2444343305\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Pritchard%27s_Tea_Room,_White_Springs.JPG\\\" title=\\\"File:Pritchard&#039;s Tea Room, White Springs.JPG\\\">File:Pritchard&#039;s Tea Room, White Springs.JPG</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Buildings_in_the_United_States_photographed_in_2015\",\"request_id\":\"5814e5a1-74ec-4cbf-b20c-d90aa23244be\",\"id\":\"69abade6-0827-44ef-b1a4-f319897f221b\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045769},\"id\":2444343306,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Buildings in the United States photographed in 2015\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Buildings_in_the_United_States_photographed_in_2015\",\"comment\":\"[[:File:Pritchard's Tea Room, White Springs.JPG]] added to category\",\"timestamp\":1709123983,\"user\":\"Mjrmtg\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532809&oldid=856532715&rcid=2444343306\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Pritchard%27s_Tea_Room,_White_Springs.JPG\\\" title=\\\"File:Pritchard&#039;s Tea Room, White Springs.JPG\\\">File:Pritchard&#039;s Tea Room, White Springs.JPG</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Taken_with_Sony_DSC-WX80\",\"request_id\":\"5814e5a1-74ec-4cbf-b20c-d90aa23244be\",\"id\":\"bef71537-0fe5-4e08-9792-885d63c7b484\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045770},\"id\":2444343307,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Taken with Sony DSC-WX80\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Taken_with_Sony_DSC-WX80\",\"comment\":\"[[:File:Pritchard's Tea Room, White Springs.JPG]] removed from category\",\"timestamp\":1709123983,\"user\":\"Mjrmtg\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532809&oldid=856532715&rcid=2444343307\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Pritchard%27s_Tea_Room,_White_Springs.JPG\\\" title=\\\"File:Pritchard&#039;s Tea Room, White Springs.JPG\\\">File:Pritchard&#039;s Tea Room, White Springs.JPG</a> removed from category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Wikipedia:Requested_moves/Current_discussions_(table)\",\"request_id\":\"636e8d14-ece6-426f-9305-554ea6f611d5\",\"id\":\"44c1281a-eef9-453a-9fdb-ce188be6a4b3\",\"dt\":\"2024-02-28T12:39:41Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045771},\"id\":1748686606,\"type\":\"edit\",\"namespace\":4,\"title\":\"Wikipedia:Requested moves/Current discussions (table)\",\"title_url\":\"https://en.wikipedia.org/wiki/Wikipedia:Requested_moves/Current_discussions_(table)\",\"comment\":\"Updating requested pagemoves table\",\"timestamp\":1709123981,\"user\":\"RMCD bot\",\"bot\":true,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809779&oldid=1210808019\",\"minor\":false,\"length\":{\"old\":64654,\"new\":64933},\"revision\":{\"old\":1210808019,\"new\":1210809779},\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"Updating requested pagemoves table\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Roads_in_Hamilton_County,_Florida\",\"request_id\":\"5814e5a1-74ec-4cbf-b20c-d90aa23244be\",\"id\":\"d151943f-e8d7-4627-aae2-1e5122638d9c\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045772},\"id\":2444343308,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Roads in Hamilton County, Florida\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Roads_in_Hamilton_County,_Florida\",\"comment\":\"[[:File:Pritchard's Tea Room, White Springs.JPG]] removed from category\",\"timestamp\":1709123983,\"user\":\"Mjrmtg\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532809&oldid=856532715&rcid=2444343308\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Pritchard%27s_Tea_Room,_White_Springs.JPG\\\" title=\\\"File:Pritchard&#039;s Tea Room, White Springs.JPG\\\">File:Pritchard&#039;s Tea Room, White Springs.JPG</a> removed from category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q55813939\",\"request_id\":\"87d29a84-2717-42ea-a18b-e0c9987fb955\",\"id\":\"d04e092e-ee4f-47d5-b3d0-25e26404d02a\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045773},\"id\":2152736663,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q55813939\",\"title_url\":\"https://www.wikidata.org/wiki/Q55813939\",\"comment\":\"/* clientsitelink-update:0|trwiki|trwiki:Güzel Sanatlar Fakültesi (İzmir metrosu)|trwiki:Güzel Sanatlar (İzmir Metrosu) */\",\"timestamp\":1709123984,\"user\":\"BSRF\",\"bot\":false,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405598&oldid=2088544182&rcid=2152736663\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":14382,\"new\":14371},\"revision\":{\"old\":2088544182,\"new\":2089405598},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Page moved from [trwiki:Güzel Sanatlar Fakültesi (İzmir metrosu)] to [trwiki:Güzel Sanatlar (İzmir Metrosu)]</span></span>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Creative_Commons_Attribution_missing_SDC_copyright_status\",\"request_id\":\"391bfe01-a444-4ebf-95b5-5e164ae63eac\",\"id\":\"ac7678b3-fc93-4453-b5f5-694caefbca13\",\"dt\":\"2024-02-28T12:39:41Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045774},\"id\":2444343310,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Creative Commons Attribution missing SDC copyright status\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Creative_Commons_Attribution_missing_SDC_copyright_status\",\"comment\":\"[[:File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif]] added to category\",\"timestamp\":1709123981,\"user\":\"FinnaUploadBot\",\"bot\":true,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532808&oldid=0&rcid=2444343310\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Knives_of_Kauhava_1952_(JOKAUAS2_1397-5).tif\\\" title=\\\"File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif\\\">File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Florida_photos_by_Mjrmtg\",\"request_id\":\"5814e5a1-74ec-4cbf-b20c-d90aa23244be\",\"id\":\"f298fa80-fdcc-4f0d-8e13-5c88d6596e63\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045775},\"id\":2444343309,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Florida photos by Mjrmtg\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Florida_photos_by_Mjrmtg\",\"comment\":\"[[:File:Pritchard's Tea Room, White Springs.JPG]] removed from category\",\"timestamp\":1709123983,\"user\":\"Mjrmtg\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532809&oldid=856532715&rcid=2444343309\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Pritchard%27s_Tea_Room,_White_Springs.JPG\\\" title=\\\"File:Pritchard&#039;s Tea Room, White Springs.JPG\\\">File:Pritchard&#039;s Tea Room, White Springs.JPG</a> removed from category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:CC-BY-4.0\",\"request_id\":\"391bfe01-a444-4ebf-95b5-5e164ae63eac\",\"id\":\"cb383312-4863-4c1b-a83e-c5cc92f801a0\",\"dt\":\"2024-02-28T12:39:41Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045776},\"id\":2444343311,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:CC-BY-4.0\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:CC-BY-4.0\",\"comment\":\"[[:File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif]] added to category\",\"timestamp\":1709123981,\"user\":\"FinnaUploadBot\",\"bot\":true,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532808&oldid=0&rcid=2444343311\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Knives_of_Kauhava_1952_(JOKAUAS2_1397-5).tif\\\" title=\\\"File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif\\\">File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Creative_Commons_Attribution_4.0_missing_SDC_copyright_license\",\"request_id\":\"391bfe01-a444-4ebf-95b5-5e164ae63eac\",\"id\":\"5d0279fd-6459-48b8-a149-0a04971afb91\",\"dt\":\"2024-02-28T12:39:41Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045777},\"id\":2444343312,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Creative Commons Attribution 4.0 missing SDC copyright license\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Creative_Commons_Attribution_4.0_missing_SDC_copyright_license\",\"comment\":\"[[:File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif]] added to category\",\"timestamp\":1709123981,\"user\":\"FinnaUploadBot\",\"bot\":true,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532808&oldid=0&rcid=2444343312\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Knives_of_Kauhava_1952_(JOKAUAS2_1397-5).tif\\\" title=\\\"File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif\\\">File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Finna_review_needed\",\"request_id\":\"391bfe01-a444-4ebf-95b5-5e164ae63eac\",\"id\":\"cf676d65-7edd-45ba-8f5f-49e0757c1a55\",\"dt\":\"2024-02-28T12:39:41Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045778},\"id\":2444343313,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Finna review needed\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Finna_review_needed\",\"comment\":\"[[:File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif]] added to category\",\"timestamp\":1709123981,\"user\":\"FinnaUploadBot\",\"bot\":true,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532808&oldid=0&rcid=2444343313\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Knives_of_Kauhava_1952_(JOKAUAS2_1397-5).tif\\\" title=\\\"File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif\\\">File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Photographs_by_U._A._Saarinen\",\"request_id\":\"391bfe01-a444-4ebf-95b5-5e164ae63eac\",\"id\":\"8e0ac803-4849-44b5-bd83-591e4e228c0c\",\"dt\":\"2024-02-28T12:39:41Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045779},\"id\":2444343314,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Photographs by U. A. Saarinen\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Photographs_by_U._A._Saarinen\",\"comment\":\"[[:File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif]] added to category\",\"timestamp\":1709123981,\"user\":\"FinnaUploadBot\",\"bot\":true,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532808&oldid=0&rcid=2444343314\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Knives_of_Kauhava_1952_(JOKAUAS2_1397-5).tif\\\" title=\\\"File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif\\\">File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q57156246\",\"request_id\":\"242a0a7d-2353-4de4-a402-c67a842b4005\",\"id\":\"d783ce95-163e-4caf-8d34-f8acc1d748da\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045780},\"id\":2152736664,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q57156246\",\"title_url\":\"https://www.wikidata.org/wiki/Q57156246\",\"comment\":\"/* wbeditentity-update-languages-short:0||fr, it, es, pt, sq, pl, cs, sk, sv, da, lt, sl, sr, bg, ru, vi, tr, zh-hant, zh-hans, nan, ja, ko, tg-cyrl, tg-latn, eo, ca, ro, id, bn, nb, he, nn, ar, gl, en-gb, pt-br, sr-ec, zh, zh-tw, zh-hk, zh-mo, yue, zh-cn, zh-sg, zh-my, wuu */ Modify PubMed ID: 14414545 citation data from NCBI, Europe PMC and CrossRef\",\"timestamp\":1709123984,\"user\":\"Cewbot\",\"bot\":true,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405599&oldid=1693971094&rcid=2152736664\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":15472,\"new\":19091},\"revision\":{\"old\":1693971094,\"new\":2089405599},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Changed label, description and/or aliases in fr, it, es, pt, sq, pl, cs, sk, sv, da, lt, sl, sr, bg, ru, vi, tr, zh-hant, zh-hans, nan, ja, ko, tg-cyrl, tg-latn, eo, ca, ro, id, bn, nb, he, nn, ar, gl, en-gb, pt-br, sr-ec, zh, zh-tw, zh-hk, zh-mo, yue, zh-cn, zh-sg, zh-my, wuu: </span></span> Modify PubMed ID: 14414545 citation data from NCBI, Europe PMC and CrossRef\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Files_uploaded_by_FinnaUploadBot\",\"request_id\":\"391bfe01-a444-4ebf-95b5-5e164ae63eac\",\"id\":\"4e5e9418-f5ba-4d2d-abd0-92cb630dd5a9\",\"dt\":\"2024-02-28T12:39:41Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045781},\"id\":2444343315,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Files uploaded by FinnaUploadBot\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Files_uploaded_by_FinnaUploadBot\",\"comment\":\"[[:File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif]] added to category\",\"timestamp\":1709123981,\"user\":\"FinnaUploadBot\",\"bot\":true,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532808&oldid=0&rcid=2444343315\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Knives_of_Kauhava_1952_(JOKAUAS2_1397-5).tif\\\" title=\\\"File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif\\\">File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:1952_in_Finland\",\"request_id\":\"391bfe01-a444-4ebf-95b5-5e164ae63eac\",\"id\":\"e91a46f6-0f09-43c5-95fa-5c111e88384f\",\"dt\":\"2024-02-28T12:39:41Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045782},\"id\":2444343316,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:1952 in Finland\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:1952_in_Finland\",\"comment\":\"[[:File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif]] added to category\",\"timestamp\":1709123981,\"user\":\"FinnaUploadBot\",\"bot\":true,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532808&oldid=0&rcid=2444343316\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Knives_of_Kauhava_1952_(JOKAUAS2_1397-5).tif\\\" title=\\\"File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif\\\">File:Knives of Kauhava 1952 (JOKAUAS2 1397-5).tif</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/File:2019-01-13_Women%27s_Teamsprint_Semifinals_(Heat_2)_at_the_at_FIS_Cross-Country_World_Cup_Dresden_by_Sandro_Halank%E2%80%93017.jpg\",\"request_id\":\"7152ddbf-2440-4ff9-b04a-7b2351aba59d\",\"id\":\"cf6cbce8-ec49-48e4-ba9a-864c6ced2ba7\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045783},\"id\":2444343317,\"type\":\"edit\",\"namespace\":6,\"title\":\"File:2019-01-13 Women's Teamsprint Semifinals (Heat 2) at the at FIS Cross-Country World Cup Dresden by Sandro Halank–017.jpg\",\"title_url\":\"https://commons.wikimedia.org/wiki/File:2019-01-13_Women%27s_Teamsprint_Semifinals_(Heat_2)_at_the_at_FIS_Cross-Country_World_Cup_Dresden_by_Sandro_Halank%E2%80%93017.jpg\",\"comment\":\"/* wbeditentity-update:0| */ automatically modify [[Commons:Structured data|structured data]] based on file information: meta\",\"timestamp\":1709123984,\"user\":\"SchlurcherBot\",\"bot\":true,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532811&oldid=826983691&rcid=2444343317\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":8935,\"new\":10980},\"revision\":{\"old\":826983691,\"new\":856532811},\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Ein Objekt geändert: </span></span> automatically modify <a href=\\\"/wiki/Commons:Structured_data\\\" title=\\\"Commons:Structured data\\\">structured data</a> based on file information: meta\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://hy.wikipedia.org/wiki/%D4%BF%D5%B8%D5%AF%D5%B8%D6%80%D5%A4%D5%AB%D5%AC%D5%B8%D5%BD%D5%B6%D5%A5%D6%80\",\"request_id\":\"efc32625-5ebb-4ec1-afc0-6c343af2bea1\",\"id\":\"c9a85a3e-8ea8-4f3e-ae6f-03dab343bc2b\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"hy.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045784},\"id\":77993082,\"type\":\"edit\",\"namespace\":0,\"title\":\"Կոկորդիլոսներ\",\"title_url\":\"https://hy.wikipedia.org/wiki/%D4%BF%D5%B8%D5%AF%D5%B8%D6%80%D5%A4%D5%AB%D5%AC%D5%B8%D5%BD%D5%B6%D5%A5%D6%80\",\"comment\":\"ծանոթագրության կաղապարում ամսաթվի թարգմանություն/ձևաչափի ուղղում\",\"timestamp\":1709123984,\"user\":\"ԱշբոտՏՆՂ\",\"bot\":true,\"notify_url\":\"https://hy.wikipedia.org/w/index.php?diff=9256220&oldid=9010394\",\"minor\":true,\"length\":{\"old\":31030,\"new\":31106},\"revision\":{\"old\":9010394,\"new\":9256220},\"server_url\":\"https://hy.wikipedia.org\",\"server_name\":\"hy.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"hywiki\",\"parsedcomment\":\"ծանոթագրության կաղապարում ամսաթվի թարգմանություն/ձևաչափի ուղղում\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://fr.wiktionary.org/wiki/Cat%C3%A9gorie:q_prononc%C3%A9s_/t%CA%83/_en_fran%C3%A7ais\",\"request_id\":\"a79901a9-4211-4880-95e6-84aad7dbc605\",\"id\":\"9f01065b-14fa-42d4-89c9-7f67bac80024\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"fr.wiktionary.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045785},\"id\":45905851,\"type\":\"new\",\"namespace\":14,\"title\":\"Catégorie:q prononcés /tʃ/ en français\",\"title_url\":\"https://fr.wiktionary.org/wiki/Cat%C3%A9gorie:q_prononc%C3%A9s_/t%CA%83/_en_fran%C3%A7ais\",\"comment\":\"Création : __HIDDENCAT__ {{titre incorrect|Catégorie:''q'' prononcés {{pron-API|/tʃ/}} en français}} La lettre ''q'' prononcées {{pron|tʃ|fr}} au lieu de {{pron|k|fr}} en français, reflètent généralement une étymologie du chinois. [[Catégorie:Phonétique en français|qu prononcés kw]] [[Catégorie:{{MediaWiki:Hidden-category-category}}|francais prononciation qu kw]]\",\"timestamp\":1709123984,\"user\":\"Sayoxime\",\"bot\":false,\"notify_url\":\"https://fr.wiktionary.org/w/index.php?oldid=33626306&rcid=45905851\",\"minor\":false,\"patrolled\":true,\"length\":{\"new\":372},\"revision\":{\"new\":33626306},\"server_url\":\"https://fr.wiktionary.org\",\"server_name\":\"fr.wiktionary.org\",\"server_script_path\":\"/w\",\"wiki\":\"frwiktionary\",\"parsedcomment\":\"Création : __HIDDENCAT__ {{titre incorrect|Catégorie:&#039;&#039;q&#039;&#039; prononcés {{pron-API|/tʃ/}} en français}} La lettre &#039;&#039;q&#039;&#039; prononcées {{pron|tʃ|fr}} au lieu de {{pron|k|fr}} en français, reflètent généralement une étymologie du chinois. <a href=\\\"/wiki/Cat%C3%A9gorie:Phon%C3%A9tique_en_fran%C3%A7ais\\\" title=\\\"Catégorie:Phonétique en français\\\">qu prononcés kw</a> [[Catégorie:{{MediaWiki:Hidden-category-category}}|francais prononciation qu kw]]\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q56630537\",\"request_id\":\"e49b6bf7-8404-4866-8c14-e954ba83784e\",\"id\":\"0c392172-3ffa-4748-910a-39176999edab\",\"dt\":\"2024-02-28T12:39:43Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045786},\"id\":2152736665,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q56630537\",\"title_url\":\"https://www.wikidata.org/wiki/Q56630537\",\"comment\":\"/* wbeditentity-update:0| */ Author Disambiguator set author [[Q124684377]] ([[:toollabs:editgroups/b/AD/682d2569|details]])\",\"timestamp\":1709123983,\"user\":\"Simon Villeneuve\",\"bot\":false,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405597&oldid=2089098657&rcid=2152736665\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":1819699,\"new\":1820018},\"revision\":{\"old\":2089098657,\"new\":2089405597},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Élément modifié : </span></span> Author Disambiguator set author <a href=\\\"/wiki/Q124684377\\\" title=\\\"‎A. Kamenev‎ | ‎chercheur en physique des particules‎\\\"><span class=\\\"wb-itemlink\\\"><span class=\\\"wb-itemlink-label\\\" lang=\\\"fr\\\" dir=\\\"ltr\\\">A. Kamenev</span> <span class=\\\"wb-itemlink-id\\\">(Q124684377)</span></span></a> (<a href=\\\"https://iw.toolforge.org/editgroups/b/AD/682d2569\\\" class=\\\"extiw\\\" title=\\\"toollabs:editgroups/b/AD/682d2569\\\">details</a>)\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://it.wikipedia.org/wiki/Categoria:Pagine_con_errori_nell%27uso_delle_note\",\"request_id\":\"897c3736-4e69-4be6-9da7-ef15688bdd2b\",\"id\":\"d0fd90d7-e432-4f0f-83ba-06f777250f64\",\"dt\":\"2024-02-28T12:39:40Z\",\"domain\":\"it.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045787},\"id\":333204536,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Categoria:Pagine con errori nell'uso delle note\",\"title_url\":\"https://it.wikipedia.org/wiki/Categoria:Pagine_con_errori_nell%27uso_delle_note\",\"comment\":\"[[:Armée de l'Air et de l'Espace]] aggiunta alla categoria\",\"timestamp\":1709123980,\"user\":\"Toreking\",\"bot\":false,\"notify_url\":\"https://it.wikipedia.org/w/index.php?diff=138095855&oldid=137490549&rcid=333204536\",\"server_url\":\"https://it.wikipedia.org\",\"server_name\":\"it.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"itwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Arm%C3%A9e_de_l%27Air_et_de_l%27Espace\\\" title=\\\"Armée de l&#039;Air et de l&#039;Espace\\\">Armée de l&#039;Air et de l&#039;Espace</a> aggiunta alla categoria\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q70923721\",\"request_id\":\"baf79670-3063-4605-b1bc-bd78b6fa5af4\",\"id\":\"fa1eb96c-224a-4163-ae4d-467dba214a47\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045788},\"id\":2152736666,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q70923721\",\"title_url\":\"https://www.wikidata.org/wiki/Q70923721\",\"comment\":\"/* wbcreateclaim-create:1| */ [[Property:P921]]: [[Q243253]], Modify PubMed ID: 5235914 citation data from NCBI, Europe PMC and CrossRef\",\"timestamp\":1709123984,\"user\":\"Cewbot\",\"bot\":true,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405600&oldid=2089405595&rcid=2152736666\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":29214,\"new\":29644},\"revision\":{\"old\":2089405595,\"new\":2089405600},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Created claim: </span></span> <a href=\\\"/wiki/Property:P921\\\" title=\\\"‎main subject‎ | ‎primary topic of a work (see also P180: depicts)‎\\\"><span class=\\\"wb-itemlink\\\"><span class=\\\"wb-itemlink-label\\\" lang=\\\"en\\\" dir=\\\"ltr\\\">main subject</span> <span class=\\\"wb-itemlink-id\\\">(P921)</span></span></a>: <a href=\\\"/wiki/Q243253\\\" title=\\\"‎physical education‎ | ‎educational course related to the physique of the human body‎\\\"><span class=\\\"wb-itemlink\\\"><span class=\\\"wb-itemlink-label\\\" lang=\\\"en\\\" dir=\\\"ltr\\\">physical education</span> <span class=\\\"wb-itemlink-id\\\">(Q243253)</span></span></a>, Modify PubMed ID: 5235914 citation data from NCBI, Europe PMC and CrossRef\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/User:Migs005/sandbox\",\"request_id\":\"f204b4be-32bd-4c5c-b91e-84e17795b609\",\"id\":\"f0081779-0c87-4f59-bc9d-3c7db016e5ef\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045789},\"id\":1748686607,\"type\":\"edit\",\"namespace\":2,\"title\":\"User:Migs005/sandbox\",\"title_url\":\"https://en.wikipedia.org/wiki/User:Migs005/sandbox\",\"comment\":\"\",\"timestamp\":1709123984,\"user\":\"Migs005\",\"bot\":false,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809782&oldid=1210807041\",\"minor\":false,\"length\":{\"old\":24134,\"new\":26739},\"revision\":{\"old\":1210807041,\"new\":1210809782},\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://fr.wiktionary.org/wiki/Cat%C3%A9gorie:Cat%C3%A9gories_cach%C3%A9es\",\"request_id\":\"a79901a9-4211-4880-95e6-84aad7dbc605\",\"id\":\"e4b2c1bc-afec-446d-92eb-3da8dc82dca3\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"fr.wiktionary.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045790},\"id\":45905852,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Catégorie:Catégories cachées\",\"title_url\":\"https://fr.wiktionary.org/wiki/Cat%C3%A9gorie:Cat%C3%A9gories_cach%C3%A9es\",\"comment\":\"[[:Catégorie:q prononcés /tʃ/ en français]] ajoutée à la catégorie\",\"timestamp\":1709123984,\"user\":\"Sayoxime\",\"bot\":false,\"notify_url\":\"https://fr.wiktionary.org/w/index.php?diff=33626306&oldid=0&rcid=45905852\",\"server_url\":\"https://fr.wiktionary.org\",\"server_name\":\"fr.wiktionary.org\",\"server_script_path\":\"/w\",\"wiki\":\"frwiktionary\",\"parsedcomment\":\"<a href=\\\"/wiki/Cat%C3%A9gorie:q_prononc%C3%A9s_/t%CA%83/_en_fran%C3%A7ais\\\" title=\\\"Catégorie:q prononcés /tʃ/ en français\\\">Catégorie:q prononcés /tʃ/ en français</a> ajoutée à la catégorie\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q116315829\",\"request_id\":\"ed57df20-762a-4e11-bb5b-1911adce01ba\",\"id\":\"bbae064d-ff57-411f-85b0-6d3edf3c87f4\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045791},\"id\":2152736668,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q116315829\",\"title_url\":\"https://www.wikidata.org/wiki/Q116315829\",\"comment\":\"/* wbeditentity-update-languages-short:0||ff */ .\",\"timestamp\":1709123985,\"user\":\"Dcirovicbot\",\"bot\":true,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405603&oldid=2089405587&rcid=2152736668\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":12341,\"new\":12419},\"revision\":{\"old\":2089405587,\"new\":2089405603},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Changed label, description and/or aliases in ff: </span></span> .\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q57156246\",\"request_id\":\"258228ff-1821-4424-8e11-4a6fac18da05\",\"id\":\"a670050b-cf8d-4e3d-9611-89a6b0a3741f\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045792},\"id\":2152736669,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q57156246\",\"title_url\":\"https://www.wikidata.org/wiki/Q57156246\",\"comment\":\"/* wbsetlabel-set:1|en */ Controversies on a fossil heart supposedly of Saint Louis discovered in the Sainte-Chapelle de Paris, Modify PubMed ID: 14414545 citation data from NCBI, Europe PMC and CrossRef\",\"timestamp\":1709123984,\"user\":\"Cewbot\",\"bot\":true,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405602&oldid=2089405599&rcid=2152736669\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":19091,\"new\":19088},\"revision\":{\"old\":2089405599,\"new\":2089405602},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Changed English label: </span></span> Controversies on a fossil heart supposedly of Saint Louis discovered in the Sainte-Chapelle de Paris, Modify PubMed ID: 14414545 citation data from NCBI, Europe PMC and CrossRef\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://fr.wiktionary.org/wiki/Cat%C3%A9gorie:Pages_avec_titre_incorrect_corrig%C3%A9\",\"request_id\":\"a79901a9-4211-4880-95e6-84aad7dbc605\",\"id\":\"d6501559-765e-4242-8b56-26fd8e8636c6\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"fr.wiktionary.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045793},\"id\":45905853,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Catégorie:Pages avec titre incorrect corrigé\",\"title_url\":\"https://fr.wiktionary.org/wiki/Cat%C3%A9gorie:Pages_avec_titre_incorrect_corrig%C3%A9\",\"comment\":\"[[:Catégorie:q prononcés /tʃ/ en français]] ajoutée à la catégorie\",\"timestamp\":1709123984,\"user\":\"Sayoxime\",\"bot\":false,\"notify_url\":\"https://fr.wiktionary.org/w/index.php?diff=33626306&oldid=0&rcid=45905853\",\"server_url\":\"https://fr.wiktionary.org\",\"server_name\":\"fr.wiktionary.org\",\"server_script_path\":\"/w\",\"wiki\":\"frwiktionary\",\"parsedcomment\":\"<a href=\\\"/wiki/Cat%C3%A9gorie:q_prononc%C3%A9s_/t%CA%83/_en_fran%C3%A7ais\\\" title=\\\"Catégorie:q prononcés /tʃ/ en français\\\">Catégorie:q prononcés /tʃ/ en français</a> ajoutée à la catégorie\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://fr.wiktionary.org/wiki/Cat%C3%A9gorie:Phon%C3%A9tique_en_fran%C3%A7ais\",\"request_id\":\"a79901a9-4211-4880-95e6-84aad7dbc605\",\"id\":\"fd38a7d5-2606-42df-ad02-f9eb18d0d576\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"fr.wiktionary.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045794},\"id\":45905854,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Catégorie:Phonétique en français\",\"title_url\":\"https://fr.wiktionary.org/wiki/Cat%C3%A9gorie:Phon%C3%A9tique_en_fran%C3%A7ais\",\"comment\":\"[[:Catégorie:q prononcés /tʃ/ en français]] ajoutée à la catégorie\",\"timestamp\":1709123984,\"user\":\"Sayoxime\",\"bot\":false,\"notify_url\":\"https://fr.wiktionary.org/w/index.php?diff=33626306&oldid=0&rcid=45905854\",\"server_url\":\"https://fr.wiktionary.org\",\"server_name\":\"fr.wiktionary.org\",\"server_script_path\":\"/w\",\"wiki\":\"frwiktionary\",\"parsedcomment\":\"<a href=\\\"/wiki/Cat%C3%A9gorie:q_prononc%C3%A9s_/t%CA%83/_en_fran%C3%A7ais\\\" title=\\\"Catégorie:q prononcés /tʃ/ en français\\\">Catégorie:q prononcés /tʃ/ en français</a> ajoutée à la catégorie\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q124684418\",\"request_id\":\"b4d18525-54f3-4639-b794-e39c9e7bdeb7\",\"id\":\"adfaae81-5fe6-4814-8da7-4855df17f14f\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045795},\"id\":2152736667,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q124684418\",\"title_url\":\"https://www.wikidata.org/wiki/Q124684418\",\"comment\":\"/* wbsetclaim-create:2||1 */ [[Property:P186]]: [[Q22915256]]\",\"timestamp\":1709123984,\"user\":\"193.146.182.186\",\"bot\":false,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405601&oldid=2089405444&rcid=2152736667\",\"minor\":false,\"patrolled\":false,\"length\":{\"old\":12948,\"new\":13747},\"revision\":{\"old\":2089405444,\"new\":2089405601},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Created claim: </span></span> <a href=\\\"/wiki/Property:P186\\\" title=\\\"‎made from material‎ | ‎material the subject or the object is made of or derived from (do not confuse with P10672 which is used for processes)‎\\\"><span class=\\\"wb-itemlink\\\"><span class=\\\"wb-itemlink-label\\\" lang=\\\"en\\\" dir=\\\"ltr\\\">made from material</span> <span class=\\\"wb-itemlink-id\\\">(P186)</span></span></a>: <a href=\\\"/wiki/Q22915256\\\" title=\\\"‎watercolor paint‎ | ‎material consisting of pigment suspended in water to form a transparent painting medium‎\\\"><span class=\\\"wb-itemlink\\\"><span class=\\\"wb-itemlink-label\\\" lang=\\\"en\\\" dir=\\\"ltr\\\">watercolor paint</span> <span class=\\\"wb-itemlink-id\\\">(Q22915256)</span></span></a>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q11577355\",\"request_id\":\"18c929b1-8315-4969-a3ed-86896616f491\",\"id\":\"fbfdcb9a-4eee-4d4d-9cad-349056c75f28\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045796},\"id\":2152736670,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q11577355\",\"title_url\":\"https://www.wikidata.org/wiki/Q11577355\",\"comment\":\"/* wbsetdescription-add:1|zh-tw */ 日本女演員\",\"timestamp\":1709123985,\"user\":\"Cookai1205\",\"bot\":false,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405604&oldid=2082902819&rcid=2152736670\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":17397,\"new\":17477},\"revision\":{\"old\":2082902819,\"new\":2089405604},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">已加入 [zh-tw] 描述:​</span></span> 日本女演員\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://pt.wikipedia.org/wiki/Mia_Rosa_e_Leonor_M%26M\",\"request_id\":\"1ee96271-1916-4064-aeff-4eb72f32fc4d\",\"id\":\"93f71b46-8e07-4a95-a0c8-c19ecf56b8dd\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"pt.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045797},\"id\":127185409,\"type\":\"edit\",\"namespace\":0,\"title\":\"Mia Rosa e Leonor M&M\",\"title_url\":\"https://pt.wikipedia.org/wiki/Mia_Rosa_e_Leonor_M%26M\",\"comment\":\"/* Relações Amorosas */\",\"timestamp\":1709123984,\"user\":\"Habibi Hunamid\",\"bot\":false,\"notify_url\":\"https://pt.wikipedia.org/w/index.php?diff=67551180&oldid=67551178&rcid=127185409\",\"minor\":false,\"patrolled\":false,\"length\":{\"old\":1239,\"new\":1239},\"revision\":{\"old\":67551178,\"new\":67551180},\"server_url\":\"https://pt.wikipedia.org\",\"server_name\":\"pt.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"ptwiki\",\"parsedcomment\":\"<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\"><a href=\\\"/wiki/Mia_Rosa_e_Leonor_M%26M#Relações_Amorosas\\\" title=\\\"Mia Rosa e Leonor M&amp;M\\\">→‎Relações Amorosas</a></span></span>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Category:Articles_using_WikiProject_banner_shell_with_empty_class_parameter\",\"request_id\":\"f2f09dce-9abb-4bc9-8e4e-601d914f0739\",\"id\":\"355a656b-b6d7-413d-8f3d-9430fa0d96dd\",\"dt\":\"2024-02-28T12:39:41Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045798},\"id\":1748686609,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Articles using WikiProject banner shell with empty class parameter\",\"title_url\":\"https://en.wikipedia.org/wiki/Category:Articles_using_WikiProject_banner_shell_with_empty_class_parameter\",\"comment\":\"[[:Talk:USA-91]] removed from category, [[Special:WhatLinksHere/Talk:USA-91|this page is included within other pages]]\",\"timestamp\":1709123981,\"user\":\"Cewbot\",\"bot\":true,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809778&oldid=1204559494\",\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Talk:USA-91\\\" title=\\\"Talk:USA-91\\\">Talk:USA-91</a> removed from category, <a href=\\\"/wiki/Special:WhatLinksHere/Talk:USA-91\\\" title=\\\"Special:WhatLinksHere/Talk:USA-91\\\">this page is included within other pages</a>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://pl.wikipedia.org/wiki/Bo%C5%BCena_Porzy%C5%84ska\",\"request_id\":\"f0d26d8e-04b4-4348-ad22-c34d44391097\",\"id\":\"ee0740a7-651d-429c-9e91-7cdda896c8ca\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"pl.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045799},\"id\":142032435,\"type\":\"edit\",\"namespace\":0,\"title\":\"Bożena Porzyńska\",\"title_url\":\"https://pl.wikipedia.org/wiki/Bo%C5%BCena_Porzy%C5%84ska\",\"comment\":\"/* Nagrody w konkursach wokalnych{{cytuj stronę | url = http://archive.is/20120907152424/http://www.bozenaporzynska.eu/konkursy.htm| tytuł = Strona domowa Bożeny Porzyńskiej - konkursy| data dostępu = 2012-05-14| autor = | opublikowany = | praca = | data = | język =}} */\",\"timestamp\":1709123985,\"user\":\"2A00:F41:3432:4687:A40B:C090:A45D:AF8D\",\"bot\":false,\"notify_url\":\"https://pl.wikipedia.org/w/index.php?diff=73008682&oldid=69141634\",\"minor\":false,\"length\":{\"old\":10488,\"new\":10829},\"revision\":{\"old\":69141634,\"new\":73008682},\"server_url\":\"https://pl.wikipedia.org\",\"server_name\":\"pl.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"plwiki\",\"parsedcomment\":\"<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\"><a href=\\\"/wiki/Bo%C5%BCena_Porzy%C5%84ska#Nagrody_w_konkursach_wokalnych{{cytuj_stronę_|_url_=_http://archive.is/20120907152424/http://www.bozenaporzynska.eu/konkursy.htm|_tytuł_=_Strona_domowa_Bożeny_Porzyńskiej_-_konkursy|_data_dostępu_=_2012-05-14|_autor_=_|_opublikowany_=_|_praca_=_|_data_=_|_język_=}}\\\" title=\\\"Bożena Porzyńska\\\">→‎Nagrody w konkursach wokalnych{{cytuj stronę | url = http://archive.is/20120907152424/http://www.bozenaporzynska.eu/konkursy.htm| tytuł = Strona domowa Bożeny Porzyńskiej - konkursy| data dostępu = 2012-05-14| autor = | opublikowany = | praca = | data = | język =}}</a></span></span>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Category:Pages_using_WikiProject_banner_shell_without_a_project-independent_quality_rating\",\"request_id\":\"f2f09dce-9abb-4bc9-8e4e-601d914f0739\",\"id\":\"97b763ec-545c-41fd-8404-5fe94f9e9770\",\"dt\":\"2024-02-28T12:39:41Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045800},\"id\":1748686610,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Pages using WikiProject banner shell without a project-independent quality rating\",\"title_url\":\"https://en.wikipedia.org/wiki/Category:Pages_using_WikiProject_banner_shell_without_a_project-independent_quality_rating\",\"comment\":\"[[:Talk:USA-91]] removed from category, [[Special:WhatLinksHere/Talk:USA-91|this page is included within other pages]]\",\"timestamp\":1709123981,\"user\":\"Cewbot\",\"bot\":true,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809778&oldid=1204559494\",\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Talk:USA-91\\\" title=\\\"Talk:USA-91\\\">Talk:USA-91</a> removed from category, <a href=\\\"/wiki/Special:WhatLinksHere/Talk:USA-91\\\" title=\\\"Special:WhatLinksHere/Talk:USA-91\\\">this page is included within other pages</a>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Miss_Chinese_International_Pageant_2017\",\"request_id\":\"ea4208da-1da2-4afe-935a-a59ff8a74e32\",\"id\":\"36134037-35be-4b2f-abe8-b546636ea467\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045801},\"id\":1748686608,\"type\":\"edit\",\"namespace\":0,\"title\":\"Miss Chinese International Pageant 2017\",\"title_url\":\"https://en.wikipedia.org/wiki/Miss_Chinese_International_Pageant_2017\",\"comment\":\"\",\"timestamp\":1709123984,\"user\":\"143.44.140.72\",\"bot\":false,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809783&oldid=996418461\",\"minor\":false,\"length\":{\"old\":6427,\"new\":6405},\"revision\":{\"old\":996418461,\"new\":1210809783},\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://hy.wikipedia.org/wiki/1295_%D5%A9%D5%BE%D5%A1%D5%AF%D5%A1%D5%B6\",\"request_id\":\"4dc87fe5-68c7-42f7-b22c-89940d3a37e1\",\"id\":\"c20df720-f7b7-4761-8f65-c9b8175d611b\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"hy.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045802},\"id\":77993083,\"type\":\"new\",\"namespace\":0,\"title\":\"1295 թվական\",\"title_url\":\"https://hy.wikipedia.org/wiki/1295_%D5%A9%D5%BE%D5%A1%D5%AF%D5%A1%D5%B6\",\"comment\":\"Վերահղվում է դեպի [[1295]]\",\"timestamp\":1709123985,\"user\":\"ԱշոտՏՆՂ\",\"bot\":false,\"notify_url\":\"https://hy.wikipedia.org/w/index.php?oldid=9256221&rcid=77993083\",\"minor\":false,\"patrolled\":false,\"length\":{\"new\":28},\"revision\":{\"new\":9256221},\"server_url\":\"https://hy.wikipedia.org\",\"server_name\":\"hy.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"hywiki\",\"parsedcomment\":\"Վերահղվում է դեպի <a href=\\\"/wiki/1295\\\" title=\\\"1295\\\">1295</a>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://simple.wikipedia.org/wiki/Fire_engine\",\"request_id\":\"213c5ba2-6180-41a6-b435-7761c50538f7\",\"id\":\"01098225-1785-4ba1-827c-9c668b7aaa53\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"simple.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045803},\"id\":22357855,\"type\":\"edit\",\"namespace\":0,\"title\":\"Fire engine\",\"title_url\":\"https://simple.wikipedia.org/wiki/Fire_engine\",\"comment\":\"\",\"timestamp\":1709123985,\"user\":\"2603:9000:9900:510B:6C08:C1F5:923A:EEBA\",\"bot\":false,\"notify_url\":\"https://simple.wikipedia.org/w/index.php?diff=9384696&oldid=9383993\",\"minor\":false,\"length\":{\"old\":6003,\"new\":6742},\"revision\":{\"old\":9383993,\"new\":9384696},\"server_url\":\"https://simple.wikipedia.org\",\"server_name\":\"simple.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"simplewiki\",\"parsedcomment\":\"\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://es.wikipedia.org/wiki/Islam_en_Espa%C3%B1a\",\"request_id\":\"5d601462-357a-4afa-b51d-6597297d49e3\",\"id\":\"e13dc6bf-8d11-41fb-8471-11eb300de619\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"es.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045804},\"id\":308634636,\"type\":\"edit\",\"namespace\":0,\"title\":\"Islam en España\",\"title_url\":\"https://es.wikipedia.org/wiki/Islam_en_Espa%C3%B1a\",\"comment\":\"\",\"timestamp\":1709123985,\"user\":\"83.34.73.72\",\"bot\":false,\"notify_url\":\"https://es.wikipedia.org/w/index.php?diff=158494209&oldid=157652193\",\"minor\":false,\"length\":{\"old\":50411,\"new\":50411},\"revision\":{\"old\":157652193,\"new\":158494209},\"server_url\":\"https://es.wikipedia.org\",\"server_name\":\"es.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"eswiki\",\"parsedcomment\":\"\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://meta.wikimedia.org/wiki/Requests_for_comment/Stop_mass_delection_in_Wikipedia_Nahuatl\",\"request_id\":\"dcf47c4e-727c-4976-bd0d-0ae26a7bd89b\",\"id\":\"90f645c5-2c6b-4be5-a9f7-806a833c0171\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"meta.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045805},\"id\":30201034,\"type\":\"new\",\"namespace\":0,\"title\":\"Requests for comment/Stop mass delection in Wikipedia Nahuatl\",\"title_url\":\"https://meta.wikimedia.org/wiki/Requests_for_comment/Stop_mass_delection_in_Wikipedia_Nahuatl\",\"comment\":\"Created page with \\\"Good morning; I'm denouncing that there is an excessive deletion of articles on Wikipedia in the Nahuatl language, the only person responsible is the user Akapochtli, who has been proclaimed the only connoisseur of the language and librarian of an entire Wikipedia, is eliminating the work of years of many users who once We collaborated there arbitrarily, with the desire of his ego and envy that I am a bad person who damages the project. I have shown him a thousand times...\\\"\",\"timestamp\":1709123984,\"user\":\"2806:105E:F:27E0:65D1:5683:19C:323\",\"bot\":false,\"notify_url\":\"https://meta.wikimedia.org/w/index.php?oldid=26304214&rcid=30201034\",\"minor\":false,\"patrolled\":false,\"length\":{\"new\":34329},\"revision\":{\"new\":26304214},\"server_url\":\"https://meta.wikimedia.org\",\"server_name\":\"meta.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"metawiki\",\"parsedcomment\":\"Created page with &quot;Good morning; I&#039;m denouncing that there is an excessive deletion of articles on Wikipedia in the Nahuatl language, the only person responsible is the user Akapochtli, who has been proclaimed the only connoisseur of the language and librarian of an entire Wikipedia, is eliminating the work of years of many users who once We collaborated there arbitrarily, with the desire of his ego and envy that I am a bad person who damages the project. I have shown him a thousand times...&quot;\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://hy.wikipedia.org/wiki/%D4%BF%D5%B8%D5%AF%D5%B8%D6%80%D5%A4%D5%AB%D5%AC%D5%B8%D5%BD%D5%B6%D5%A5%D6%80%D5%A8_%D5%AF%D5%B8%D5%B5%D5%B8%D6%82%D5%B2%D5%B8%D6%82%D5%B4\",\"request_id\":\"283f609b-7954-414d-85cd-0b72d89fd752\",\"id\":\"de63f2cf-fb84-490a-a99d-3ed8fd329605\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"hy.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045806},\"id\":77993084,\"type\":\"edit\",\"namespace\":0,\"title\":\"Կոկորդիլոսները կոյուղում\",\"title_url\":\"https://hy.wikipedia.org/wiki/%D4%BF%D5%B8%D5%AF%D5%B8%D6%80%D5%A4%D5%AB%D5%AC%D5%B8%D5%BD%D5%B6%D5%A5%D6%80%D5%A8_%D5%AF%D5%B8%D5%B5%D5%B8%D6%82%D5%B2%D5%B8%D6%82%D5%B4\",\"comment\":\"ծանոթագրության կաղապարում ամսաթվի թարգմանություն/ձևաչափի ուղղում\",\"timestamp\":1709123985,\"user\":\"ԱշբոտՏՆՂ\",\"bot\":true,\"notify_url\":\"https://hy.wikipedia.org/w/index.php?diff=9256222&oldid=8937206\",\"minor\":true,\"length\":{\"old\":9116,\"new\":9285},\"revision\":{\"old\":8937206,\"new\":9256222},\"server_url\":\"https://hy.wikipedia.org\",\"server_name\":\"hy.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"hywiki\",\"parsedcomment\":\"ծանոթագրության կաղապարում ամսաթվի թարգմանություն/ձևաչափի ուղղում\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q11577355\",\"request_id\":\"08afe61e-c4a8-4f31-a56c-9b632b500112\",\"id\":\"7d6c5cff-b4e6-4ef2-932a-1fac150c6e3f\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045807},\"id\":2152736671,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q11577355\",\"title_url\":\"https://www.wikidata.org/wiki/Q11577355\",\"comment\":\"/* wbsetdescription-add:1|zh-hans */ 日本女演员\",\"timestamp\":1709123985,\"user\":\"Cookai1205\",\"bot\":false,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405605&oldid=2089405604&rcid=2152736671\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":17477,\"new\":17561},\"revision\":{\"old\":2089405604,\"new\":2089405605},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">已加入 [zh-hans] 描述:​</span></span> 日本女演员\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://vi.wikipedia.org/wiki/Th%E1%BA%A3o_lu%E1%BA%ADn:584_(s%E1%BB%91)\",\"request_id\":\"9360688d-7c5d-480e-8ed1-20ec5a290ee4\",\"id\":\"a7679fb3-c35b-476d-b23f-4215d3959c57\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"vi.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045808},\"id\":116498499,\"type\":\"log\",\"namespace\":1,\"title\":\"Thảo luận:584 (số)\",\"title_url\":\"https://vi.wikipedia.org/wiki/Th%E1%BA%A3o_lu%E1%BA%ADn:584_(s%E1%BB%91)\",\"comment\":\"Trang liên quan đến trang khác không tồn tại\",\"timestamp\":1709123985,\"user\":\"Nguyentrongphu\",\"bot\":false,\"log_id\":38028161,\"log_type\":\"delete\",\"log_action\":\"delete\",\"log_params\":[],\"log_action_comment\":\"deleted &quot;[[Thảo luận:584 (số)]]&quot;: Trang liên quan đến trang khác không tồn tại\",\"server_url\":\"https://vi.wikipedia.org\",\"server_name\":\"vi.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"viwiki\",\"parsedcomment\":\"Trang liên quan đến trang khác không tồn tại\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://zh.wikipedia.org/wiki/Wikipedia:%E4%BA%92%E5%8A%A9%E5%AE%A2%E6%A0%88/%E5%85%B6%E4%BB%96\",\"request_id\":\"d659ffc6-ccf7-453e-82fe-518e3177374f\",\"id\":\"a70eac95-779c-481e-8234-80296c5e8bb9\",\"dt\":\"2024-02-28T12:39:37Z\",\"domain\":\"zh.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045809},\"id\":171508760,\"type\":\"edit\",\"namespace\":4,\"title\":\"Wikipedia:互助客栈/其他\",\"title_url\":\"https://zh.wikipedia.org/wiki/Wikipedia:%E4%BA%92%E5%8A%A9%E5%AE%A2%E6%A0%88/%E5%85%B6%E4%BB%96\",\"comment\":\"/* 已被全域禁制的用户的用户主页可以加离世模板吗? */說明\",\"timestamp\":1709123977,\"user\":\"HualinXMN\",\"bot\":false,\"notify_url\":\"https://zh.wikipedia.org/w/index.php?diff=81712729&oldid=81712452&rcid=171508760\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":206138,\"new\":206508},\"revision\":{\"old\":81712452,\"new\":81712729},\"server_url\":\"https://zh.wikipedia.org\",\"server_name\":\"zh.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"zhwiki\",\"parsedcomment\":\"<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\"><a href=\\\"/wiki/Wikipedia:%E4%BA%92%E5%8A%A9%E5%AE%A2%E6%A0%88/%E5%85%B6%E4%BB%96#已被全域禁制的用户的用户主页可以加离世模板吗?\\\" title=\\\"Wikipedia:互助客栈/其他\\\">→‎已被全域禁制的用户的用户主页可以加离世模板吗?</a>:​</span>說明</span>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q70923721\",\"request_id\":\"985bfb0f-2d11-460a-b94f-c04fd9de69df\",\"id\":\"af44c1f9-b5ea-4a55-a535-2805f5555038\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045810},\"id\":2152736672,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q70923721\",\"title_url\":\"https://www.wikidata.org/wiki/Q70923721\",\"comment\":\"/* wbsetreference-add:2| */ [[Property:P921]]: [[Q243253]], Modify PubMed ID: 5235914 citation data from NCBI, Europe PMC and CrossRef\",\"timestamp\":1709123985,\"user\":\"Cewbot\",\"bot\":true,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405606&oldid=2089405600&rcid=2152736672\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":29644,\"new\":31060},\"revision\":{\"old\":2089405600,\"new\":2089405606},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Added reference to claim: </span></span> <a href=\\\"/wiki/Property:P921\\\" title=\\\"‎main subject‎ | ‎primary topic of a work (see also P180: depicts)‎\\\"><span class=\\\"wb-itemlink\\\"><span class=\\\"wb-itemlink-label\\\" lang=\\\"en\\\" dir=\\\"ltr\\\">main subject</span> <span class=\\\"wb-itemlink-id\\\">(P921)</span></span></a>: <a href=\\\"/wiki/Q243253\\\" title=\\\"‎physical education‎ | ‎educational course related to the physique of the human body‎\\\"><span class=\\\"wb-itemlink\\\"><span class=\\\"wb-itemlink-label\\\" lang=\\\"en\\\" dir=\\\"ltr\\\">physical education</span> <span class=\\\"wb-itemlink-id\\\">(Q243253)</span></span></a>, Modify PubMed ID: 5235914 citation data from NCBI, Europe PMC and CrossRef\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://eo.wikipedia.org/wiki/Nallasopara\",\"request_id\":\"b86cd67f-ad5a-4b5e-9af4-fc24b251cb07\",\"id\":\"c677b741-a446-45d5-a839-1c8d2e729d2d\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"eo.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045811},\"id\":35301703,\"type\":\"new\",\"namespace\":0,\"title\":\"Nallasopara\",\"title_url\":\"https://eo.wikipedia.org/wiki/Nallasopara\",\"comment\":\"urbego\",\"timestamp\":1709123985,\"user\":\"Crosstor\",\"bot\":false,\"notify_url\":\"https://eo.wikipedia.org/w/index.php?oldid=8645706&rcid=35301703\",\"minor\":false,\"patrolled\":true,\"length\":{\"new\":2077},\"revision\":{\"new\":8645706},\"server_url\":\"https://eo.wikipedia.org\",\"server_name\":\"eo.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"eowiki\",\"parsedcomment\":\"urbego\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://mg.wiktionary.org/wiki/imaginatif\",\"request_id\":\"6625ef7d-981e-4f84-ad1c-bd3573cc6cc5\",\"id\":\"8820597b-0d23-49db-9fe9-1af27c4df351\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"mg.wiktionary.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045812},\"id\":58545585,\"type\":\"new\",\"namespace\":0,\"title\":\"imaginatif\",\"title_url\":\"https://mg.wiktionary.org/wiki/imaginatif\",\"comment\":\"Dikanteny: fr\",\"timestamp\":1709123985,\"user\":\"Bot-Jagwar\",\"bot\":true,\"notify_url\":\"https://mg.wiktionary.org/w/index.php?oldid=32673376&rcid=58545585\",\"minor\":false,\"patrolled\":true,\"length\":{\"new\":157},\"revision\":{\"new\":32673376},\"server_url\":\"https://mg.wiktionary.org\",\"server_name\":\"mg.wiktionary.org\",\"server_script_path\":\"/w\",\"wiki\":\"mgwiktionary\",\"parsedcomment\":\"Dikanteny: fr\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Wikipedia:Sockpuppet_investigations/Uritol\",\"request_id\":\"55de4231-83e2-4f1f-a0fb-a87da8ef0dd7\",\"id\":\"97f49c40-a762-4c8a-8c7a-b65622411090\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045813},\"id\":1748686611,\"type\":\"edit\",\"namespace\":4,\"title\":\"Wikipedia:Sockpuppet investigations/Uritol\",\"title_url\":\"https://en.wikipedia.org/wiki/Wikipedia:Sockpuppet_investigations/Uritol\",\"comment\":\"Adding new report for [[Special:Contributions/Uritol|Uritol]].\",\"timestamp\":1709123985,\"user\":\"MrOllie\",\"bot\":false,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809785&oldid=1207735949\",\"minor\":false,\"length\":{\"old\":78,\"new\":897},\"revision\":{\"old\":1207735949,\"new\":1210809785},\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"Adding new report for <a href=\\\"/wiki/Special:Contributions/Uritol\\\" title=\\\"Special:Contributions/Uritol\\\">Uritol</a>.\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q11577355\",\"request_id\":\"82053d56-feb9-49be-a8e4-91dd1fb9f8dc\",\"id\":\"37f03a82-e69b-411b-9978-72d27f620d11\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045814},\"id\":2152736673,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q11577355\",\"title_url\":\"https://www.wikidata.org/wiki/Q11577355\",\"comment\":\"/* wbsetdescription-add:1|zh-hant */ 日本女演員\",\"timestamp\":1709123986,\"user\":\"Cookai1205\",\"bot\":false,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405607&oldid=2089405605&rcid=2152736673\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":17561,\"new\":17645},\"revision\":{\"old\":2089405605,\"new\":2089405607},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">已加入 [zh-hant] 描述:​</span></span> 日本女演員\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://eo.wikipedia.org/wiki/Kategorio:Vikipedio:Lokigo_mankas_(IN)\",\"request_id\":\"b86cd67f-ad5a-4b5e-9af4-fc24b251cb07\",\"id\":\"392d6300-8184-4cbb-b76c-50b62f999152\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"eo.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045815},\"id\":35301704,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Kategorio:Vikipedio:Lokigo mankas (IN)\",\"title_url\":\"https://eo.wikipedia.org/wiki/Kategorio:Vikipedio:Lokigo_mankas_(IN)\",\"comment\":\"[[:Nallasopara]] aldonita al la kategorio\",\"timestamp\":1709123985,\"user\":\"Crosstor\",\"bot\":false,\"notify_url\":\"https://eo.wikipedia.org/w/index.php?diff=8645706&oldid=0\",\"server_url\":\"https://eo.wikipedia.org\",\"server_name\":\"eo.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"eowiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Nallasopara\\\" title=\\\"Nallasopara\\\">Nallasopara</a> aldonita al la kategorio\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://eo.wikipedia.org/wiki/Kategorio:Vikipedio:Lokigo_mankas_(city)\",\"request_id\":\"b86cd67f-ad5a-4b5e-9af4-fc24b251cb07\",\"id\":\"daad1000-a4af-46e2-8616-48a1f648d10b\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"eo.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045816},\"id\":35301705,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Kategorio:Vikipedio:Lokigo mankas (city)\",\"title_url\":\"https://eo.wikipedia.org/wiki/Kategorio:Vikipedio:Lokigo_mankas_(city)\",\"comment\":\"[[:Nallasopara]] aldonita al la kategorio\",\"timestamp\":1709123985,\"user\":\"Crosstor\",\"bot\":false,\"notify_url\":\"https://eo.wikipedia.org/w/index.php?diff=8645706&oldid=0\",\"server_url\":\"https://eo.wikipedia.org\",\"server_name\":\"eo.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"eowiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Nallasopara\\\" title=\\\"Nallasopara\\\">Nallasopara</a> aldonita al la kategorio\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/File:The_Wizard.jpg\",\"request_id\":\"25d8a31f-2e62-40a5-855c-f95f6b6d0b7e\",\"id\":\"e23745f0-9c27-4916-a50f-f525bed89b60\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045817},\"id\":2444343318,\"type\":\"edit\",\"namespace\":6,\"title\":\"File:The Wizard.jpg\",\"title_url\":\"https://commons.wikimedia.org/wiki/File:The_Wizard.jpg\",\"comment\":\"/* {{int:filedesc}} */ {{en|\",\"timestamp\":1709123986,\"user\":\"Geographyinitiative\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532813&oldid=845357350&rcid=2444343318\",\"minor\":true,\"patrolled\":false,\"length\":{\"old\":7014,\"new\":7021},\"revision\":{\"old\":845357350,\"new\":856532813},\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\"><a href=\\\"/wiki/File:The_Wizard.jpg#{{int:filedesc}}\\\" title=\\\"File:The Wizard.jpg\\\">→‎{{int:filedesc}}</a>: </span> {{en|</span>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://cs.wikipedia.org/wiki/Filozofick%C3%A1_fakulta_Jiho%C4%8Desk%C3%A9_univerzity\",\"request_id\":\"6741106f-7e5d-4a45-8857-43ff247eb09e\",\"id\":\"84d0c493-aca8-4de9-9501-b5737a8a6058\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"cs.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045818},\"id\":59636796,\"type\":\"edit\",\"namespace\":0,\"title\":\"Filozofická fakulta Jihočeské univerzity\",\"title_url\":\"https://cs.wikipedia.org/wiki/Filozofick%C3%A1_fakulta_Jiho%C4%8Desk%C3%A9_univerzity\",\"comment\":\"\",\"timestamp\":1709123985,\"user\":\"Vesely001129\",\"bot\":false,\"notify_url\":\"https://cs.wikipedia.org/w/index.php?diff=23699336&oldid=23690101&rcid=59636796\",\"minor\":false,\"patrolled\":false,\"length\":{\"old\":18270,\"new\":18280},\"revision\":{\"old\":23690101,\"new\":23699336},\"server_url\":\"https://cs.wikipedia.org\",\"server_name\":\"cs.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"cswiki\",\"parsedcomment\":\"\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/List_of_Mayday_episodes\",\"request_id\":\"b1dae0ef-8c49-4576-abb0-4df5a2fec34b\",\"id\":\"c064c49a-51ba-4a09-af0a-49b48fcb47df\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045819},\"id\":1748686612,\"type\":\"edit\",\"namespace\":0,\"title\":\"List of Mayday episodes\",\"title_url\":\"https://en.wikipedia.org/wiki/List_of_Mayday_episodes\",\"comment\":\"/* Season 23 (2023) */\",\"timestamp\":1709123985,\"user\":\"FONHJKKKK\",\"bot\":false,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809787&oldid=1210809212\",\"minor\":true,\"length\":{\"old\":232523,\"new\":233141},\"revision\":{\"old\":1210809212,\"new\":1210809787},\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\"><a href=\\\"/wiki/List_of_Mayday_episodes#Season_23_(2023)\\\" title=\\\"List of Mayday episodes\\\">→‎Season 23 (2023)</a></span></span>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/User:TheLonelyPather/sandbox\",\"request_id\":\"3a2e8840-06dd-4a71-beca-6a751786b4bb\",\"id\":\"89c3dfc4-0eb9-497d-8c07-9bae9660c026\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045820},\"id\":1748686613,\"type\":\"edit\",\"namespace\":2,\"title\":\"User:TheLonelyPather/sandbox\",\"title_url\":\"https://en.wikipedia.org/wiki/User:TheLonelyPather/sandbox\",\"comment\":\"/* Xu Ruiyun */\",\"timestamp\":1709123986,\"user\":\"TheLonelyPather\",\"bot\":false,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809788&oldid=1210809574\",\"minor\":false,\"length\":{\"old\":4491,\"new\":4515},\"revision\":{\"old\":1210809574,\"new\":1210809788},\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\"><a href=\\\"/wiki/User:TheLonelyPather/sandbox#Xu_Ruiyun\\\" title=\\\"User:TheLonelyPather/sandbox\\\">→‎Xu Ruiyun</a></span></span>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://mg.wiktionary.org/wiki/Sokajy:frantsay\",\"request_id\":\"6625ef7d-981e-4f84-ad1c-bd3573cc6cc5\",\"id\":\"ffc6d8b2-300b-4cdb-a7f5-36b340ad281c\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"mg.wiktionary.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045821},\"id\":58545586,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Sokajy:frantsay\",\"title_url\":\"https://mg.wiktionary.org/wiki/Sokajy:frantsay\",\"comment\":\"Nampiana tamin'ny sokajy [[:imaginatif]]\",\"timestamp\":1709123985,\"user\":\"Bot-Jagwar\",\"bot\":true,\"notify_url\":\"https://mg.wiktionary.org/w/index.php?diff=32673376&oldid=0\",\"server_url\":\"https://mg.wiktionary.org\",\"server_name\":\"mg.wiktionary.org\",\"server_script_path\":\"/w\",\"wiki\":\"mgwiktionary\",\"parsedcomment\":\"Nampiana tamin&#039;ny sokajy <a href=\\\"/wiki/imaginatif\\\" title=\\\"imaginatif\\\">imaginatif</a>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://mg.wiktionary.org/wiki/Sokajy:Mpamaritra_amin%27ny_teny_frantsay\",\"request_id\":\"6625ef7d-981e-4f84-ad1c-bd3573cc6cc5\",\"id\":\"7949bf0c-c15f-4093-a630-68a26a26e31b\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"mg.wiktionary.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045822},\"id\":58545587,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Sokajy:Mpamaritra amin'ny teny frantsay\",\"title_url\":\"https://mg.wiktionary.org/wiki/Sokajy:Mpamaritra_amin%27ny_teny_frantsay\",\"comment\":\"Nampiana tamin'ny sokajy [[:imaginatif]]\",\"timestamp\":1709123985,\"user\":\"Bot-Jagwar\",\"bot\":true,\"notify_url\":\"https://mg.wiktionary.org/w/index.php?diff=32673376&oldid=0\",\"server_url\":\"https://mg.wiktionary.org\",\"server_name\":\"mg.wiktionary.org\",\"server_script_path\":\"/w\",\"wiki\":\"mgwiktionary\",\"parsedcomment\":\"Nampiana tamin&#039;ny sokajy <a href=\\\"/wiki/imaginatif\\\" title=\\\"imaginatif\\\">imaginatif</a>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/File:Aphanarthrum_Euphorbiae_-_John_Obadiah_Westwood_-_515_1911.jpg\",\"request_id\":\"06ebe64e-0eea-49c5-886d-4211261c9c01\",\"id\":\"8d57aaed-db7d-462c-a767-00ae065420e6\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045823},\"id\":2444343319,\"type\":\"edit\",\"namespace\":6,\"title\":\"File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg\",\"title_url\":\"https://commons.wikimedia.org/wiki/File:Aphanarthrum_Euphorbiae_-_John_Obadiah_Westwood_-_515_1911.jpg\",\"comment\":\"/* {{int:filedesc}} */\",\"timestamp\":1709123986,\"user\":\"NowMesPetits\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532812&oldid=856532675&rcid=2444343319\",\"minor\":false,\"patrolled\":false,\"length\":{\"old\":2329,\"new\":2328},\"revision\":{\"old\":856532675,\"new\":856532812},\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\"><a href=\\\"/wiki/File:Aphanarthrum_Euphorbiae_-_John_Obadiah_Westwood_-_515_1911.jpg#{{int:filedesc}}\\\" title=\\\"File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg\\\">→‎{{int:filedesc}}</a></span></span>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Navsari\",\"request_id\":\"99be3d1c-e36e-4bc7-8689-ad3ac97da268\",\"id\":\"ce4adfaf-0fae-4749-afdf-1644bc7c9db0\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045824},\"id\":1748686614,\"type\":\"edit\",\"namespace\":0,\"title\":\"Navsari\",\"title_url\":\"https://en.wikipedia.org/wiki/Navsari\",\"comment\":\"/* Hospitals */ Added new hospital with citation.\",\"timestamp\":1709123985,\"user\":\"Chiragslad\",\"bot\":false,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809784&oldid=1210808994\",\"minor\":true,\"length\":{\"old\":19764,\"new\":20448},\"revision\":{\"old\":1210808994,\"new\":1210809784},\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\"><a href=\\\"/wiki/Navsari#Hospitals\\\" title=\\\"Navsari\\\">→‎Hospitals</a>: </span> Added new hospital with citation.</span>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://mg.wiktionary.org/wiki/Sokajy:French_5-syllable_words\",\"request_id\":\"6625ef7d-981e-4f84-ad1c-bd3573cc6cc5\",\"id\":\"a2131ee2-c80f-48c0-b11a-89af7867c037\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"mg.wiktionary.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045825},\"id\":58545588,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Sokajy:French 5-syllable words\",\"title_url\":\"https://mg.wiktionary.org/wiki/Sokajy:French_5-syllable_words\",\"comment\":\"Nampiana tamin'ny sokajy [[:imaginatif]]\",\"timestamp\":1709123985,\"user\":\"Bot-Jagwar\",\"bot\":true,\"notify_url\":\"https://mg.wiktionary.org/w/index.php?diff=32673376&oldid=0\",\"server_url\":\"https://mg.wiktionary.org\",\"server_name\":\"mg.wiktionary.org\",\"server_script_path\":\"/w\",\"wiki\":\"mgwiktionary\",\"parsedcomment\":\"Nampiana tamin&#039;ny sokajy <a href=\\\"/wiki/imaginatif\\\" title=\\\"imaginatif\\\">imaginatif</a>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q46756770\",\"request_id\":\"78517432-e083-4d5a-a24a-b4a76bb11eee\",\"id\":\"32a2adb6-c43c-4672-9752-db7f38f07d24\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045826},\"id\":2152736674,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q46756770\",\"title_url\":\"https://www.wikidata.org/wiki/Q46756770\",\"comment\":\"/* wbeditentity-update-languages-short:0||alt */ .\",\"timestamp\":1709123986,\"user\":\"Dcirovicbot\",\"bot\":true,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405608&oldid=2088464187&rcid=2152736674\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":27561,\"new\":27653},\"revision\":{\"old\":2088464187,\"new\":2089405608},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Changed label, description and/or aliases in alt: </span></span> .\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://mg.wiktionary.org/wiki/Sokajy:French_terms_with_IPA_pronunciation\",\"request_id\":\"6625ef7d-981e-4f84-ad1c-bd3573cc6cc5\",\"id\":\"08c77f15-505c-424e-a48f-5d9f4d1fc4b6\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"mg.wiktionary.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045827},\"id\":58545589,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Sokajy:French terms with IPA pronunciation\",\"title_url\":\"https://mg.wiktionary.org/wiki/Sokajy:French_terms_with_IPA_pronunciation\",\"comment\":\"Nampiana tamin'ny sokajy [[:imaginatif]]\",\"timestamp\":1709123985,\"user\":\"Bot-Jagwar\",\"bot\":true,\"notify_url\":\"https://mg.wiktionary.org/w/index.php?diff=32673376&oldid=0\",\"server_url\":\"https://mg.wiktionary.org\",\"server_name\":\"mg.wiktionary.org\",\"server_script_path\":\"/w\",\"wiki\":\"mgwiktionary\",\"parsedcomment\":\"Nampiana tamin&#039;ny sokajy <a href=\\\"/wiki/imaginatif\\\" title=\\\"imaginatif\\\">imaginatif</a>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Category:Open_SPI_cases\",\"request_id\":\"55de4231-83e2-4f1f-a0fb-a87da8ef0dd7\",\"id\":\"8755c3cd-41cc-4dc5-88cb-785c5a88317a\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045828},\"id\":1748686615,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Open SPI cases\",\"title_url\":\"https://en.wikipedia.org/wiki/Category:Open_SPI_cases\",\"comment\":\"[[:Wikipedia:Sockpuppet investigations/Uritol]] added to category\",\"timestamp\":1709123985,\"user\":\"MrOllie\",\"bot\":false,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809785&oldid=1207735949\",\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Wikipedia:Sockpuppet_investigations/Uritol\\\" title=\\\"Wikipedia:Sockpuppet investigations/Uritol\\\">Wikipedia:Sockpuppet investigations/Uritol</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://mg.wiktionary.org/wiki/Sokajy:Pejy_avy_any_amin%27ny_wikibolana_anglisy\",\"request_id\":\"6625ef7d-981e-4f84-ad1c-bd3573cc6cc5\",\"id\":\"f4c06f51-7cdd-4ec8-ae26-17e50892831c\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"mg.wiktionary.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045829},\"id\":58545590,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Sokajy:Pejy avy any amin'ny wikibolana anglisy\",\"title_url\":\"https://mg.wiktionary.org/wiki/Sokajy:Pejy_avy_any_amin%27ny_wikibolana_anglisy\",\"comment\":\"Nampiana tamin'ny sokajy [[:imaginatif]]\",\"timestamp\":1709123985,\"user\":\"Bot-Jagwar\",\"bot\":true,\"notify_url\":\"https://mg.wiktionary.org/w/index.php?diff=32673376&oldid=0\",\"server_url\":\"https://mg.wiktionary.org\",\"server_name\":\"mg.wiktionary.org\",\"server_script_path\":\"/w\",\"wiki\":\"mgwiktionary\",\"parsedcomment\":\"Nampiana tamin&#039;ny sokajy <a href=\\\"/wiki/imaginatif\\\" title=\\\"imaginatif\\\">imaginatif</a>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Category:SPI_cases_for_pre-CheckUser_review\",\"request_id\":\"55de4231-83e2-4f1f-a0fb-a87da8ef0dd7\",\"id\":\"e6d6106b-dff4-48ba-8db0-75ac597a296d\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045830},\"id\":1748686616,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:SPI cases for pre-CheckUser review\",\"title_url\":\"https://en.wikipedia.org/wiki/Category:SPI_cases_for_pre-CheckUser_review\",\"comment\":\"[[:Wikipedia:Sockpuppet investigations/Uritol]] added to category\",\"timestamp\":1709123985,\"user\":\"MrOllie\",\"bot\":false,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809785&oldid=1207735949\",\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Wikipedia:Sockpuppet_investigations/Uritol\\\" title=\\\"Wikipedia:Sockpuppet investigations/Uritol\\\">Wikipedia:Sockpuppet investigations/Uritol</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Category:SPI_cases_requesting_a_checkuser\",\"request_id\":\"55de4231-83e2-4f1f-a0fb-a87da8ef0dd7\",\"id\":\"2823a392-4df7-4388-a357-2a90278c2bc9\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045831},\"id\":1748686617,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:SPI cases requesting a checkuser\",\"title_url\":\"https://en.wikipedia.org/wiki/Category:SPI_cases_requesting_a_checkuser\",\"comment\":\"[[:Wikipedia:Sockpuppet investigations/Uritol]] added to category\",\"timestamp\":1709123985,\"user\":\"MrOllie\",\"bot\":false,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809785&oldid=1207735949\",\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Wikipedia:Sockpuppet_investigations/Uritol\\\" title=\\\"Wikipedia:Sockpuppet investigations/Uritol\\\">Wikipedia:Sockpuppet investigations/Uritol</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Talk:USA-92\",\"request_id\":\"02d72d51-dd7c-4227-a6d9-ba430c809c58\",\"id\":\"2f93ed24-a789-4b84-badd-71e0c264832a\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045832},\"id\":1748686618,\"type\":\"edit\",\"namespace\":1,\"title\":\"Talk:USA-92\",\"title_url\":\"https://en.wikipedia.org/wiki/Talk:USA-92\",\"comment\":\"[[User:Cewbot/log/20200122/configuration|Maintain {{WPBS}}]]: 2 WikiProject templates. Keep majority rating \\\"Stub\\\" in {{WPBS}}. Remove 1 same rating as {{WPBS}} in {{WikiProject Spaceflight}}.\",\"timestamp\":1709123984,\"user\":\"Cewbot\",\"bot\":true,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809786&oldid=1204351389\",\"minor\":true,\"length\":{\"old\":413,\"new\":406},\"revision\":{\"old\":1204351389,\"new\":1210809786},\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/User:Cewbot/log/20200122/configuration\\\" title=\\\"User:Cewbot/log/20200122/configuration\\\">Maintain {{WPBS}}</a>: 2 WikiProject templates. Keep majority rating &quot;Stub&quot; in {{WPBS}}. Remove 1 same rating as {{WPBS}} in {{WikiProject Spaceflight}}.\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/NASAMS\",\"request_id\":\"1df48dd9-10dc-42c3-b70b-0fd0c21aad1d\",\"id\":\"fc785ae9-2936-42b5-b133-278e03d38fe1\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045833},\"id\":1748686619,\"type\":\"edit\",\"namespace\":0,\"title\":\"NASAMS\",\"title_url\":\"https://en.wikipedia.org/wiki/NASAMS\",\"comment\":\"/* Service history */Added citation and removed unverified claims, we don’t even know what day it was destroyed let alone by what\",\"timestamp\":1709123985,\"user\":\"Jjmclellan82\",\"bot\":false,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809789&oldid=1210686160\",\"minor\":false,\"length\":{\"old\":57779,\"new\":57893},\"revision\":{\"old\":1210686160,\"new\":1210809789},\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\"><a href=\\\"/wiki/NASAMS#Service_history\\\" title=\\\"NASAMS\\\">→‎Service history</a>: </span>Added citation and removed unverified claims, we don’t even know what day it was destroyed let alone by what</span>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q70923721\",\"request_id\":\"c033e02b-0034-4b16-b524-9b89f9f1c70e\",\"id\":\"49a7ddf0-ba1c-4c48-a50b-ae33fb7b6856\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045834},\"id\":2152736675,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q70923721\",\"title_url\":\"https://www.wikidata.org/wiki/Q70923721\",\"comment\":\"/* wbremoveclaims-remove:1| */ [[Property:P2093]]: Hakes RR, Modify PubMed ID: 5235914 citation data from NCBI, Europe PMC and CrossRef\",\"timestamp\":1709123986,\"user\":\"Cewbot\",\"bot\":true,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405609&oldid=2089405606&rcid=2152736675\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":31060,\"new\":29040},\"revision\":{\"old\":2089405606,\"new\":2089405609},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Removed claim: </span></span> <a href=\\\"/wiki/Property:P2093\\\" title=\\\"‎author name string‎ | ‎stores unspecified author or editor name for publications; use if Wikidata item for author (P50) or editor (P98) does not exist or is not known. Do not use both.‎\\\"><span class=\\\"wb-itemlink\\\"><span class=\\\"wb-itemlink-label\\\" lang=\\\"en\\\" dir=\\\"ltr\\\">author name string</span> <span class=\\\"wb-itemlink-id\\\">(P2093)</span></span></a>: Hakes RR, Modify PubMed ID: 5235914 citation data from NCBI, Europe PMC and CrossRef\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://uk.wikipedia.org/wiki/%D0%9A%D0%BE%D1%80%D0%B8%D1%81%D1%82%D1%83%D0%B2%D0%B0%D1%87:%D0%9C%D1%83%D0%BD%D0%BA%D0%B0%D1%87_%D0%92%D0%B0%D1%80%D0%BE%D1%88/%D0%A7%D0%B5%D1%80%D0%BD%D0%B5%D1%82%D0%BA%D0%B0\",\"request_id\":\"82cfffa9-0c2b-4308-b4ac-7d6b067553a5\",\"id\":\"39ee7ced-9296-4d13-9653-4493dea0c02e\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"uk.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045835},\"id\":149378173,\"type\":\"edit\",\"namespace\":2,\"title\":\"Користувач:Мункач Варош/Чернетка\",\"title_url\":\"https://uk.wikipedia.org/wiki/%D0%9A%D0%BE%D1%80%D0%B8%D1%81%D1%82%D1%83%D0%B2%D0%B0%D1%87:%D0%9C%D1%83%D0%BD%D0%BA%D0%B0%D1%87_%D0%92%D0%B0%D1%80%D0%BE%D1%88/%D0%A7%D0%B5%D1%80%D0%BD%D0%B5%D1%82%D0%BA%D0%B0\",\"comment\":\"\",\"timestamp\":1709123986,\"user\":\"Мункач Варош\",\"bot\":false,\"notify_url\":\"https://uk.wikipedia.org/w/index.php?diff=41863373&oldid=41863267\",\"minor\":false,\"length\":{\"old\":526,\"new\":1355},\"revision\":{\"old\":41863267,\"new\":41863373},\"server_url\":\"https://uk.wikipedia.org\",\"server_name\":\"uk.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"ukwiki\",\"parsedcomment\":\"\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://meta.wikimedia.org/wiki/Translations:Wikim%C3%A9dia_France/R%C3%A9gulation_du_num%C3%A9rique/Arabie_saoudite/22/nl\",\"request_id\":\"3ef5c4b7-695a-4e14-ab19-09bccf427b97\",\"id\":\"a69ffd5c-84a7-452d-b007-08658d15a14d\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"meta.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045836},\"id\":30201035,\"type\":\"new\",\"namespace\":1198,\"title\":\"Translations:Wikimédia France/Régulation du numérique/Arabie saoudite/22/nl\",\"title_url\":\"https://meta.wikimedia.org/wiki/Translations:Wikim%C3%A9dia_France/R%C3%A9gulation_du_num%C3%A9rique/Arabie_saoudite/22/nl\",\"comment\":\"Created page with \\\"Het onderzoek van de Wikimedia Foundation concludeert niet dat de Saoedi-Arabische autoriteiten tussenbeide zijn gekomen\\\"\",\"timestamp\":1709123986,\"user\":\"HanV\",\"bot\":false,\"notify_url\":\"https://meta.wikimedia.org/w/index.php?oldid=26304215&rcid=30201035\",\"minor\":false,\"patrolled\":true,\"length\":{\"new\":120},\"revision\":{\"new\":26304215},\"server_url\":\"https://meta.wikimedia.org\",\"server_name\":\"meta.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"metawiki\",\"parsedcomment\":\"Created page with &quot;Het onderzoek van de Wikimedia Foundation concludeert niet dat de Saoedi-Arabische autoriteiten tussenbeide zijn gekomen&quot;\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q46739511\",\"request_id\":\"feade998-3b7b-4fdb-b6c9-f733a5e565b1\",\"id\":\"be42e5fb-5322-428a-ae5b-23f648f1df73\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045837},\"id\":2152736676,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q46739511\",\"title_url\":\"https://www.wikidata.org/wiki/Q46739511\",\"comment\":\"/* wbeditentity-update-languages-short:0||zh-hans */ .\",\"timestamp\":1709123986,\"user\":\"Dcirovicbot\",\"bot\":true,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405610&oldid=2088952082&rcid=2152736676\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":27804,\"new\":27901},\"revision\":{\"old\":2088952082,\"new\":2089405610},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Changed label, description and/or aliases in zh-hans: </span></span> .\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://zh.wikipedia.org/wiki/%E5%8B%A4%E5%8B%9E%E4%BA%BA%E4%BD%8D%E9%9D%A9%E5%91%BD%E9%BB%A8\",\"request_id\":\"0176650c-23d7-429e-ae9f-e6f8e172a15e\",\"id\":\"64a79507-b4ef-4c24-9bf8-1807db7c5cb8\",\"dt\":\"2024-02-28T12:39:47Z\",\"domain\":\"zh.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045838},\"type\":\"log\",\"namespace\":0,\"title\":\"勤勞人位革命黨\",\"title_url\":\"https://zh.wikipedia.org/wiki/%E5%8B%A4%E5%8B%9E%E4%BA%BA%E4%BD%8D%E9%9D%A9%E5%91%BD%E9%BB%A8\",\"comment\":\"\",\"timestamp\":1709123987,\"user\":\"Lucien09\",\"bot\":false,\"log_id\":0,\"log_type\":\"abusefilter\",\"log_action\":\"hit\",\"log_params\":{\"action\":\"edit\",\"filter\":\"225\",\"actions\":\"tag\",\"log\":5043455},\"log_action_comment\":\"Lucien09在[[勤勞人位革命黨]]执行操作“edit”时触发了[[Special:滥用过滤器/225|过滤器225]]。采取的行动:标签([[Special:滥用日志/5043455|详情]])\",\"server_url\":\"https://zh.wikipedia.org\",\"server_name\":\"zh.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"zhwiki\",\"parsedcomment\":\"\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://arz.wikipedia.org/wiki/2MASX_J10483370%2B0319038_(%D9%85%D8%AC%D8%B1%D9%87)\",\"request_id\":\"329a0fb3-38ec-4924-85d4-61d55806cd9a\",\"id\":\"48260b23-0722-493f-8c46-e8ca21fc6d04\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"arz.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045839},\"id\":53134190,\"type\":\"edit\",\"namespace\":0,\"title\":\"2MASX J10483370+0319038 (مجره)\",\"title_url\":\"https://arz.wikipedia.org/wiki/2MASX_J10483370%2B0319038_(%D9%85%D8%AC%D8%B1%D9%87)\",\"comment\":\"Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5\",\"timestamp\":1709123986,\"user\":\"InternetArchiveBot\",\"bot\":true,\"notify_url\":\"https://arz.wikipedia.org/w/index.php?diff=9044273&oldid=8753751\",\"minor\":false,\"length\":{\"old\":3632,\"new\":3807},\"revision\":{\"old\":8753751,\"new\":9044273},\"server_url\":\"https://arz.wikipedia.org\",\"server_name\":\"arz.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"arzwiki\",\"parsedcomment\":\"Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://hy.wikipedia.org/wiki/%D4%BF%D5%B8%D5%AF%D5%B8%D6%80%D6%87%D5%AB_%D5%A1%D5%BC%D5%A1%D5%B6%D5%B1%D5%B6%D5%A1%D5%BF%D5%B8%D6%82%D5%B6\",\"request_id\":\"7facf6e1-1ee8-4316-ae47-3257a7515092\",\"id\":\"eb3f17a3-f416-4fd3-9ad7-7ae239502124\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"hy.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045840},\"id\":77993085,\"type\":\"edit\",\"namespace\":0,\"title\":\"Կոկորևի առանձնատուն\",\"title_url\":\"https://hy.wikipedia.org/wiki/%D4%BF%D5%B8%D5%AF%D5%B8%D6%80%D6%87%D5%AB_%D5%A1%D5%BC%D5%A1%D5%B6%D5%B1%D5%B6%D5%A1%D5%BF%D5%B8%D6%82%D5%B6\",\"comment\":\"ծանոթագրության կաղապարում ամսաթվի թարգմանություն/ձևաչափի ուղղում\",\"timestamp\":1709123986,\"user\":\"ԱշբոտՏՆՂ\",\"bot\":true,\"notify_url\":\"https://hy.wikipedia.org/w/index.php?diff=9256223&oldid=8969394\",\"minor\":true,\"length\":{\"old\":6227,\"new\":6369},\"revision\":{\"old\":8969394,\"new\":9256223},\"server_url\":\"https://hy.wikipedia.org\",\"server_name\":\"hy.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"hywiki\",\"parsedcomment\":\"ծանոթագրության կաղապարում ամսաթվի թարգմանություն/ձևաչափի ուղղում\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://zh.wikipedia.org/wiki/%E5%8B%A4%E5%8B%9E%E4%BA%BA%E4%BD%8D%E9%9D%A9%E5%91%BD%E9%BB%A8\",\"request_id\":\"0176650c-23d7-429e-ae9f-e6f8e172a15e\",\"id\":\"65031e70-9f08-46c7-8269-7c4b8927d0b3\",\"dt\":\"2024-02-28T12:39:45Z\",\"domain\":\"zh.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045841},\"id\":171508761,\"type\":\"edit\",\"namespace\":0,\"title\":\"勤勞人位革命黨\",\"title_url\":\"https://zh.wikipedia.org/wiki/%E5%8B%A4%E5%8B%9E%E4%BA%BA%E4%BD%8D%E9%9D%A9%E5%91%BD%E9%BB%A8\",\"comment\":\"[[WP:UNDO|撤销]][[Special:Contributions/Gllivri|Gllivri]]([[User talk:Gllivri|讨论]])的版本81536077。存在“旧别击兵依文馨”“\\t西贡市(的国务) 顺化市(的外务) 大叻市(的少数族色务) 河内市(的前1955年)”等低质量内容;其他内容也偏离条目主题。\",\"timestamp\":1709123985,\"user\":\"Lucien09\",\"bot\":false,\"notify_url\":\"https://zh.wikipedia.org/w/index.php?diff=81712731&oldid=81536077&rcid=171508761\",\"minor\":false,\"patrolled\":false,\"length\":{\"old\":28291,\"new\":3553},\"revision\":{\"old\":81536077,\"new\":81712731},\"server_url\":\"https://zh.wikipedia.org\",\"server_name\":\"zh.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"zhwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Wikipedia:UNDO\\\" class=\\\"mw-redirect\\\" title=\\\"Wikipedia:UNDO\\\">撤销</a><a href=\\\"/wiki/Special:%E7%94%A8%E6%88%B7%E8%B4%A1%E7%8C%AE/Gllivri\\\" title=\\\"Special:用户贡献/Gllivri\\\">Gllivri</a>(<a href=\\\"/wiki/User_talk:Gllivri\\\" title=\\\"User talk:Gllivri\\\">讨论</a>)的版本81536077。存在“旧别击兵依文馨”“\\t西贡市(的国务) 顺化市(的外务) 大叻市(的少数族色务) 河内市(的前1955年)”等低质量内容;其他内容也偏离条目主题。\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q56633170\",\"request_id\":\"069c7ec3-c4dd-4bab-9fdc-0764d3757d52\",\"id\":\"e2b8e2b0-de98-4814-a571-05db20a8a38e\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045842},\"id\":2152736677,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q56633170\",\"title_url\":\"https://www.wikidata.org/wiki/Q56633170\",\"comment\":\"/* wbeditentity-update:0| */ Author Disambiguator set author [[Q124684377]] ([[:toollabs:editgroups/b/AD/682d2569|details]])\",\"timestamp\":1709123986,\"user\":\"Simon Villeneuve\",\"bot\":false,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405611&oldid=2089385264&rcid=2152736677\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":1865201,\"new\":1865520},\"revision\":{\"old\":2089385264,\"new\":2089405611},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Élément modifié : </span></span> Author Disambiguator set author <a href=\\\"/wiki/Q124684377\\\" title=\\\"‎A. Kamenev‎ | ‎chercheur en physique des particules‎\\\"><span class=\\\"wb-itemlink\\\"><span class=\\\"wb-itemlink-label\\\" lang=\\\"fr\\\" dir=\\\"ltr\\\">A. Kamenev</span> <span class=\\\"wb-itemlink-id\\\">(Q124684377)</span></span></a> (<a href=\\\"https://iw.toolforge.org/editgroups/b/AD/682d2569\\\" class=\\\"extiw\\\" title=\\\"toollabs:editgroups/b/AD/682d2569\\\">details</a>)\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://ca.wikipedia.org/wiki/Edvard_Munch\",\"request_id\":\"1c896d7b-f65f-4441-8b60-122fcceff5f5\",\"id\":\"9dcf358f-a62a-4de0-83e4-9f999c8c3e1c\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"ca.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045843},\"id\":123792450,\"type\":\"edit\",\"namespace\":0,\"title\":\"Edvard Munch\",\"title_url\":\"https://ca.wikipedia.org/wiki/Edvard_Munch\",\"comment\":\"m\",\"timestamp\":1709123986,\"user\":\"90.74.4.213\",\"bot\":false,\"notify_url\":\"https://ca.wikipedia.org/w/index.php?diff=33167898&oldid=32905981&rcid=123792450\",\"minor\":false,\"patrolled\":false,\"length\":{\"old\":19491,\"new\":19491},\"revision\":{\"old\":32905981,\"new\":33167898},\"server_url\":\"https://ca.wikipedia.org\",\"server_name\":\"ca.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"cawiki\",\"parsedcomment\":\"m\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://es.wikipedia.org/wiki/Escultura_griega_arcaica\",\"request_id\":\"bef3dd99-2082-4980-837d-f9924b9ac5bf\",\"id\":\"d81160db-7fcb-45f0-ba1a-a33def92afcb\",\"dt\":\"2024-02-28T12:39:47Z\",\"domain\":\"es.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045844},\"id\":308634637,\"type\":\"edit\",\"namespace\":0,\"title\":\"Escultura griega arcaica\",\"title_url\":\"https://es.wikipedia.org/wiki/Escultura_griega_arcaica\",\"comment\":\"la epoca aecaica\",\"timestamp\":1709123987,\"user\":\"83.58.193.141\",\"bot\":false,\"notify_url\":\"https://es.wikipedia.org/w/index.php?diff=158494210&oldid=158494195\",\"minor\":false,\"length\":{\"old\":19326,\"new\":19329},\"revision\":{\"old\":158494195,\"new\":158494210},\"server_url\":\"https://es.wikipedia.org\",\"server_name\":\"es.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"eswiki\",\"parsedcomment\":\"la epoca aecaica\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://www.wikidata.org/wiki/Q70923721\",\"request_id\":\"fbccad9c-a252-4ca3-abd1-36efd8edc1a0\",\"id\":\"19623308-9fa5-400e-a7e4-650f6f96025a\",\"dt\":\"2024-02-28T12:39:47Z\",\"domain\":\"www.wikidata.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045845},\"id\":2152736678,\"type\":\"edit\",\"namespace\":0,\"title\":\"Q70923721\",\"title_url\":\"https://www.wikidata.org/wiki/Q70923721\",\"comment\":\"/* wbremoveclaims-remove:1| */ [[Property:P2093]]: Rosemier RA, Modify PubMed ID: 5235914 citation data from NCBI, Europe PMC and CrossRef\",\"timestamp\":1709123987,\"user\":\"Cewbot\",\"bot\":true,\"notify_url\":\"https://www.wikidata.org/w/index.php?diff=2089405612&oldid=2089405609&rcid=2152736678\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":29040,\"new\":27016},\"revision\":{\"old\":2089405609,\"new\":2089405612},\"server_url\":\"https://www.wikidata.org\",\"server_name\":\"www.wikidata.org\",\"server_script_path\":\"/w\",\"wiki\":\"wikidatawiki\",\"parsedcomment\":\"‎<span dir=\\\"auto\\\"><span class=\\\"autocomment\\\">Removed claim: </span></span> <a href=\\\"/wiki/Property:P2093\\\" title=\\\"‎author name string‎ | ‎stores unspecified author or editor name for publications; use if Wikidata item for author (P50) or editor (P98) does not exist or is not known. Do not use both.‎\\\"><span class=\\\"wb-itemlink\\\"><span class=\\\"wb-itemlink-label\\\" lang=\\\"en\\\" dir=\\\"ltr\\\">author name string</span> <span class=\\\"wb-itemlink-id\\\">(P2093)</span></span></a>: Rosemier RA, Modify PubMed ID: 5235914 citation data from NCBI, Europe PMC and CrossRef\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Pages_using_Artwork_template_with_incorrect_parameter\",\"request_id\":\"06ebe64e-0eea-49c5-886d-4211261c9c01\",\"id\":\"a45db964-35bd-4e29-a0fe-02273e5928cb\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045846},\"id\":2444343320,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Pages using Artwork template with incorrect parameter\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Pages_using_Artwork_template_with_incorrect_parameter\",\"comment\":\"[[:File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg]] added to category\",\"timestamp\":1709123986,\"user\":\"NowMesPetits\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532812&oldid=856532675&rcid=2444343320\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Aphanarthrum_Euphorbiae_-_John_Obadiah_Westwood_-_515_1911.jpg\\\" title=\\\"File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg\\\">File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://pl.wikipedia.org/wiki/Anna_Werbli%C5%84ska\",\"request_id\":\"1dd3d44c-0b67-42f5-844e-542b6fa346a4\",\"id\":\"6a03d5bd-ce15-45d0-9ac3-39ba9d55ed2e\",\"dt\":\"2024-02-28T12:39:48Z\",\"domain\":\"pl.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045847},\"type\":\"log\",\"namespace\":0,\"title\":\"Anna Werblińska\",\"title_url\":\"https://pl.wikipedia.org/wiki/Anna_Werbli%C5%84ska\",\"comment\":\"\",\"timestamp\":1709123988,\"user\":\"Krzysio.szubzda.1\",\"bot\":false,\"log_id\":0,\"log_type\":\"abusefilter\",\"log_action\":\"hit\",\"log_params\":{\"action\":\"edit\",\"filter\":\"8\",\"actions\":\"warn\",\"log\":765717},\"log_action_comment\":\"(nazwa użytkownika usunięta) (szczegóły usunięte)\",\"server_url\":\"https://pl.wikipedia.org\",\"server_name\":\"pl.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"plwiki\",\"parsedcomment\":\"\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Artworks_with_known_accession_number\",\"request_id\":\"06ebe64e-0eea-49c5-886d-4211261c9c01\",\"id\":\"729d47cf-f6e9-4a6c-accc-5021dae9ceb7\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045848},\"id\":2444343321,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Artworks with known accession number\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Artworks_with_known_accession_number\",\"comment\":\"[[:File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg]] added to category\",\"timestamp\":1709123986,\"user\":\"NowMesPetits\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532812&oldid=856532675&rcid=2444343321\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Aphanarthrum_Euphorbiae_-_John_Obadiah_Westwood_-_515_1911.jpg\\\" title=\\\"File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg\\\">File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Artworks_with_Wikidata_item_missing_date\",\"request_id\":\"06ebe64e-0eea-49c5-886d-4211261c9c01\",\"id\":\"16934569-f85a-4e97-b219-533414d7b5c3\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045849},\"id\":2444343322,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Artworks with Wikidata item missing date\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Artworks_with_Wikidata_item_missing_date\",\"comment\":\"[[:File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg]] added to category\",\"timestamp\":1709123986,\"user\":\"NowMesPetits\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532812&oldid=856532675&rcid=2444343322\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Aphanarthrum_Euphorbiae_-_John_Obadiah_Westwood_-_515_1911.jpg\\\" title=\\\"File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg\\\">File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Artworks_with_Wikidata_item_missing_institution\",\"request_id\":\"06ebe64e-0eea-49c5-886d-4211261c9c01\",\"id\":\"aa9cb1d3-2f98-4cfb-89e4-88a056cf4de4\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045850},\"id\":2444343323,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Artworks with Wikidata item missing institution\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Artworks_with_Wikidata_item_missing_institution\",\"comment\":\"[[:File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg]] added to category\",\"timestamp\":1709123986,\"user\":\"NowMesPetits\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532812&oldid=856532675&rcid=2444343323\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Aphanarthrum_Euphorbiae_-_John_Obadiah_Westwood_-_515_1911.jpg\\\" title=\\\"File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg\\\">File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Artworks_with_Wikidata_item_missing_accession_number\",\"request_id\":\"06ebe64e-0eea-49c5-886d-4211261c9c01\",\"id\":\"d1462753-4dfe-41bb-a78e-16b77f4c4188\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045851},\"id\":2444343324,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Artworks with Wikidata item missing accession number\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Artworks_with_Wikidata_item_missing_accession_number\",\"comment\":\"[[:File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg]] added to category\",\"timestamp\":1709123986,\"user\":\"NowMesPetits\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532812&oldid=856532675&rcid=2444343324\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Aphanarthrum_Euphorbiae_-_John_Obadiah_Westwood_-_515_1911.jpg\\\" title=\\\"File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg\\\">File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Artworks_with_Wikidata_item:_quick_statements\",\"request_id\":\"06ebe64e-0eea-49c5-886d-4211261c9c01\",\"id\":\"21e579cc-6acc-490a-b306-d5c963f15ac2\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045852},\"id\":2444343325,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Artworks with Wikidata item: quick statements\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Artworks_with_Wikidata_item:_quick_statements\",\"comment\":\"[[:File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg]] added to category\",\"timestamp\":1709123986,\"user\":\"NowMesPetits\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532812&oldid=856532675&rcid=2444343325\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Aphanarthrum_Euphorbiae_-_John_Obadiah_Westwood_-_515_1911.jpg\\\" title=\\\"File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg\\\">File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg</a> added to category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Images_without_source\",\"request_id\":\"06ebe64e-0eea-49c5-886d-4211261c9c01\",\"id\":\"151b0e21-a82b-4a25-8eb0-6628b0793236\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045853},\"id\":2444343326,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Images without source\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Images_without_source\",\"comment\":\"[[:File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg]] removed from category\",\"timestamp\":1709123986,\"user\":\"NowMesPetits\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532812&oldid=856532675&rcid=2444343326\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Aphanarthrum_Euphorbiae_-_John_Obadiah_Westwood_-_515_1911.jpg\\\" title=\\\"File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg\\\">File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg</a> removed from category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://commons.wikimedia.org/wiki/Category:Files_with_no_machine-readable_source\",\"request_id\":\"06ebe64e-0eea-49c5-886d-4211261c9c01\",\"id\":\"b1eee61b-f5d1-4377-b393-44c5bb062938\",\"dt\":\"2024-02-28T12:39:46Z\",\"domain\":\"commons.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045854},\"id\":2444343327,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Files with no machine-readable source\",\"title_url\":\"https://commons.wikimedia.org/wiki/Category:Files_with_no_machine-readable_source\",\"comment\":\"[[:File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg]] removed from category\",\"timestamp\":1709123986,\"user\":\"NowMesPetits\",\"bot\":false,\"notify_url\":\"https://commons.wikimedia.org/w/index.php?diff=856532812&oldid=856532675&rcid=2444343327\",\"server_url\":\"https://commons.wikimedia.org\",\"server_name\":\"commons.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"commonswiki\",\"parsedcomment\":\"<a href=\\\"/wiki/File:Aphanarthrum_Euphorbiae_-_John_Obadiah_Westwood_-_515_1911.jpg\\\" title=\\\"File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg\\\">File:Aphanarthrum Euphorbiae - John Obadiah Westwood - 515 1911.jpg</a> removed from category\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Category:Articles_using_WikiProject_banner_shell_with_empty_class_parameter\",\"request_id\":\"02d72d51-dd7c-4227-a6d9-ba430c809c58\",\"id\":\"d37c6f1e-663c-4c9d-8b3e-cc44837e22c0\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045855},\"id\":1748686620,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Articles using WikiProject banner shell with empty class parameter\",\"title_url\":\"https://en.wikipedia.org/wiki/Category:Articles_using_WikiProject_banner_shell_with_empty_class_parameter\",\"comment\":\"[[:Talk:USA-92]] removed from category, [[Special:WhatLinksHere/Talk:USA-92|this page is included within other pages]]\",\"timestamp\":1709123984,\"user\":\"Cewbot\",\"bot\":true,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809786&oldid=1204351389\",\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Talk:USA-92\\\" title=\\\"Talk:USA-92\\\">Talk:USA-92</a> removed from category, <a href=\\\"/wiki/Special:WhatLinksHere/Talk:USA-92\\\" title=\\\"Special:WhatLinksHere/Talk:USA-92\\\">this page is included within other pages</a>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://en.wikipedia.org/wiki/Category:Pages_using_WikiProject_banner_shell_without_a_project-independent_quality_rating\",\"request_id\":\"02d72d51-dd7c-4227-a6d9-ba430c809c58\",\"id\":\"ecd6592d-dea7-4938-b16c-35436c32b4e3\",\"dt\":\"2024-02-28T12:39:44Z\",\"domain\":\"en.wikipedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045856},\"id\":1748686621,\"type\":\"categorize\",\"namespace\":14,\"title\":\"Category:Pages using WikiProject banner shell without a project-independent quality rating\",\"title_url\":\"https://en.wikipedia.org/wiki/Category:Pages_using_WikiProject_banner_shell_without_a_project-independent_quality_rating\",\"comment\":\"[[:Talk:USA-92]] removed from category, [[Special:WhatLinksHere/Talk:USA-92|this page is included within other pages]]\",\"timestamp\":1709123984,\"user\":\"Cewbot\",\"bot\":true,\"notify_url\":\"https://en.wikipedia.org/w/index.php?diff=1210809786&oldid=1204351389\",\"server_url\":\"https://en.wikipedia.org\",\"server_name\":\"en.wikipedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"enwiki\",\"parsedcomment\":\"<a href=\\\"/wiki/Talk:USA-92\\\" title=\\\"Talk:USA-92\\\">Talk:USA-92</a> removed from category, <a href=\\\"/wiki/Special:WhatLinksHere/Talk:USA-92\\\" title=\\\"Special:WhatLinksHere/Talk:USA-92\\\">this page is included within other pages</a>\"}\n",
"{\"$schema\":\"/mediawiki/recentchange/1.0.0\",\"meta\":{\"uri\":\"https://meta.wikimedia.org/wiki/Wikim%C3%A9dia_France/R%C3%A9gulation_du_num%C3%A9rique/Arabie_saoudite/nl\",\"request_id\":\"3ef5c4b7-695a-4e14-ab19-09bccf427b97\",\"id\":\"dfde147f-0ca3-484e-81cb-0f517f244d63\",\"dt\":\"2024-02-28T12:39:47Z\",\"domain\":\"meta.wikimedia.org\",\"stream\":\"mediawiki.recentchange\",\"topic\":\"codfw.mediawiki.recentchange\",\"partition\":0,\"offset\":1067045857},\"id\":30201036,\"type\":\"edit\",\"namespace\":0,\"title\":\"Wikimédia France/Régulation du numérique/Arabie saoudite/nl\",\"title_url\":\"https://meta.wikimedia.org/wiki/Wikim%C3%A9dia_France/R%C3%A9gulation_du_num%C3%A9rique/Arabie_saoudite/nl\",\"comment\":\"Created page with \\\"Het onderzoek van de Wikimedia Foundation concludeert niet dat de Saoedi-Arabische autoriteiten tussenbeide zijn gekomen\\\"\",\"timestamp\":1709123987,\"user\":\"HanV\",\"bot\":false,\"notify_url\":\"https://meta.wikimedia.org/w/index.php?diff=26304216&oldid=26304210&rcid=30201036\",\"minor\":false,\"patrolled\":true,\"length\":{\"old\":6475,\"new\":6427},\"revision\":{\"old\":26304210,\"new\":26304216},\"server_url\":\"https://meta.wikimedia.org\",\"server_name\":\"meta.wikimedia.org\",\"server_script_path\":\"/w\",\"wiki\":\"metawiki\",\"parsedcomment\":\"Created page with &quot;Het onderzoek van de Wikimedia Foundation concludeert niet dat de Saoedi-Arabische autoriteiten tussenbeide zijn gekomen&quot;\"}\n"
]
},
{
"output_type": "error",
"ename": "KeyboardInterrupt",
"evalue": "",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mKeyboardInterrupt\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m<ipython-input-4-e0941ff768d4>\u001b[0m in \u001b[0;36m<cell line: 6>\u001b[0;34m()\u001b[0m\n\u001b[1;32m 4\u001b[0m \u001b[0murl\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0;34m'https://stream.wikimedia.org/v2/stream/recentchange'\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 5\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 6\u001b[0;31m \u001b[0;32mfor\u001b[0m \u001b[0mevent\u001b[0m \u001b[0;32min\u001b[0m \u001b[0msseclient\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mSSEClient\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0murl\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 7\u001b[0m \u001b[0mprint\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mevent\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/local/lib/python3.10/dist-packages/sseclient.py\u001b[0m in \u001b[0;36m__next__\u001b[0;34m(self)\u001b[0m\n\u001b[1;32m 90\u001b[0m \u001b[0;32mwhile\u001b[0m \u001b[0;32mnot\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_event_complete\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 91\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 92\u001b[0;31m \u001b[0mnext_chunk\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mnext\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mresp_iterator\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 93\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0;32mnot\u001b[0m \u001b[0mnext_chunk\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 94\u001b[0m \u001b[0;32mraise\u001b[0m \u001b[0mEOFError\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/local/lib/python3.10/dist-packages/sseclient.py\u001b[0m in \u001b[0;36mgenerate\u001b[0;34m()\u001b[0m\n\u001b[1;32m 69\u001b[0m \u001b[0mhasattr\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mresp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mraw\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_fp\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m'fp'\u001b[0m\u001b[0;34m)\u001b[0m \u001b[0;32mand\u001b[0m\u001b[0;31m \u001b[0m\u001b[0;31m\\\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 70\u001b[0m \u001b[0mhasattr\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mresp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mraw\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_fp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mfp\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m'read1'\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 71\u001b[0;31m \u001b[0mchunk\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mresp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mraw\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_fp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mfp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mread1\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mchunk_size\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 72\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 73\u001b[0m \u001b[0;31m# _fp is not available, this means that we cannot use short\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/lib/python3.10/socket.py\u001b[0m in \u001b[0;36mreadinto\u001b[0;34m(self, b)\u001b[0m\n\u001b[1;32m 703\u001b[0m \u001b[0;32mwhile\u001b[0m \u001b[0;32mTrue\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 704\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 705\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_sock\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mrecv_into\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mb\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 706\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mtimeout\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 707\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_timeout_occurred\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0;32mTrue\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/lib/python3.10/ssl.py\u001b[0m in \u001b[0;36mrecv_into\u001b[0;34m(self, buffer, nbytes, flags)\u001b[0m\n\u001b[1;32m 1301\u001b[0m \u001b[0;34m\"non-zero flags not allowed in calls to recv_into() on %s\"\u001b[0m \u001b[0;34m%\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1302\u001b[0m self.__class__)\n\u001b[0;32m-> 1303\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mread\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mnbytes\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mbuffer\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 1304\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1305\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0msuper\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mrecv_into\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mbuffer\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mnbytes\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mflags\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;32m/usr/lib/python3.10/ssl.py\u001b[0m in \u001b[0;36mread\u001b[0;34m(self, len, buffer)\u001b[0m\n\u001b[1;32m 1157\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1158\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mbuffer\u001b[0m \u001b[0;32mis\u001b[0m \u001b[0;32mnot\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 1159\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_sslobj\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mread\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mlen\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mbuffer\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 1160\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 1161\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_sslobj\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mread\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mlen\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;31mKeyboardInterrupt\u001b[0m: "
]
}
]
},
{
"cell_type": "code",
"source": [],
"metadata": {
"id": "EpFCTAuLua5n"
},
"execution_count": null,
"outputs": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment