RSS support for repo/model commits

Hi HF team,

I follow my favorite projects (just as an example on GitHub). I would like to request adding RSS feature to HF as well. For example, consider this repo: Commits · LLM360/K2-Think

On a typical GitHub repo, I would simply add .atom at the end of that URL and can add it to my Feed reader. I would then be notified if there are any future commits. It would be great to be able to do this on HF as well.

Please let me know if you have any questions. Also, if this is best directed at another person/team, I’d appreciate any pointers.

Thank you!

1 Like

hi @artamehr

I just found an RSS feed for the paper, in case you’re interested:

2 Likes

Current most useful feature for checking updates to specific repos or models right now is probably webhooks. I haven’t used them myself though…

Or you could build your own update checker using HfApi.

2 Likes

@mahmutc Thank you! I noticed that before posting this. It’s not directly related but maybe can be used as a reference.

@John6666 This definitely seems possible. I think it’s better if HF directly support this. As with any personal implementations, there might be rate limits for how much the API is being used… which down the line could become a bottleneck for a service and recipe for its shutdown!

Now with that being said, it’s great to look at it. Thank you!

1 Like

Opening an issue similar to RSS feed · Issue #42 · huggingface/blog · GitHub will help you get official support more effectively.

I think it fits better here: GitHub - huggingface/huggingface_hub: The official Python client for the Hugging Face Hub.