gesinn-it-pub / mwbot

A simple, but flexible MediaWiki bot for Node.js
MIT License
46 stars 15 forks source link

Add `updateFromID` function #25

Closed DannyS712 closed 5 years ago

DannyS712 commented 5 years ago

Allow editing a page based on the pageid, rather than the title. This only works for editing existing pages, so only duplicate update as updateFromID (since pages cannot be created by pageid)

gesinn-it-gea commented 5 years ago

thx for your PR