Skip to content

Luke1th/HackerNews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackerNews

Simple script to fetch and display Hacker News RSS items. \ The scraper fetch information from the links below, create a folder with today's date, and in Obsidian. \ It then creates a daily digest and save the storied with type prefix for better organization.

C2_Delay

RSS Feed URLs

Prerequisites

  • Python 3.8 or newer
  • A virtual environment (recommended)
  • feedparser

Install

PowerShell (from workspace root):

& .\Self-learning\.venv\Scripts\Activate.ps1
python -m pip install -r requirements.txt

Run

cd HackerNews
python hacker_news.py

Troubleshooting

  • If you see "ModuleNotFoundError: No module named 'feedparser'", ensure you're using the venv python and installed requirements.txt.

About

A simple scraper that fetch and display Hacker News RSS items.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages