Info
Version: | 0.9.0-int.2 |
Author(s): | CXuesong |
Last Update: | Sunday, September 1, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/CXuesong/WikiClientLibrary |
NuGet Url: | https://www.nuget.org/packages/CXuesong.MW.WikiClientLibrary |
Install
Install-Package CXuesong.MW.WikiClientLibrary
dotnet add package CXuesong.MW.WikiClientLibrary
paket add CXuesong.MW.WikiClientLibrary
CXuesong.MW.WikiClientLibrary Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.1
- CXuesong.AsyncEnumerableExtensions(>= 0.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 1.1.2)
- Newtonsoft.Json(>= 9.0.1)
- System.Reflection.Emit.Lightweight(>= 4.3.0)
- CXuesong.AsyncEnumerableExtensions(>= 0.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 1.1.2)
- Newtonsoft.Json(>= 9.0.1)
- CXuesong.AsyncEnumerableExtensions(>= 0.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 1.1.2)
- Newtonsoft.Json(>= 9.0.1)
- System.Linq.Async(>= 4.0.0)
Tags
This portable & asynchronous MediaWiki API client provides an easy and asynchronous access to commonly-used MediaWiki API.
It has the following features:
* Queries and edits for pages, including standard pages, category pages, and file pages.
* Queries for category statistical info and its members.
* Queries for basic file info, and file uploading.
* Login/logout via simple asynchronous functions.
* Client code has access to CookieContainer, and have chance to persist it.
* Tokens are hidden in the library functions, so that client won't bother to retrieve them over and over again.
* Query continuations are hidden by IAsyncEnumerable, which will ease the pain when using page generators.
* Other miscellaneous MediaWiki API, such as OpenSearch, Page parsing, and Patrol.
* Scribunto Lua console and server-side module execution support.