https://github.com/dhan-profile/newsparser
NewsParser is a Java Spring Boot application that fetches and parses news titles from Hacker News website.It periodically retrieves the latest news titles and stores them in a database. The parsed news titles can then be displayed on a web page for users to read.
https://github.com/dhan-profile/newsparser
java jsoup spring-boot
Last synced: 25 days ago
JSON representation
NewsParser is a Java Spring Boot application that fetches and parses news titles from Hacker News website.It periodically retrieves the latest news titles and stores them in a database. The parsed news titles can then be displayed on a web page for users to read.
- Host: GitHub
- URL: https://github.com/dhan-profile/newsparser
- Owner: dhan-profile
- License: mpl-2.0
- Created: 2024-06-08T12:36:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T12:49:50.000Z (over 1 year ago)
- Last Synced: 2024-11-14T11:26:44.015Z (11 months ago)
- Topics: java, jsoup, spring-boot
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NewsParser
### Description:
NewsParser is a Java Spring Boot application that fetches and parses news titles from Hacker News website. It periodically retrieves the latest news titles and stores them in a database. The parsed news titles can then be displayed on a web page for users to read.### Features:
- Periodically fetches news titles from Hacker News using Jsoup library.
- Stores parsed news titles in a database for future reference.
- Provides a web interface to view the latest news titles.### Setup:
1. Clone the repository:
```
git clone https://github.com/dhan-profile/NewsParser.git
```
2. Import the project into your IDE (e.g., IntelliJ IDEA, Eclipse).
3. Configure your database settings in `application.properties`.
4. Run the application.### Usage:
1. Access the application at `http://localhost:8080/news`.
2. View the latest news titles fetched from Hacker News.### Technologies Used:
- Java
- Spring Boot
- Jsoup
- Thymeleaf
- MySQL (or your preferred database)
- [](https://skillicons.dev)### Contributing:
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.### License:
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.### Contact:
For any inquiries or feedback, please contact [dhanushkrish45@gmail.com](mailto:dhanushkrish45@gmail.com).