WolfgangFahl / py-3rdparty-mediawiki

Wrapper for pywikibot and mwclient MediaWiki API librarties with improvements for 3rd party wikis
Apache License 2.0
4 stars 5 forks source link

private/public info for wiki should be made accessible #79

Closed WolfgangFahl closed 1 year ago

WolfgangFahl commented 2 years ago

The "-l" option that is currently necessary to state whether a login is necessary to a wiki should be avoidable by make the information whether a wiki is public or private available.

E.g. there could be an "auto" mode as default that checks whether the wiki needs a login. Another option would be to add the information "needsLogin" aka "private" as a part of the wikiuser configuration.