{"id":15134651,"url":"https://github.com/fastily/jwiki","last_synced_at":"2025-10-23T11:30:37.063Z","repository":{"id":45515210,"uuid":"41468352","full_name":"fastily/jwiki","owner":"fastily","description":"📖 A library for effortlessly interacting with Wikipedia/MediaWiki","archived":false,"fork":false,"pushed_at":"2023-06-26T01:34:03.000Z","size":3548,"stargazers_count":112,"open_issues_count":2,"forks_count":31,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-01-30T18:02:22.273Z","etag":null,"topics":["java","mediawiki","mediawiki-api","mediawiki-bot","mediawiki-client","wikipedia","wikipedia-api"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fastily.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"fastily"}},"created_at":"2015-08-27T05:54:27.000Z","updated_at":"2025-01-16T20:11:04.000Z","dependencies_parsed_at":"2022-07-17T14:19:32.479Z","dependency_job_id":"99e6c867-bb11-4277-9e45-a22e779d8ec8","html_url":"https://github.com/fastily/jwiki","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fjwiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fjwiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fjwiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastily%2Fjwiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastily","download_url":"https://codeload.github.com/fastily/jwiki/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237811561,"owners_count":19370150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","mediawiki","mediawiki-api","mediawiki-bot","mediawiki-client","wikipedia","wikipedia-api"],"created_at":"2024-09-26T05:23:27.233Z","updated_at":"2025-10-23T11:30:36.677Z","avatar_url":"https://github.com/fastily.png","language":"Java","readme":"# jwiki\n[![Build Status](https://github.com/fastily/jwiki/workflows/build/badge.svg)](#)\n[![javadoc](https://javadoc.io/badge2/io.github.fastily/jwiki/javadoc.svg)](https://javadoc.io/doc/io.github.fastily/jwiki)\n[![JDK-11+](https://upload.wikimedia.org/wikipedia/commons/e/ef/Blue_JDK_11%2B_Shield_Badge.svg)](https://adoptium.net)\n[![MediaWiki 1.31+](https://upload.wikimedia.org/wikipedia/commons/b/b2/Blue_MediaWiki_1.31%2B_Shield_Badge.svg)](https://www.mediawiki.org/wiki/MediaWiki)\n[![License: GPL v3](https://upload.wikimedia.org/wikipedia/commons/8/86/GPL_v3_Blue_Badge.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)\n\nProgrammatically accessing [Wikipedia](https://en.wikipedia.org/wiki/Main_Page)/[MediaWiki](https://www.mediawiki.org/wiki/MediaWiki) via the [API](https://en.wikipedia.org/w/api.php) 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.  \n\nYes, **one** line.  \n\nIt's so easy that _anyone_ (including your grandma 👵🏻) can write a program that works with MediaWiki.\n\nNot convinced?  Try out the [examples](https://github.com/fastily/jwiki/wiki/Examples).\n\n## Download\n#### Maven\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eio.github.fastily\u003c/groupId\u003e\n  \u003cartifactId\u003ejwiki\u003c/artifactId\u003e\n  \u003cversion\u003e1.11.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n#### Gradle\n```groovy\nimplementation 'io.github.fastily:jwiki:1.11.0'\n```\n\n⚠️ COORDINATES HAVE CHANGED (since 1.10.0): jwiki's new group id is `io.github.fastily`\n\n## Build\nBuild and publish (install) jwiki on your computer with\n```bash\n./gradlew publishToMavenLocal -x signMavenJavaPublication\n```\n\n## Resources\n* [Examples](https://github.com/fastily/jwiki/wiki/Examples)\n* [Javadocs](https://www.javadoc.io/doc/io.github.fastily/jwiki)\n\nPlease create a new [issue](https://github.com/fastily/jwiki/issues) for bug reports and/or feature requests.\n\n## Goals\n* **Simplicity** - Complex objects and functions are abstracted into the background so that anybody, regardless of Java experience, will be able to use jwiki.\n* **Speed** - Network calls, local computation, and memory usage are optimized and minimized, so as to enhance performance and reduce overhead.\n* **Succinctness** - Complex API actions can be performed in jwiki using one line of local code consisting of simple objects and primitive types.","funding_links":["https://github.com/sponsors/fastily"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastily%2Fjwiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastily%2Fjwiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastily%2Fjwiki/lists"}