Skip to content

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.

License

Notifications You must be signed in to change notification settings

dhan-profile/NewsParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://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)
  • My Skills

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 file for details.

Contact:

For any inquiries or feedback, please contact [email protected].

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published