SkillAgentSearch skills...

Jwiki

Java tool to get wikipedia data

Install / Use

/learn @viralvaghela/Jwiki
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Jwiki

Codacy Badge

Java tool to get wikipedia data

How to Use

First Download jar from here and import inside your project.

Example

 Jwiki jwiki = new Jwiki("elon musk"); 
 System.out.println("Title :"+jwiki.getDisplayTitle()); //get title
 System.out.println("Text : "+jwiki.getExtractText());  //get summary text
 System.out.println("Image : "+jwiki.getImageURL());    //get image URL

Thank You

Please ⭐️ this repo and share it with others

Contributing

If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed. If you find any issue just put it in the repository issue section, thank you.

View on GitHub
GitHub Stars34
CategoryDevelopment
Updated4mo ago
Forks1

Languages

Java

Security Score

77/100

Audited on Dec 2, 2025

No findings