enwnbot2

Converts MediaWiki [[links]] and {{templates}} to links, informs important events from wiki, handles announces review queue, and under review, and handles when they last saw a given user.
git clone http://git.hanabi.in/repos/enwnbot2.git
Log | Files | Refs | README | LICENSE

package.json (499B)


      1 {
      2   "name": "enwnbot",
      3   "version": "0.0.1",
      4   "description": "Does what gpy does",
      5   "main": "index.js",
      6   "repository": "https://github.com/acagasyta/enwnbot2",
      7   "author": {
      8     "name": "Agastya",
      9     "email": "me@hanabi.in",
     10     "url": "https://hanabi.in"
     11   },
     12   "license": "BSD-3-Clause",
     13   "private": true,
     14   "dependencies": {
     15     "eventsource": "^1.0.7",
     16     "irc": "^0.5.2",
     17     "moment-timezone": "^0.5.31",
     18     "node-fetch": "^2.6.1"
     19   },
     20   "scripts": {
     21     "start": "node index.js"
     22   }
     23 }