Re: [MediaWiki-l] Mail All Users

2013-11-09 Thread John
import userlib import wikipedia site = wikipedia.getSite() for username in list: user = userlib.User(site,username) user.sendMail('Subject','email contents') On Sat, Nov 9, 2013 at 9:53 AM, John wrote: > If you can get a list of users, perhaps from a database query, its about 5 > lines of co

Re: [MediaWiki-l] Mail All Users

2013-11-09 Thread John
Depends on the wiki configuration. It is fairly easy to mass email all users who have email enabled, via pywikibot On Sat, Nov 9, 2013 at 7:08 AM, Fred Bauder wrote: > Is there a way to easily send an email message to all users registered > with a wiki? Perhaps to give out a new url if the wiki

[MediaWiki-l] Mail All Users

2013-11-09 Thread Fred Bauder
Is there a way to easily send an email message to all users registered with a wiki? Perhaps to give out a new url if the wiki has moved. Fred ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/medi