RSS feed for category + latest

Then you’re probably going to need to use the API. Per-category posts out of context aren’t provided in a feed in this way.

3 Mi Piace

I don’t understand why you can have a feed of filtered by user (/u/:username/activity.rss) but not one filtered by category :roll_eyes:

2 Mi Piace

I’ll be another vote for this feature. I belong to a food discussion site http://foodtalkcentral.com/ which has 40 or so channels for discussion, most of which are region based. Living in Los Angeles I don’t have much need to see all of the posts for say the NYC channel or the Tahoe-Truckee-Reno channel but I would like to see all of the posts for the Los Angeles channel. Since there’s a lot of discussion within topics, seeing the topics is not enough. Also, setting the RSS feed for the whole board is starting to overwhelm me with posts I have no interest in seeing.

Please, enable this feature. It seems possible since, as a previous poster noted, you can have a feed filterd by user. It would be a great help. Thanks

2 Mi Piace

Why not open the category-specific page for LA
If you’re logged in discourse already tracks your read state and progress within a topic.

A feed for latest replies across a category without any context would be really really confusing.

Because I prefer to read the posts in an RSS Reader rather than on the web where I have to click around to get to content. I prefer it so much so I’m using the feed for all of the board posts rather than the site even though I have to slog through a couple of hundered posts in a week. The previous site I belonged to Chowhound.com did have this feature and it made reading posts so easy.

This is usually not the case. since it is obvious what the poster is talking about. Plus topics tend to generate a lot of activity in a short period of time. In the rare instance I need context, I click through to the topic on the site.

1 Mi Piace

I would like to see that happen as well.
I’m active on some discourse instances and merge the discussion in a central RSS reader. Increasing the flexibility/functionality of RSS feeds would be highly appreciated.

2 Mi Piace

Scusa se riattivo questo thread, ma penso anch’io che questa sarebbe una funzionalità piuttosto utile e, per quanto riesco a vedere, non è ancora disponibile. (Oltre agli autori di questo thread, vedi anche quest’altro thread più recente che richiede la stessa funzionalità)

Un caso d’uso è un canale IRC della comunità con un bot che monitora alcuni feed RSS pertinenti, annunciando gli ultimi post. Questo non è possibile quando il feed rilevante è una categoria in un forum più ampio (pensa, ad esempio, alla categoria OpenCL nel forum di Khronos o alla categoria CUDA nel forum di NVIDIA):

  • se il bot segue il feed della categoria, può ottenere solo un elenco di argomenti: può annunciare la creazione di un nuovo argomento, ma non quando viene aggiunto un nuovo commento (post) a un argomento esistente, limitando fortemente l’utilità del bot;
  • se il bot segue il feed latest.rss dell’intero forum, riceverà post da tutti gli argomenti, inclusi quelli di categorie irrilevanti, e dovrebbe applicare un filtraggio aggiuntivo, con il rischio di perdere aggiornamenti su post pertinenti in una categoria a bassa attività di un forum altrimenti ad alto volume (a meno che non si faccia polling ad alta frequenza, cosa non ideale).

Un feed della categoria focalizzato sugli ultimi post in quella categoria risolverebbe il problema. Potrebbe trattarsi di un feed “ultimi post in questa categoria” o addirittura solo di un feed "ultimo post da ogni argomento in questa categoria. L’assenza di uno di questi feed è particolarmente frustrante perché si può quasi ottenere lo stesso risultato recuperando il JSON della categoria, che tuttavia manca di alcuni elementi presenti nel feed RSS, come il contenuto del post per l’anteprima (a parte, ovviamente, la necessità di un codice di elaborazione completamente diverso lato client).

2 Mi Piace

Se è possibile utilizzare codice personalizzato che funzioni su tutti i forum Discourse nel bot, puoi invece interrogare /posts.json; ogni elemento include un category_id su cui puoi filtrare.

Come detto sopra, aggiungere un posts.rss a ogni categoria è possibile, ma non è ancora stato fatto.

Arrotonderebbe piacevolmente i feed RSS offerti.

Al momento non ne ho un uso personale, ma posso vederlo utile in diverse circostanze.

Al momento, la stessa cosa può essere ottenuta con un servizio di integrazione di terze parti abbastanza facilmente (ad esempio, make.com, zapier.com, ecc.) ma è un po’ disordinato.

1 Mi Piace