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.
- 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.
- Clone the repository:
git clone https://github.com/dhan-profile/NewsParser.git
- Import the project into your IDE (e.g., IntelliJ IDEA, Eclipse).
- Configure your database settings in
application.properties
. - Run the application.
- Access the application at
http://localhost:8080/news
. - View the latest news titles fetched from Hacker News.
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
This project is licensed under the MIT License - see the LICENSE file for details.
For any inquiries or feedback, please contact [email protected].