Y
Hacker News
new
|
ask
|
show
|
jobs
by
trippyballs
144 days ago
How do you generate RSS feeds for sites that do not expose native RSS endpoints (e.g., Twitter pages without Nitter or YouTube pages)? Additionally, how do you classify the extracted content into topics?
1 comments
jagged-chisel
144 days ago
The generated feed just points to the articles. The destination doesn’t need to care about RSS.
Classifying is not the purview of RSS. Presumably, TopicRadar is already doing this classification.
link
trippyballs
136 days ago
gg got it
link
Classifying is not the purview of RSS. Presumably, TopicRadar is already doing this classification.