{"id":21819565,"url":"https://github.com/halvves/node-wikimon","last_synced_at":"2025-03-21T10:41:09.666Z","repository":{"id":85930647,"uuid":"93021275","full_name":"halvves/node-wikimon","owner":"halvves","description":"A Wikipedia Event Stream (public stream avail at: https://wikimon.glitch.me)","archived":false,"fork":false,"pushed_at":"2021-09-02T17:23:01.000Z","size":57,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-26T07:11:19.592Z","etag":null,"topics":["event-source","event-stream","wikipedia","wikipedia-api"],"latest_commit_sha":null,"homepage":"https://wikimon.glitch.me/test","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/halvves.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-01T05:51:31.000Z","updated_at":"2022-01-31T10:32:50.000Z","dependencies_parsed_at":"2023-05-11T07:15:48.026Z","dependency_job_id":null,"html_url":"https://github.com/halvves/node-wikimon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halvves%2Fnode-wikimon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halvves%2Fnode-wikimon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halvves%2Fnode-wikimon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halvves%2Fnode-wikimon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halvves","download_url":"https://codeload.github.com/halvves/node-wikimon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244780206,"owners_count":20509310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["event-source","event-stream","wikipedia","wikipedia-api"],"created_at":"2024-11-27T16:20:03.590Z","updated_at":"2025-03-21T10:41:09.660Z","avatar_url":"https://github.com/halvves.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wikimon\n\nLive event stream of wikipedia updates (a spinoff of [hatnote/wikimon](https://github.com/hatnote/wikimon)) deployed to glitch.\n\nGithub: [halvves/node-wikimon](https://github.com/hatnote/wikimon)\n\nTest page: [https://wikimon.glitch.me/test](https://wikimon.glitch.me/test)\n\nSubscribe to a public version of the stream:\n```javascript\nconst es = new EventSource(\"https://wikimon.glitch.me\");\nes.onmessage = function(e) {\n  const dat = JSON.parse(e.data);\n  processData(dat);\n};\n```\n\n## Format\n\nHere are a couple example messages, as broadcast over SSE:\n\n```json\n{\n  \"action\": \"edit\",\n  \"change_size\": 191,\n  \"flags\": \"!N\",\n  \"hashtags\": [],\n  \"is_anon\": false,\n  \"is_bot\": false,\n  \"is_minor\": false,\n  \"is_new\": true,\n  \"is_unpatrolled\": true,\n  \"mentions\": [],\n  \"ns\": \"\",\n  \"page_title\": \"User:Abhisirohi5\",\n  \"rev_id\": \"783343086\",\n  \"summary\": \"[[WP:AES|←]]Created page with '[[Abhishek Sirohi]] Abhishek Sirohi is a Master of Computer Science Student at the University of Melbourne. He is a published scientific author and wants to achi...'\",\n  \"url\": \"https://en.wikipedia.org/w/index.php?oldid=783343086\u0026rcid=947971474\",\n  \"user\": \"Abhisirohi5\"\n}, {\n  \"action\": \"create\",\n  \"change_size\": null,\n  \"flags\": null,\n  \"hashtags\": [],\n  \"is_anon\": false,\n  \"is_bot\": false,\n  \"is_minor\": false,\n  \"is_new\": false,\n  \"is_unpatrolled\": false,\n  \"mentions\": [],\n  \"ns\": \"\",\n  \"page_title\": \"Special:Log/newusers\",\n  \"summary\": \"New user account\",\n  \"url\": null,\n  \"user\": \"BernJL\"\n}\n```\n\n## See also\n\n* [wikimon](https://github.com/hatnote/wikimon)\n* [hatnote](https://github.com/hatnote)\n* [Stephen LaPorte](https://github.com/slaporte)\n* [Mahmoud Hashemi](https://github.com/mahmoud)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalvves%2Fnode-wikimon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalvves%2Fnode-wikimon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalvves%2Fnode-wikimon/lists"}