Skip to content

himalalps/rss-feeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

166 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS Feed Generator

Forked from https://github.com/Olshansk/rss-feeds

RSS feeds in newest first order.

tl;dr Available RSS Feeds

Blog Feed
Anthropic Engineering feed_anthropic_engineering.xml
Anthropic Research feed_anthropic_research.xml
Thinking Machines Lab feed_thinkingmachines.xml
Thinking Machines News feed_thinkingmachines_news.xml
Noumena Research feed_noumena.xml
Dao-AILab Blog feed_dao_ailab.xml
leloykun's Ponder feed_leloykun.xml
Transformer Circuits Thread feed_transformer_circuits.xml

RSS Feed Generator

The goal of this project is to generate rss (feed.xml) files from web pages (*.html) that contain blogs or updates but do not provide a subscribe button or a default RSS feed.

Here is the expected flow and instructions:

  1. You will be given an HTML file that needs to be parsed and understood.

  2. You will provide a python script that writes a feed_{}.xml file that is RSS feed compatible.

  3. The {} in feed_{}.xml will refer to the name of a particular RSS feed.

  4. GitHub actions will take care of triggering this periodically, so you don't have to worry about it

  5. If you are not given an HTML file that you can parse into an rss feed, either ask for it or explain what the issue with the provided file is.

  6. Use existing feeds and parsers as a reference.

  7. Update the table in the README.md file with the new feed once you are done

Usage

pip install uv
uv venv
uv sync

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages