{"id":13571140,"url":"https://github.com/edsu/wikistream","last_synced_at":"2025-04-10T05:05:34.400Z","repository":{"id":62842620,"uuid":"1897936","full_name":"edsu/wikistream","owner":"edsu","description":"displays edit activity on wikipedia","archived":false,"fork":false,"pushed_at":"2020-02-16T01:03:15.000Z","size":478,"stargazers_count":233,"open_issues_count":15,"forks_count":43,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-03T01:12:03.070Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://wikistream.wmflabs.org/","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/edsu.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}},"created_at":"2011-06-15T02:05:50.000Z","updated_at":"2023-09-08T13:22:50.000Z","dependencies_parsed_at":"2022-11-07T19:15:22.644Z","dependency_job_id":null,"html_url":"https://github.com/edsu/wikistream","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/edsu%2Fwikistream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edsu%2Fwikistream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edsu%2Fwikistream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edsu%2Fwikistream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edsu","download_url":"https://codeload.github.com/edsu/wikistream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161280,"owners_count":21057554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T14:00:59.089Z","updated_at":"2025-04-10T05:05:34.360Z","avatar_url":"https://github.com/edsu.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"wikistream\n==========\n\nWikistream is a Node webapp for helping visualize current editing activity in Wikipedia. The app sits in the wikimedia IRC chat rooms (where updates are published by the various Mediawiki instances), and makes them available on the Web in realtime. The code for listening to the IRC update stream was split out into a separate Node module called [wikichanges](https://www.npmjs.org/package/wikichanges).\n\nInstallation\n------------\n\nThese instructions assume you have Ubuntu. If you don't you'll need to figure\nout the equivalent instructions. It shouldn't be too complicated. \n\nFirst, you need to get Node and dependencies:\n\n    sudo apt-get install nodejs\n    npm install\n\nNext you''ll want to use and/or adjust the default configuration:\n\n    cp conf/config.json.example config.json\n\nYou may want to adjust the ircNick that is in the example to something unique,\nso that you will be able to join the channels without a collision. Also you \ncan adjust the wikipedia language channels that are being monitored.\n\nThen, start the webapp;\n\n    node app.js\n\nwait 10-15 seconds for the app to join the irc channels, and then\npoint your browser at:\n\n    http://localhost:3000/\n\nFor production deployments an upstart script and varnish config are included, \nwhich you should be able to install and use.\n\n    sudo cp conf/wikistream.conf /etc/init/wikistream.conf\n    sudo apt-get install varnish\n    sudo cp conf/default.vcl /etc/varnish/\n    sudo start wikistream\n\nThe icons were created by Delphine Ménard, and are separately available at:\n\n* http://commons.wikimedia.org/wiki/File:Unisex_user_icon.svg\n* http://commons.wikimedia.org/wiki/File:Icon_robot.svg\n* http://commons.wikimedia.org/wiki/File:Icon_anon.svg\n\nAuthors\n-------\n\n* Ed Summers (http://twitter.com/edsu)\n* Sean Hannan (http://twitter.com/mrdys)\n* Delphine Ménard (http://twitter.com/notafish)\n\nLicense\n-------\n\n* CC0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedsu%2Fwikistream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedsu%2Fwikistream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedsu%2Fwikistream/lists"}