V
V
vasta2014-08-07 11:48:27
API
vasta, 2014-08-07 11:48:27

How to automatically generate newsfeeds or storylines from an RSS feed stream?

There is a following task.
We have: several hundred RSS feeds from various sources.
Task: from this stream, automatically generate plot collections for display on the site or news chains on the same topic.
Question: maybe someone knows if there is a "boxed" or other solution that has an API, or is it licensed? The option to write yourself in this particular case is not considered.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Taratin, 2014-08-08
@Taraflex

Did the same based on tiny tiny rss
Example of uploading new news to csv
https://gist.github.com/QW0101/147b401977336fc96812
Config example

{
  "feeds":["ПНООЛР","лимит отход",......],
  "fields":[
    {
      "name":"Искомое слово (словосочетание)",
      "regexp":"~Искомое слово \\(словосочетание\\)\\: <\/strong>(.*)<br\/><strong>~mUui"
    },
........
  ]
}

Call update_csv.php?config=<config name>.json
Install tini according to this scheme habrahabr.ru/post/187564

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question