This project generates an RSS feed from Paul Graham’s essays, making them easily accessible through your favorite RSS reader.
The RSS feed is available at: https://program247365.github.io/paulgraham-rss/rss.xml
git clone https://github.com/yourusername/paulgraham-rss.git
cd paulgraham-rss
uv
:
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv --python 3.13
. .venv/bin/activate
uv pip install -e .
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.
The project includes a Makefile with the following tasks:
make ci-setup
: Sets up the Python environmentmake ci-install
: Installs project dependenciesmake ci-run
: Generates the RSS feedmake ci-commit
: Commits and pushes changes if the RSS feed has been updatedmake code-format
: Formats the code using ruffmake rss-validate
: Validates the RSS feed using the W3C validatorThe project uses GitHub Actions to automatically update the RSS feed. The workflow runs:
To set this up:
repo
scopeRSS_BOT_GITHUB_TOKEN
MIT License - see LICENSE file for details