mdholloway / wiki-watcher

Simple Slack bot for notifying about page revisions on Wikimedia wikis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wiki-watcher

A simple Slack bot for providing notifications of page revisions on the Wikimedia projects.

wiki-watcher in action

Quick start

  1. Create a Slack app and an Incoming Webhook in your Slack workspace as described here
  2. Clone this repo and npm install
  3. cp config.example.json config.json
  4. In config.json, update SLACK_WEBHOOK_URL with the URL of the Webhook you created in Step 1
  5. Update WATCHED_PAGE_URLS with the URLs of Wikimedia wiki pages you'd like to watch
  6. npm start

About

Simple Slack bot for notifying about page revisions on Wikimedia wikis

License:MIT License


Languages

Language:JavaScript 100.0%