https://github.com/viralvaghela/jwiki
Java tool to get wikipedia data
https://github.com/viralvaghela/jwiki
data-gathering java javatool javawikipeda wikipedia wikipedia-api wikipedia-scraper
Last synced: 8 months ago
JSON representation
Java tool to get wikipedia data
- Host: GitHub
- URL: https://github.com/viralvaghela/jwiki
- Owner: viralvaghela
- Created: 2020-06-05T11:44:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T04:45:49.000Z (over 4 years ago)
- Last Synced: 2024-05-02T02:41:10.665Z (about 2 years ago)
- Topics: data-gathering, java, javatool, javawikipeda, wikipedia, wikipedia-api, wikipedia-scraper
- Language: Java
- Homepage:
- Size: 601 KB
- Stars: 34
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jwiki
[](https://app.codacy.com/gh/viralvaghela/Jwiki?utm_source=github.com&utm_medium=referral&utm_content=viralvaghela/Jwiki&utm_campaign=Badge_Grade_Settings)
Java tool to get wikipedia data
## How to Use
First Download jar from [here](https://github.com/viralvaghela/Jwiki/raw/master/out/artifacts/JWiki_jar/JWiki.jar) and import inside your project.
## Example
```java
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.