https://github.com/benjaminkomen/jwiki
A library for interacting with Wikia/MediaWiki
https://github.com/benjaminkomen/jwiki
api java mediawiki mediawiki-api wikia-api wikipedia
Last synced: 3 months ago
JSON representation
A library for interacting with Wikia/MediaWiki
- Host: GitHub
- URL: https://github.com/benjaminkomen/jwiki
- Owner: benjaminkomen
- License: gpl-3.0
- Fork: true (fastily/jwiki)
- Created: 2018-07-28T13:35:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T04:57:40.000Z (about 2 years ago)
- Last Synced: 2024-09-27T05:23:59.861Z (7 months ago)
- Topics: api, java, mediawiki, mediawiki-api, wikia-api, wikipedia
- Language: Java
- Homepage:
- Size: 1.78 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jwiki
[](https://www.travis-ci.com/benjaminkomen/jwiki)
[](https://sonarcloud.io/dashboard?id=benjaminkomen%3Ajwiki)
[](https://sonarcloud.io/dashboard?id=benjaminkomen%3Ajwiki)
[](https://www.gnu.org/licenses/gpl-3.0.en.html)This is a fork of [jwiki by fastily](https://github.com/fastily/jwiki). This fork attempts to be compatible with
MediaWiki 1.19 to support Wikia wikis.Try out the [examples](https://github.com/benjaminkomen/jwiki/wiki/Examples).
## Download
jwiki is [on GitHub Packages](https://github.com/benjaminkomen/jwiki/packages?package_type=Maven).#### Maven
```xmlbenjaminkomen
jwiki
2.2.0
pom```
#### Gradle
```groovy
compile 'benjaminkomen:jwiki:2.2.0'
```## Build
Build and publish jwiki on your local machine with
```bash
./gradlew build publishToMavenLocal
```Publishing to GitHub Packages is done with:
```bash
./gradlew publish
```## Resources
* [Examples](https://github.com/benjaminkomen/jwiki/wiki/Examples)## Feedback
Please use [issues](https://github.com/benjaminkomen/jwiki/issues) for bug reports and/or feature requests.