https://github.com/kondratovivan/news-parser-springboot-jsoup
HTML parser of news website
https://github.com/kondratovivan/news-parser-springboot-jsoup
h2-database java17 jsoup maven spring-boot spring-web
Last synced: 3 months ago
JSON representation
HTML parser of news website
- Host: GitHub
- URL: https://github.com/kondratovivan/news-parser-springboot-jsoup
- Owner: KondratovIvan
- Created: 2023-07-13T15:10:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T19:29:24.000Z (over 2 years ago)
- Last Synced: 2025-06-10T21:06:01.714Z (about 1 year ago)
- Topics: h2-database, java17, jsoup, maven, spring-boot, spring-web
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# newsParser-springboot-jsoup
To run this application you must
1. Make a Fork of this project (priority) or clone repository
```bash
git clone https://github.com/KondratovIvan/newsParser-springboot-jsoup
```
2. Build this application using maven
```bash
mvn clean install
```
3. Run this application
4. Download and install the Postman request client and operate with news from https://www.bbc.com/news/world
or make it with HAL Explorer on your localhost
* Note : you can parse another website with same HTML structure, changing String url in class NewsParsing