barrust/mediawiki

Authentication not supported?

jkpubsrc opened this issue · 4 comments

Authentication seems not to be supported? That would be an essential feature as non-public Wikis tend to require authentication, sometimes even for reading.

Unfortunately it does not support logging into a MediaWiki site. I do not have a site that requires login to test any features against. If you have one and would like to help, I would love PRs!

If you have something to test against, perhaps something like this would be a helpful guide:
https://github.com/ilianaw/python-simplemediawiki/blob/e531dabcb6541cc95770ce3de418cabc6d2424a1/simplemediawiki.py#L219

See PR #60, when that is merged, it would provide the ability to login.

Resolved #60