🚀 Welcome to the Hacker News Dashboard! This Streamlit application allows users to view the top stories and job postings from Hacker News.
- 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.
-
Clone the repository:
git clone https://github.com/yourusername/hacker-news-dashboard.git cd hacker-news-dashboard
-
Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run streamlit_app.py
-
Open your web browser and go to
http://localhost:8501
to view the app.
streamlit_app.py
: Main Streamlit application file.requirements.txt
: List of libraries required to run this code
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License. See the LICENSE file for details.
- Streamlit
- Hacker News API
- Made with ❤️ by Chinmay