paulgraham-rss

Paul Graham RSS Feed Generator

This project generates an RSS feed from Paul Graham’s essays, making them easily accessible through your favorite RSS reader.

RSS Feed URL

The RSS feed is available at: https://program247365.github.io/paulgraham-rss/rss.xml

Features

Setup

  1. Clone the repository:
    git clone https://github.com/yourusername/paulgraham-rss.git
    cd paulgraham-rss
    
  2. Install dependencies using uv:
    curl -LsSf https://astral.sh/uv/install.sh | sh
    uv venv --python 3.13
    . .venv/bin/activate
    uv pip install -e .
    

Usage

Run the script to generate the RSS feed:

python main.py

The generated RSS feed will be saved as rss.xml in the project root.

Makefile Tasks

The project includes a Makefile with the following tasks:

CI/CD Setup

The project uses GitHub Actions to automatically update the RSS feed. The workflow runs:

To set this up:

  1. Create a Personal Access Token (PAT) with repo scope
  2. Add it to your repository’s secrets as RSS_BOT_GITHUB_TOKEN

License

MIT License - see LICENSE file for details