Skip to content

This is a Streamlit application that fetches and displays job postings and top stories from Hacker News. The app allows users to view the latest job postings and top stories with a simple and interactive interface.

Notifications You must be signed in to change notification settings

Chinmay-03/Hackernews-Spotlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News Spotlight

🚀 Welcome to the Hacker News Dashboard! This Streamlit application allows users to view the top stories and job postings from Hacker News.

Features

  • Top Stories: Fetch and display the top 15 stories of the day from Hacker News.
  • Job Postings: Fetch and display the latest job postings from Hacker News.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/hacker-news-dashboard.git
    cd hacker-news-dashboard
  2. Create a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Run the Streamlit app:

    streamlit run streamlit_app.py
  2. Open your web browser and go to http://localhost:8501 to view the app.

File Structure

  • streamlit_app.py: Main Streamlit application file.
  • requirements.txt : List of libraries required to run this code

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

About

This is a Streamlit application that fetches and displays job postings and top stories from Hacker News. The app allows users to view the latest job postings and top stories with a simple and interactive interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages