capjamesg / openai-blog-rss

An RSS feed for the OpenAI blog.
6 stars 0 forks source link

No longer working #2

Open mmkthecoolest opened 6 months ago

mmkthecoolest commented 6 months ago

I don't know if you still have an interest in this project, but I'd figure it's worth mentioning: OpenAI recently revamped their website, and their official RSS feed no longer works, nor can I seem to find the link to the new one if it exists. This also may have affected this project as I see nothing from your feed.

capjamesg commented 6 months ago

Oh, this will have an effect for sure. I'll take a look over the next day or two and get this working again with the new site. Thank you for raising this! I'll post an update here when everything is back online.

capjamesg commented 6 months ago

I have pushed an update to this codebase with revised, working code. I will deploy this tomorrow to https://jamesg.blog/openai.xml.

felixbuenemann commented 6 months ago

@capjamesg The feed is currently empty.

capjamesg commented 6 months ago

OpenAI's website now uses a Cloudflare feature that is preventing against programmatically parsing their pages. I have one or two more things left to try. Getting this back up and running is still very much on my TODO list. Contributions, too, are appreciated!

felixbuenemann commented 6 months ago

Yeah, I tried to build a CloudFlare Worker to generate the RSS Feed, but always got a 403 Error when trying to fetch the metadata from the JSON API mentioned in https://github.com/capjamesg/openai-blog-rss/issues/3#issuecomment-2116392720.

kejiweixun commented 5 months ago

@felixbuenemann @capjamesg
If you use Node.js, you can bypass it by using the got-scraping package.

mmkthecoolest commented 2 months ago

It seems that OpenAI has brought back their RSS feed again. The old link now redirects to https://openai.com/news/rss.xml. Feel free to close if necessary.