Skip to content
/ jwiki Public

πŸ“– A library for effortlessly interacting with Wikipedia/MediaWiki

License

Notifications You must be signed in to change notification settings

fastily/jwiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6c8e1f Β· Apr 20, 2018
Apr 20, 2018
Apr 19, 2018
Dec 25, 2016
Sep 11, 2017
Aug 30, 2016
Apr 20, 2018
Apr 20, 2018
Jun 20, 2017
Aug 21, 2016
Sep 8, 2016

Repository files navigation

jwiki

Build Status JDK-1.8+ MediaWiki 1.27+ License: GPL v3

Programmatically accessing Wikipedia/MediaWiki via the API is hard ☹️. I thought it didn't have to be, so I made it easy πŸ˜€. jwiki lets you perform all sorts of crazy API calls with 1️⃣ line of Java.

Yes, one line.

It's so easy that anyone (including your grandma πŸ‘΅πŸ») can write an application that works with MediaWiki.

Not convinced? Try out the examples.

Download

jwiki is on jcenter.

Maven

<dependency>
  <groupId>fastily</groupId>
  <artifactId>jwiki</artifactId>
  <version>1.6.0</version>
  <type>pom</type>
</dependency>

Gradle

compile 'fastily:jwiki:1.6.0'

Build

Build and publish jwiki on your local machine with

./gradlew build publishToMavenLocal

Resources

Feedback

Please use issues for bug reports and/or feature requests. If you like jwiki and find it useful, please give it a ⭐ on GitHub!