clokep / to-rss

Provides RSS feeds for sites that should have them.
https://www.to-rss.xyz
4 stars 0 forks source link

[Feature Request] Wikipedia Current Events as 'Headline' News Items #158

Closed Spottyfriend closed 2 years ago

Spottyfriend commented 2 years ago

I use a personalised news aggregator that operates using RSS feeds. I'd like to import the Wikipedia Current Events page into my aggregator, but when imported the RSS feed you have made for it only shows a list of dates that links to the current events page for that day (see below). Would it be possible to alter the feed so that it shows the 'headlines' for the day, rather than simply giving a link to the day's page? This is almost possible using https://politepol.com/ but it's not quite intelligent enough to detect all the right text.

image

This may not be possible since I really know nothing about coding etc, and if so I apologise for the hassle, but I thought it might be worth asking anyway. Many thanks!

clokep commented 2 years ago

Sorry for the delay in responding. I'm not really sure what you're requesting though -- are you suggesting having (essentially) each bullet point as a separate article or something like that? (What do you mean by "headlines"?)

Spottyfriend commented 2 years ago

No worries about the delay! By headlines, I simply mean the sentences on the Wikipedia current events page that convey the particular news item. For example, the starred items in the screenshot below.

image

When I found this project, I assumed that, intuitively, the feed would display the news items listed on the current events Wikipedia page, a la an RSS feed from other news sources. Personally, I don't find a feed that simply links to the current events page for that date particularly useful as an RSS feed for news (since it's almost as easy as navigating there), although I may well not be the average user! And again, I'm not sure it's a possible thing to implement since I am a noob when it comes to these things! (Although, as I mentioned, it's almost possible to do using the automation on https://politepol.com/ but not quite).

clokep commented 2 years ago

I don't find a feed that simply links to the current events page for that date particularly useful as an RSS feed for news (since it's almost as easy as navigating there), although I may well not be the average user!

I have no idea who other users are, I built this for myself. I wanted a way to read that article daily without having to navigate there (or remember to navigate there).

I assumed that, intuitively, the feed would display the news items listed on the current events Wikipedia page, a la an RSS feed from other news sources

I'm not sure it's a possible thing to implement since I am a noob when it comes to these things!

I think that it wouldn't be too awful, it is essentially finding all external links on the page and then adding an entry for it. This is very much not what this was designed for, which was to be a summary feed of news, and if there are interesting articels you can easily jump to the source via the embedded link.

Spottyfriend commented 2 years ago

This is very much not what this was designed for, which was to be a summary feed of news.

That's interesting. I appreciate that you made this for yourself, but I would tentatively suggest that:

is not a particularly useful summary feed of news.

Whereas, something like:

is a more useful summary feed of news, and is more similar to other news RSS feeds.

If that's not the aim of the project then obviously that's all good, but just to clarify. And now I'll stop bothering you!

clokep commented 2 years ago

is a more useful summary feed of news, and is more similar to other news RSS feeds.

Maybe, but I don't think there's a 1-to-1 correlation of bullet points in the Wikipedia pages and news articles (and some bullet points actually reference multiple news articles). This doesn't seem easily solved.