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.
- Python 3.8 or newer
- A virtual environment (recommended)
- feedparser
PowerShell (from workspace root):
& .\Self-learning\.venv\Scripts\Activate.ps1
python -m pip install -r requirements.txtcd HackerNews
python hacker_news.pyTroubleshooting
- If you see "ModuleNotFoundError: No module named 'feedparser'", ensure you're using the venv python and installed
requirements.txt.
